diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-11 03:22:41 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-11 03:22:41 +0000 |
commit | 3b837e012849160c595d3ce2deb6532104c2d3d5 (patch) | |
tree | 5eb78a396e76e362fab58b8d55fb76d8c47836ae /media-sound/gmpc | |
parent | old (diff) | |
download | gentoo-2-3b837e012849160c595d3ce2deb6532104c2d3d5.tar.gz gentoo-2-3b837e012849160c595d3ce2deb6532104c2d3d5.tar.bz2 gentoo-2-3b837e012849160c595d3ce2deb6532104c2d3d5.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/gmpc')
-rw-r--r-- | media-sound/gmpc/gmpc-0.14.0.ebuild | 36 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-0.15.1.ebuild | 36 |
2 files changed, 0 insertions, 72 deletions
diff --git a/media-sound/gmpc/gmpc-0.14.0.ebuild b/media-sound/gmpc/gmpc-0.14.0.ebuild deleted file mode 100644 index 4d0916f2818b..000000000000 --- a/media-sound/gmpc/gmpc-0.14.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.14.0.ebuild,v 1.7 2007/09/26 18:51:09 lack Exp $ - -IUSE="gnome session" - -DESCRIPTION="A Gnome client for the Music Player Daemon." -HOMEPAGE="http://sarine.nl/gmpc" -SRC_URI="http://download.sarine.nl/${P}/${P}.tar.gz" - -KEYWORDS="amd64 ppc sparc x86" -SLOT="0" -LICENSE="GPL-2" - -RDEPEND=">=x11-libs/gtk+-2.8 - >=dev-libs/glib-2.10 - >=gnome-base/libglade-2.3 - gnome? ( >=gnome-base/gnome-vfs-2.6 ) - session? ( x11-libs/libSM ) - dev-perl/XML-Parser - >=media-libs/libmpd-0.13.0 - net-misc/curl - x11-themes/hicolor-icon-theme" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf $(use_enable session sm) || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" -} - -DOCS="AUTHORS ChangeLog NEWS README" diff --git a/media-sound/gmpc/gmpc-0.15.1.ebuild b/media-sound/gmpc/gmpc-0.15.1.ebuild deleted file mode 100644 index af51c834d4c1..000000000000 --- a/media-sound/gmpc/gmpc-0.15.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.15.1.ebuild,v 1.7 2008/01/27 13:28:54 angelos Exp $ - -IUSE="gnome session" - -DESCRIPTION="A Gnome client for the Music Player Daemon." -HOMEPAGE="http://sarine.nl/gmpc" -SRC_URI="http://download.sarine.nl/${P}/${P}.tar.gz" - -KEYWORDS="amd64 ppc sparc ~x86" -SLOT="0" -LICENSE="GPL-2" - -RDEPEND=">=x11-libs/gtk+-2.8 - >=dev-libs/glib-2.10 - >=gnome-base/libglade-2.3 - gnome? ( >=gnome-base/gnome-vfs-2.6 ) - session? ( x11-libs/libSM ) - dev-perl/XML-Parser - =media-libs/libmpd-0.14.0 - net-misc/curl - x11-themes/hicolor-icon-theme" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf $(use_enable session sm) || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" -} - -DOCS="AUTHORS ChangeLog NEWS README" |