summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-11 03:22:41 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-11 03:22:41 +0000
commit3b837e012849160c595d3ce2deb6532104c2d3d5 (patch)
tree5eb78a396e76e362fab58b8d55fb76d8c47836ae /media-sound/gmpc
parentold (diff)
downloadgentoo-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.ebuild36
-rw-r--r--media-sound/gmpc/gmpc-0.15.1.ebuild36
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"