diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-01-04 00:05:32 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-01-04 00:05:32 +0000 |
commit | a7741728b008a596f587cf0126b2af56ef9417fe (patch) | |
tree | 8fb44d9a4d77c2f8cb91d1f42541ce71b3f24757 /media-plugins/gmpc-avahi | |
parent | Bumped 0.17.0 to EAPI2 to replace built_with_use+die and cleaned up (diff) | |
download | gentoo-2-a7741728b008a596f587cf0126b2af56ef9417fe.tar.gz gentoo-2-a7741728b008a596f587cf0126b2af56ef9417fe.tar.bz2 gentoo-2-a7741728b008a596f587cf0126b2af56ef9417fe.zip |
Removed old
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'media-plugins/gmpc-avahi')
-rw-r--r-- | media-plugins/gmpc-avahi/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gmpc-avahi/gmpc-avahi-0.15.5.0.ebuild | 22 |
2 files changed, 6 insertions, 24 deletions
diff --git a/media-plugins/gmpc-avahi/ChangeLog b/media-plugins/gmpc-avahi/ChangeLog index 00aa815edb9e..f33232ce0b3a 100644 --- a/media-plugins/gmpc-avahi/ChangeLog +++ b/media-plugins/gmpc-avahi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gmpc-avahi -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog,v 1.10 2008/12/26 19:32:26 angelos Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog,v 1.11 2009/01/04 00:05:32 angelos Exp $ + + 04 Jan 2009; Christoph Mende <angelos@gentoo.org> + -gmpc-avahi-0.15.5.0.ebuild: + Removed old 26 Dec 2008; Christoph Mende <angelos@gentoo.org> gmpc-avahi-0.17.0.ebuild: diff --git a/media-plugins/gmpc-avahi/gmpc-avahi-0.15.5.0.ebuild b/media-plugins/gmpc-avahi/gmpc-avahi-0.15.5.0.ebuild deleted file mode 100644 index 4749c917104f..000000000000 --- a/media-plugins/gmpc-avahi/gmpc-avahi-0.15.5.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/gmpc-avahi-0.15.5.0.ebuild,v 1.4 2008/03/03 00:42:29 cla Exp $ - -DESCRIPTION="This plugin discovers avahi enabled mpd servers" -HOMEPAGE="http://sarine.nl/gmpc-plugins" -SRC_URI="http://download.sarine.nl/gmpc-0.15.5/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=media-sound/gmpc-${PV} - dev-libs/libxml2 - net-dns/avahi" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install () { - emake DESTDIR="${D}" install || die -} |