diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-12 07:26:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-12 07:26:42 +0000 |
commit | aa284926a0e18a152602ee964a80492eea74898a (patch) | |
tree | 0f3fb7318118f77abda308ae346780278b2cef3b | |
parent | Enable nested table support (bug #292164) (diff) | |
download | gentoo-2-aa284926a0e18a152602ee964a80492eea74898a.tar.gz gentoo-2-aa284926a0e18a152602ee964a80492eea74898a.tar.bz2 gentoo-2-aa284926a0e18a152602ee964a80492eea74898a.zip |
Fix SRC_URI
(Portage version: 2.2_rc61/cvs/Linux i686)
-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.50.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog index 8a996c9f086e..705e99e04778 100644 --- a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog +++ b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Gtk2-Ex-Simple-List -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.10 2009/08/26 16:14:34 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.11 2010/01/12 07:26:42 tove Exp $ + + 12 Jan 2010; Torsten Veller <tove@gentoo.org> + Gtk2-Ex-Simple-List-0.50.ebuild: + Fix SRC_URI 26 Aug 2009; Torsten Veller <tove@gentoo.org> Gtk2-Ex-Simple-List-0.50.ebuild: diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild index cc3aaaa8cbf8..5326f45d496c 100644 --- a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild +++ b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.50.ebuild,v 1.12 2009/08/26 16:14:34 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v 1.13 2010/01/12 07:26:42 tove Exp $ MODULE_AUTHOR=RMCFARLA +MODULE_SECTION=Gtk2-Perl-Ex inherit perl-module DESCRIPTION="A simple interface to Gtk2's complex MVC list widget " |