diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-03-12 10:45:19 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-03-12 10:45:19 +0000 |
commit | 5a5e0c455af8d04bdfb2399bb61e89cefe7fcf9b (patch) | |
tree | 4f6ac11e5ef35456dd631dad94400000d729f79e /dev-perl/module-info | |
parent | Version bump. (diff) | |
download | gentoo-2-5a5e0c455af8d04bdfb2399bb61e89cefe7fcf9b.tar.gz gentoo-2-5a5e0c455af8d04bdfb2399bb61e89cefe7fcf9b.tar.bz2 gentoo-2-5a5e0c455af8d04bdfb2399bb61e89cefe7fcf9b.zip |
Stable on ppc64
(Portage version: 2.0.51.19)
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.20.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/module-info/module-info-0.24.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/module-info/module-info-0.26.ebuild | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog index ff4a1f48756f..77d6b7574802 100644 --- a/dev-perl/module-info/ChangeLog +++ b/dev-perl/module-info/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/module-info -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.12 2004/12/30 19:04:30 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.13 2005/03/12 10:45:19 corsair Exp $ + + 12 Mar 2005; Markus Rothe <corsair@gentoo.org> module-info-0.26.ebuild: + Stable on ppc64 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/module-info/module-info-0.20.ebuild b/dev-perl/module-info/module-info-0.20.ebuild index 7dd3185d9596..25cbd05fa116 100644 --- a/dev-perl/module-info/module-info-0.20.ebuild +++ b/dev-perl/module-info/module-info-0.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.20.ebuild,v 1.9 2004/10/19 07:57:18 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.20.ebuild,v 1.10 2005/03/12 10:45:19 corsair Exp $ inherit perl-module diff --git a/dev-perl/module-info/module-info-0.24.ebuild b/dev-perl/module-info/module-info-0.24.ebuild index 946fee38131f..02040e47e74d 100644 --- a/dev-perl/module-info/module-info-0.24.ebuild +++ b/dev-perl/module-info/module-info-0.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.24.ebuild,v 1.4 2004/10/16 23:57:25 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.24.ebuild,v 1.5 2005/03/12 10:45:19 corsair Exp $ inherit perl-module diff --git a/dev-perl/module-info/module-info-0.26.ebuild b/dev-perl/module-info/module-info-0.26.ebuild index b9c01bd61383..d1a045ad9d63 100644 --- a/dev-perl/module-info/module-info-0.26.ebuild +++ b/dev-perl/module-info/module-info-0.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.26.ebuild,v 1.6 2004/12/22 11:51:05 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.26.ebuild,v 1.7 2005/03/12 10:45:19 corsair Exp $ inherit perl-module @@ -12,7 +12,7 @@ SRC_URI="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa mips ppc ~sparc ~x86 ~ppc64" +KEYWORDS="~alpha ~amd64 hppa mips ppc ~sparc ~x86 ppc64" IUSE="" SRC_TEST="do" |