diff options
author | 2012-02-24 10:53:19 +0000 | |
---|---|---|
committer | 2012-02-24 10:53:19 +0000 | |
commit | e7ab39ea09adfe02931a2ccc74a464557fa1232c (patch) | |
tree | c7928a127e8892340ed5e904c84d7a375da6ab75 /dev-perl/module-info | |
parent | Stable for amd64, wrt bug #400301 (diff) | |
download | historical-e7ab39ea09adfe02931a2ccc74a464557fa1232c.tar.gz historical-e7ab39ea09adfe02931a2ccc74a464557fa1232c.tar.bz2 historical-e7ab39ea09adfe02931a2ccc74a464557fa1232c.zip |
Stable for amd64, wrt bug #400303
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/module-info')
-rw-r--r-- | dev-perl/module-info/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/module-info/module-info-0.320.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog index 85e8e5c5154f..3c93f41a809b 100644 --- a/dev-perl/module-info/ChangeLog +++ b/dev-perl/module-info/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/module-info -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.59 2011/09/04 11:22:59 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.60 2012/02/24 10:53:19 ago Exp $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> module-info-0.320.0.ebuild: + Stable for amd64, wrt bug #400303 04 Sep 2011; Torsten Veller <tove@gentoo.org> -module-info-0.32.ebuild: Cleanup diff --git a/dev-perl/module-info/module-info-0.320.0.ebuild b/dev-perl/module-info/module-info-0.320.0.ebuild index 4f2c70cd7205..72b5f4ba48cf 100644 --- a/dev-perl/module-info/module-info-0.320.0.ebuild +++ b/dev-perl/module-info/module-info-0.320.0.ebuild @@ -1,6 +1,6 @@ -# 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/module-info/module-info-0.320.0.ebuild,v 1.1 2011/08/27 18:27:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.320.0.ebuild,v 1.2 2012/02/24 10:53:19 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Information about Perl modules" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND="" |