summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-04 16:56:45 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-04 16:56:45 +0000
commit73b24b6bc3189b18a52fa406c3ca04660e7c2325 (patch)
tree0cfdff40dccc8683b26c842cb552b2b887bcd936 /dev-perl
parentMasked =sci-libs/mmdb-1.23.2, because of problems during linking against the ... (diff)
downloadgentoo-2-73b24b6bc3189b18a52fa406c3ca04660e7c2325.tar.gz
gentoo-2-73b24b6bc3189b18a52fa406c3ca04660e7c2325.tar.bz2
gentoo-2-73b24b6bc3189b18a52fa406c3ca04660e7c2325.zip
Maintenance. EAPI=3. Depend on x11-libs/gtk+:2
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/gtk2-traymanager/ChangeLog7
-rw-r--r--dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild20
2 files changed, 15 insertions, 12 deletions
diff --git a/dev-perl/gtk2-traymanager/ChangeLog b/dev-perl/gtk2-traymanager/ChangeLog
index c3fa8c697c8e..5d7c6f8774a6 100644
--- a/dev-perl/gtk2-traymanager/ChangeLog
+++ b/dev-perl/gtk2-traymanager/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/gtk2-traymanager
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/ChangeLog,v 1.13 2008/09/22 16:14:11 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/ChangeLog,v 1.14 2011/03/04 16:56:45 tove Exp $
+
+ 04 Mar 2011; Torsten Veller <tove@gentoo.org> gtk2-traymanager-0.05.ebuild:
+ Maintenance. EAPI=3. Depend on x11-libs/gtk+:2
22 Sep 2008; Torsten Veller <tove@gentoo.org>
gtk2-traymanager-0.05.ebuild:
diff --git a/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild b/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild
index 334319836231..2852ff26d621 100644
--- a/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild
+++ b/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild
@@ -1,24 +1,24 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild,v 1.13 2008/09/22 16:14:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-traymanager/gtk2-traymanager-0.05.ebuild,v 1.14 2011/03/04 16:56:45 tove Exp $
-inherit perl-module
+EAPI=3
-MY_P=Gtk2-TrayManager-${PV}
-S=${WORKDIR}/${MY_P}
+MODULE_AUTHOR=BORUP
+MY_PN=Gtk2-TrayManager
+inherit perl-module
DESCRIPTION="Perl bindings for EggTrayManager"
-SRC_URI="mirror://cpan/authors/id/B/BO/BORUP/${MY_P}.tar.gz"
-HOMEPAGE="http://gtk2-perl.sf.net/"
+HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
+
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="amd64 ia64 ppc x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
>=dev-perl/glib-perl-1.012
- >=dev-perl/gtk2-perl-1.012
- dev-lang/perl"
+ >=dev-perl/gtk2-perl-1.012"
DEPEND="${RDEPEND}
dev-perl/extutils-depends
dev-perl/extutils-pkgconfig