summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-03-12 09:45:33 +0000
committerTim Harder <radhermit@gentoo.org>2011-03-12 09:45:33 +0000
commitbac89afce084320602c3f76e986412add5e15bce (patch)
tree01ff120ff5bbded8b471a4ba132dc75323bd6ebc /media-sound/gqradio
parentUse slot dep for gtk+. (diff)
downloadhistorical-bac89afce084320602c3f76e986412add5e15bce.tar.gz
historical-bac89afce084320602c3f76e986412add5e15bce.tar.bz2
historical-bac89afce084320602c3f76e986412add5e15bce.zip
Update to EAPI 2 and use slot dep for gtk+.
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'media-sound/gqradio')
-rw-r--r--media-sound/gqradio/ChangeLog7
-rw-r--r--media-sound/gqradio/gqradio-1.9.2.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/gqradio/ChangeLog b/media-sound/gqradio/ChangeLog
index 3feab35ebb8a..918a0675e528 100644
--- a/media-sound/gqradio/ChangeLog
+++ b/media-sound/gqradio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/gqradio
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gqradio/ChangeLog,v 1.15 2007/09/05 17:55:28 phreak Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gqradio/ChangeLog,v 1.16 2011/03/12 09:45:33 radhermit Exp $
+
+ 12 Mar 2011; Tim Harder <radhermit@gentoo.org> gqradio-1.9.2.ebuild:
+ Update to EAPI 2 and use slot dep for gtk+.
05 Sep 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing weeve from metadata due to his retirement (see #181019 for reference).
diff --git a/media-sound/gqradio/gqradio-1.9.2.ebuild b/media-sound/gqradio/gqradio-1.9.2.ebuild
index d1ff53c5643a..02bd20235411 100644
--- a/media-sound/gqradio/gqradio-1.9.2.ebuild
+++ b/media-sound/gqradio/gqradio-1.9.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gqradio/gqradio-1.9.2.ebuild,v 1.3 2007/08/19 07:42:35 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gqradio/gqradio-1.9.2.ebuild,v 1.4 2011/03/12 09:45:33 radhermit Exp $
+
+EAPI=2
DESCRIPTION="An FM radio tuner app from the people who brought you GQmpeg."
HOMEPAGE="http://gqmpeg.sourceforge.net/radio.html"
@@ -11,7 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2.4"
+RDEPEND=">=x11-libs/gtk+-2.4:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext"