summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-05-24 16:03:06 +0000
committerTorsten Veller <tove@gentoo.org>2012-05-24 16:03:06 +0000
commitd51ff4aa3c128cc572f49bbebc21800f5b962510 (patch)
tree14d44fc220a0438d5357cbeeb7a5ad06307e4eea /dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild
parentStable for HPPA (bug #417135). (diff)
downloadhistorical-d51ff4aa3c128cc572f49bbebc21800f5b962510.tar.gz
historical-d51ff4aa3c128cc572f49bbebc21800f5b962510.tar.bz2
historical-d51ff4aa3c128cc572f49bbebc21800f5b962510.zip
Fix dependencies (#417297). Adjust LICENSE
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild')
-rw-r--r--dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild18
1 files changed, 10 insertions, 8 deletions
diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild
index fe696e292290..e848d1db7caa 100644
--- a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild
+++ b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild
@@ -1,24 +1,26 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild,v 1.2 2011/09/03 21:04:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild,v 1.3 2012/05/24 16:03:06 tove Exp $
EAPI=4
+
MODULE_AUTHOR=RMCFARLA
MODULE_VERSION=0.50
MODULE_SECTION=Gtk2-Perl-Ex
inherit perl-module
-DESCRIPTION="A simple interface to Gtk2's complex MVC list widget "
+DESCRIPTION="A simple interface to Gtk2's complex MVC list widget"
-LICENSE="LGPL-2.1"
+LICENSE="|| ( LGPL-2.1 LGPL-3 )" # LGPL-2.1+
SLOT="0"
KEYWORDS="amd64 ia64 sparc x86"
IUSE=""
-DEPEND="x11-libs/gtk+:2"
-RDEPEND="${DEPEND}
- >=dev-perl/gtk2-perl-1.060
- >=dev-perl/glib-perl-1.062"
+RDEPEND="
+ >=dev-perl/gtk2-perl-1.60.0
+ >=dev-perl/glib-perl-1.62.0
+"
+DEPEND="${RDEPEND}"
# needs X
SRC_TEST="no"