diff options
author | 2011-03-19 11:00:46 +0000 | |
---|---|---|
committer | 2011-03-19 11:00:46 +0000 | |
commit | 6dec963837844207288cd1b90e516ddd8cdf0720 (patch) | |
tree | ff7f8fe624d59faaba7806360d41d1ac024d1dc4 /media-sound | |
parent | alpha/ia64/sh/sparc stable wrt #354505 (diff) | |
download | gentoo-2-6dec963837844207288cd1b90e516ddd8cdf0720.tar.gz gentoo-2-6dec963837844207288cd1b90e516ddd8cdf0720.tar.bz2 gentoo-2-6dec963837844207288cd1b90e516ddd8cdf0720.zip |
Removed old
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gmpc/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-0.18.0-r2.ebuild | 62 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-0.19.0.ebuild | 50 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-0.19.1.ebuild | 50 |
4 files changed, 5 insertions, 163 deletions
diff --git a/media-sound/gmpc/ChangeLog b/media-sound/gmpc/ChangeLog index e9cd76a3082e..3f6f76f86eba 100644 --- a/media-sound/gmpc/ChangeLog +++ b/media-sound/gmpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/gmpc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.74 2011/02/26 12:17:50 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.75 2011/03/19 11:00:46 angelos Exp $ + + 19 Mar 2011; Christoph Mende <angelos@gentoo.org> -gmpc-0.18.0-r2.ebuild, + -gmpc-0.19.0.ebuild, -gmpc-0.19.1.ebuild: + Removed old 26 Feb 2011; Michael Weber <xmw@gentoo.org> gmpc-0.20.0.ebuild: sparc dropping keywords (bug 325621) diff --git a/media-sound/gmpc/gmpc-0.18.0-r2.ebuild b/media-sound/gmpc/gmpc-0.18.0-r2.ebuild deleted file mode 100644 index 9433a234f3ec..000000000000 --- a/media-sound/gmpc/gmpc-0.18.0-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.18.0-r2.ebuild,v 1.7 2011/02/13 17:57:09 armin76 Exp $ - -EAPI=2 -inherit autotools eutils gnome2-utils - -DESCRIPTION="A GTK+2 client for the Music Player Daemon" -HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/GMPC" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="nls +session xspf" - -RDEPEND=">=dev-libs/glib-2.10:2 - dev-perl/XML-Parser - >=gnome-base/libglade-2.3 - >=media-libs/libmpd-0.17.1 - net-libs/libsoup:2.4 - net-misc/curl - >=x11-libs/gtk+-2.12:2 - x11-libs/libsexy - session? ( x11-libs/libSM ) - xspf? ( >=media-libs/libxspf-1.2 )" -DEPEND="${RDEPEND} - dev-util/gob - dev-util/intltool - dev-util/pkgconfig - sys-devel/gettext" - -src_prepare() { - epatch "${FILESDIR}"/${P}-libxspf.patch \ - "${FILESDIR}"/${P}-password_dialog.patch - eautoreconf -} - -src_configure() { - econf \ - $(use_enable session sm) \ - $(use_enable xspf libxspf) \ - --enable-system-libsexy \ - --disable-shave -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README TODO -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/media-sound/gmpc/gmpc-0.19.0.ebuild b/media-sound/gmpc/gmpc-0.19.0.ebuild deleted file mode 100644 index 4bff2e82cf84..000000000000 --- a/media-sound/gmpc/gmpc-0.19.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.19.0.ebuild,v 1.2 2011/02/13 17:57:09 armin76 Exp $ - -EAPI=2 -inherit gnome2-utils - -DESCRIPTION="A GTK+2 client for the Music Player Daemon" -HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/GMPC" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="nls xspf" - -RDEPEND="sys-libs/zlib - >=dev-libs/glib-2.16:2 - >=x11-libs/gtk+-2.12:2 - x11-libs/libsexy - >=gnome-base/libglade-2 - >=media-libs/libmpd-0.18.1 - net-libs/libsoup:2.4 - dev-db/sqlite:3 - x11-libs/libSM - x11-libs/libICE - xspf? ( >=media-libs/libxspf-1.2 )" -DEPEND="${RDEPEND} - dev-util/gob - dev-util/pkgconfig - nls? ( dev-util/intltool - sys-devel/gettext )" - -src_configure() { - econf \ - $(use_enable nls) \ - --disable-dependency-tracking \ - $(use_enable xspf libxspf) \ - --disable-libspiff \ - --enable-system-libsexy -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README -} - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } diff --git a/media-sound/gmpc/gmpc-0.19.1.ebuild b/media-sound/gmpc/gmpc-0.19.1.ebuild deleted file mode 100644 index 3f070873204c..000000000000 --- a/media-sound/gmpc/gmpc-0.19.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.19.1.ebuild,v 1.2 2011/02/13 17:57:09 armin76 Exp $ - -EAPI=2 -inherit gnome2-utils - -DESCRIPTION="A GTK+2 client for the Music Player Daemon" -HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/GMPC" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="nls xspf" - -RDEPEND="sys-libs/zlib - >=dev-libs/glib-2.16:2 - >=x11-libs/gtk+-2.12:2 - x11-libs/libsexy - >=gnome-base/libglade-2 - >=media-libs/libmpd-0.18.1 - net-libs/libsoup:2.4 - dev-db/sqlite:3 - x11-libs/libSM - x11-libs/libICE - xspf? ( >=media-libs/libxspf-1.2 )" -DEPEND="${RDEPEND} - dev-util/gob - dev-util/pkgconfig - nls? ( dev-util/intltool - sys-devel/gettext )" - -src_configure() { - econf \ - $(use_enable nls) \ - --disable-dependency-tracking \ - $(use_enable xspf libxspf) \ - --disable-libspiff \ - --enable-system-libsexy -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README -} - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } |