diff options
Diffstat (limited to 'dev-perl/Text-WikiFormat')
-rw-r--r-- | dev-perl/Text-WikiFormat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Manifest | 10 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild | 6 |
3 files changed, 17 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/Manifest b/dev-perl/Text-WikiFormat/Manifest index 726d4ad4972c..04097e1976bc 100644 --- a/dev-perl/Text-WikiFormat/Manifest +++ b/dev-perl/Text-WikiFormat/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 31561b8d554030085d852b93d541bf3f ChangeLog 835 MD5 9ebfe1497f3544a33d0658c01ab207f1 Text-WikiFormat-0.76.ebuild 611 MD5 b90175fbfd65d50e8cbb1b71bc2488d7 files/digest-Text-WikiFormat-0.76 71 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDtRY3tG5z4I8BtQoRArrhAJ4ovebbkTDg5nii0WGGx2ufRSF2TwCdF0/9 +CyoRVuiwjanz5yEJOchkqBA= +=3bZP +-----END PGP SIGNATURE----- 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="" |