diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-13 16:39:49 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-13 16:39:49 +0000 |
commit | 98b8ce800f45fe79f09b0d6de2603178ad9cddf1 (patch) | |
tree | 1b772082b20ab1f652f91c956ff1eeecf13f931f /media-plugins/gmpc-extraplaylist | |
parent | Stable on amd64 wrt bug #358407 (diff) | |
download | historical-98b8ce800f45fe79f09b0d6de2603178ad9cddf1.tar.gz historical-98b8ce800f45fe79f09b0d6de2603178ad9cddf1.tar.bz2 historical-98b8ce800f45fe79f09b0d6de2603178ad9cddf1.zip |
Removed old
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gmpc-extraplaylist')
-rw-r--r-- | media-plugins/gmpc-extraplaylist/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.18.0.ebuild | 21 |
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 -} |