summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-plugins/gmpc-extraplaylist/ChangeLog5
-rw-r--r--media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild21
2 files changed, 4 insertions, 22 deletions
diff --git a/media-plugins/gmpc-extraplaylist/ChangeLog b/media-plugins/gmpc-extraplaylist/ChangeLog
index d80d52c544b1..a1f69326fcbe 100644
--- a/media-plugins/gmpc-extraplaylist/ChangeLog
+++ b/media-plugins/gmpc-extraplaylist/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gmpc-extraplaylist
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.17 2011/02/20 17:38:45 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.18 2011/03/13 16:33:34 angelos Exp $
+
+ 13 Mar 2011; <angelos@gentoo.org> -gmpc-extraplaylist-0.18.0.ebuild:
+ Removed old
20 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
gmpc-extraplaylist-0.20.0.ebuild:
diff --git a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild
deleted file mode 100644
index 07aac65c4c76..000000000000
--- a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild,v 1.4 2009/06/09 19:04:57 fauli Exp $
-
-DESCRIPTION="This plugin adds a second pane showing the playlist"
-HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Extra_playlist"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install () {
- emake DESTDIR="${D}" install || die
-}