diff options
author | 2006-04-01 22:39:40 +0000 | |
---|---|---|
committer | 2006-04-01 22:39:40 +0000 | |
commit | 51d962de6a8311b5343d5798a426c14dcd78d28f (patch) | |
tree | cc8f5fb1777ab6509112d389447356bfed287dd3 /dev-perl/module-info | |
parent | Marking stable sparc, x86 (diff) | |
download | gentoo-2-51d962de6a8311b5343d5798a426c14dcd78d28f.tar.gz gentoo-2-51d962de6a8311b5343d5798a426c14dcd78d28f.tar.bz2 gentoo-2-51d962de6a8311b5343d5798a426c14dcd78d28f.zip |
Marking stable x86, sparc
(Portage version: 2.0.54)
Diffstat (limited to 'dev-perl/module-info')
-rw-r--r-- | dev-perl/module-info/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/module-info/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/module-info/module-info-0.29.0.ebuild | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog index 8df6af2da812..5b7a650ef02a 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.26 2006/02/26 05:46:20 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.27 2006/04/01 22:39:40 mcummings Exp $ + + 01 Apr 2006; <mcummings@gentoo.org> module-info-0.29.0.ebuild: + Marking stable x86, sparc 26 Feb 2006; Joshua Kinard <kumba@gentoo.org> module-info-0.28.ebuild: Marked stable on mips. diff --git a/dev-perl/module-info/Manifest b/dev-perl/module-info/Manifest index 72cc7c74b974..55009e93628f 100644 --- a/dev-perl/module-info/Manifest +++ b/dev-perl/module-info/Manifest @@ -7,4 +7,4 @@ MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 9ff536ec3c684c553720e812c9c6f69e module-info-0.20.ebuild 602 MD5 37a079103ddebdaccc3eb41be2fbb9d1 module-info-0.26.ebuild 602 MD5 e39cdd6a080f2bc41966ced8a129c037 module-info-0.28.ebuild 638 -MD5 3db8e52a934dc154cce37e65df235eac module-info-0.29.0.ebuild 674 +MD5 ba50dd4a3048e347723de091723e2efc module-info-0.29.0.ebuild 672 diff --git a/dev-perl/module-info/module-info-0.29.0.ebuild b/dev-perl/module-info/module-info-0.29.0.ebuild index 26f7139715d5..79963bb53c70 100644 --- a/dev-perl/module-info/module-info-0.29.0.ebuild +++ b/dev-perl/module-info/module-info-0.29.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.29.0.ebuild,v 1.1 2006/01/13 15:21:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.29.0.ebuild,v 1.2 2006/04/01 22:39:40 mcummings Exp $ inherit perl-module @@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/M/MB/MBARBON/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86" IUSE="" SRC_TEST="do" |