diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 11:12:45 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 11:12:45 +0000 |
commit | 6505683f6eecbb4ffc952b83babe3260c19b6f16 (patch) | |
tree | 7f1fc10d2be362727d9ab3dae6c953fa46da9bed /dev-perl/Text-WikiFormat | |
parent | Scalar-List-Utils migrated to perl-core. Marking 1.24 stable x86 and sparc. (diff) | |
download | gentoo-2-6505683f6eecbb4ffc952b83babe3260c19b6f16.tar.gz gentoo-2-6505683f6eecbb4ffc952b83babe3260c19b6f16.tar.bz2 gentoo-2-6505683f6eecbb4ffc952b83babe3260c19b6f16.zip |
Scalar-List-Utils migrated to perl-core. Marking stable x86. Marking ~sparc.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-perl/Text-WikiFormat')
-rw-r--r-- | dev-perl/Text-WikiFormat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Text-WikiFormat/ChangeLog b/dev-perl/Text-WikiFormat/ChangeLog index 3329736c9236..33981fadea83 100644 --- a/dev-perl/Text-WikiFormat/ChangeLog +++ b/dev-perl/Text-WikiFormat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-WikiFormat # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.4 2005/08/31 17:53:33 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.5 2005/12/30 11:12:45 mcummings Exp $ + + 30 Dec 2005; <mcumming@gentoo.org> Text-WikiFormat-0.76.ebuild: + Scalar-List-Utils migrated to perl-core. Marking stable x86. Marking ~sparc. 31 Aug 2005; <dang@gentoo.org> Text-WikiFormat-0.76.ebuild: Marked ~amd64 diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild index ca0d08f8fb51..f6a70fd80bf7 100644 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild,v 1.4 2005/08/31 17:53:33 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild,v 1.5 2005/12/30 11:12:45 mcummings Exp $ inherit perl-module @@ -10,10 +10,10 @@ HOMEPAGE="http://search.cpan.org/~chromatic/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" DEPEND="dev-perl/URI - dev-perl/Scalar-List-Utils + perl-core/Scalar-List-Utils dev-perl/module-build" IUSE="" |