summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/Makefile4
-rw-r--r--audio/gmpc-lastfm/DESCR1
-rw-r--r--audio/gmpc-lastfm/Makefile20
-rw-r--r--audio/gmpc-lastfm/PLIST2
-rw-r--r--audio/gmpc-lastfm/distinfo5
-rw-r--r--audio/gmpc-mdcover/DESCR8
-rw-r--r--audio/gmpc-mdcover/Makefile20
-rw-r--r--audio/gmpc-mdcover/PLIST2
-rw-r--r--audio/gmpc-mdcover/distinfo5
-rw-r--r--doc/CHANGES-20134
10 files changed, 4 insertions, 67 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 2caa2b0838f..f1b19d5dc70 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.488 2013/08/21 15:28:03 drochner Exp $
+# $NetBSD: Makefile,v 1.489 2013/10/02 11:23:46 wiz Exp $
#
COMMENT= Audio tools
@@ -129,11 +129,9 @@ SUBDIR+= glurp
SUBDIR+= gmp3info
SUBDIR+= gmpc
SUBDIR+= gmpc-albumview
-SUBDIR+= gmpc-lastfm
SUBDIR+= gmpc-lyrics
SUBDIR+= gmpc-lyricwiki
SUBDIR+= gmpc-magnatune
-SUBDIR+= gmpc-mdcover
SUBDIR+= gmpc-tagedit
SUBDIR+= gnome-audio
SUBDIR+= gnome-speech
diff --git a/audio/gmpc-lastfm/DESCR b/audio/gmpc-lastfm/DESCR
deleted file mode 100644
index 6c90714fed0..00000000000
--- a/audio/gmpc-lastfm/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-A GMPC plugin that fetches cover art and artist images from last.fm.
diff --git a/audio/gmpc-lastfm/Makefile b/audio/gmpc-lastfm/Makefile
deleted file mode 100644
index 78d9c1a4044..00000000000
--- a/audio/gmpc-lastfm/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2013/09/02 19:50:53 adam Exp $
-#
-
-DISTNAME= gmpc-last-fm-0.20.0
-PKGREVISION= 14
-CATEGORIES= audio
-MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.20.0/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://gmpc.wikia.com/wiki/Last.fm
-COMMENT= GMPC plugin for fetching cover and artist art from last.fm
-LICENSE= gnu-gpl-v2
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= intltool pkg-config msgfmt
-
-.include "../../audio/gmpc/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/gmpc-lastfm/PLIST b/audio/gmpc-lastfm/PLIST
deleted file mode 100644
index 7760c85a706..00000000000
--- a/audio/gmpc-lastfm/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/27 16:44:40 wiz Exp $
-lib/gmpc/plugins/lastfmplugin.la
diff --git a/audio/gmpc-lastfm/distinfo b/audio/gmpc-lastfm/distinfo
deleted file mode 100644
index 9809ab35795..00000000000
--- a/audio/gmpc-lastfm/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/02/27 16:44:40 wiz Exp $
-
-SHA1 (gmpc-last-fm-0.20.0.tar.gz) = 9b262aa3ecd9b4b0faa077217442dcc79c841c13
-RMD160 (gmpc-last-fm-0.20.0.tar.gz) = fc6c129de2546fb19d13af7354b2496d1f9d5dd1
-Size (gmpc-last-fm-0.20.0.tar.gz) = 309397 bytes
diff --git a/audio/gmpc-mdcover/DESCR b/audio/gmpc-mdcover/DESCR
deleted file mode 100644
index ec9733fa94c..00000000000
--- a/audio/gmpc-mdcover/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Mdcover plugin is a for gmpc. It looks in the location where the
-music file is located to collect metadata. It looks for:
-
- * Cover art
- * Artist Art
- * Biography
- * Album information
- * Lyrics
diff --git a/audio/gmpc-mdcover/Makefile b/audio/gmpc-mdcover/Makefile
deleted file mode 100644
index 597f44fe541..00000000000
--- a/audio/gmpc-mdcover/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2013/09/02 19:50:53 adam Exp $
-#
-
-DISTNAME= gmpc-mdcover-0.20.0
-PKGREVISION= 14
-CATEGORIES= audio
-MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.20.0/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MDCOVER
-COMMENT= GMPC plugin that provides metadata from the local music collection
-LICENSE= gnu-gpl-v2
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= intltool pkg-config msgfmt
-
-.include "../../audio/gmpc/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/gmpc-mdcover/PLIST b/audio/gmpc-mdcover/PLIST
deleted file mode 100644
index c4f05bd59a6..00000000000
--- a/audio/gmpc-mdcover/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/27 16:29:28 wiz Exp $
-lib/gmpc/plugins/mdcaplugin.la
diff --git a/audio/gmpc-mdcover/distinfo b/audio/gmpc-mdcover/distinfo
deleted file mode 100644
index 2eac407e912..00000000000
--- a/audio/gmpc-mdcover/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/02/27 16:29:28 wiz Exp $
-
-SHA1 (gmpc-mdcover-0.20.0.tar.gz) = 1c2c29a0332ac8b6a5bd0f71ea21623de9324d5c
-RMD160 (gmpc-mdcover-0.20.0.tar.gz) = 07a5579c17fa0c9126dfc13ba8a3010a14e453f9
-Size (gmpc-mdcover-0.20.0.tar.gz) = 305148 bytes
diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013
index dee4f2c9443..4a262434201 100644
--- a/doc/CHANGES-2013
+++ b/doc/CHANGES-2013
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2013,v 1.3657 2013/10/02 11:19:17 wiz Exp $
+$NetBSD: CHANGES-2013,v 1.3658 2013/10/02 11:23:46 wiz Exp $
Changes to the packages collection and infrastructure in 2013:
@@ -5130,3 +5130,5 @@ Changes to the packages collection and infrastructure in 2013:
Updated audio/gmpc-lyrics to 11.8.16 [wiz 2013-10-02]
Updated audio/gmpc-lyricwiki to 11.8.16 [wiz 2013-10-02]
Updated audio/gmpc-magnatune to 11.8.16 [wiz 2013-10-02]
+ Removed audio/gmpc-lastfm [wiz 2013-10-02]
+ Removed audio/gmpc-mdcover [wiz 2013-10-02]