diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 16:01:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 16:01:07 +0000 |
commit | a8e31998d0c5913a58160ed865a53ceb7b4d652f (patch) | |
tree | 04308381af8239892c71ff59fc6ba74fb9361c15 /dev-perl/Gtk2-Ex-Simple-List | |
parent | Version bump zope-interface to 3.7.0. (diff) | |
download | historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.gz historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.bz2 historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Gtk2-Ex-Simple-List')
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog index 922bebe060e3..1fc5ef58f211 100644 --- a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog +++ b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Gtk2-Ex-Simple-List # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.12 2011/03/29 10:18:12 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.13 2011/08/30 14:57:18 tove Exp $ + +*Gtk2-Ex-Simple-List-0.500.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Gtk2-Ex-Simple-List-0.500.0.ebuild: + Change version scheme 29 Mar 2011; Christoph Mende <angelos@gentoo.org> Gtk2-Ex-Simple-List-0.50.ebuild: 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 new file mode 100644 index 000000000000..6be9e060465e --- /dev/null +++ b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 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.1 2011/08/30 14:57:18 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 " + +LICENSE="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" + +# needs X +SRC_TEST="no" |