summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-29 06:19:06 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-29 06:19:06 +0000
commit6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f (patch)
tree108039da3ceeb1800f6296186ec4617febfb55ac /dev-perl/Test-Manifest
parentTook maintainace. amd64 stable. (diff)
downloadhistorical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.tar.gz
historical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.tar.bz2
historical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.zip
Version bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-perl/Test-Manifest')
-rw-r--r--dev-perl/Test-Manifest/ChangeLog5
-rw-r--r--dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild18
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/Test-Manifest/ChangeLog b/dev-perl/Test-Manifest/ChangeLog
index 76a3575bea83..2764a63a19a2 100644
--- a/dev-perl/Test-Manifest/ChangeLog
+++ b/dev-perl/Test-Manifest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Test-Manifest
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.39 2008/02/05 10:29:00 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.40 2008/04/29 06:16:07 yuval Exp $
+
+ 29 Apr 2008; Yuval Yaari <yuval@gentoo.org> +Test-Manifest-1.22.ebuild:
+ Version bump
05 Feb 2008; Markus Rothe <corsair@gentoo.org> Test-Manifest-1.21.ebuild:
Stable on ppc64
diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild
new file mode 100644
index 000000000000..223584177cc8
--- /dev/null
+++ b/dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild,v 1.1 2008/04/29 06:16:07 yuval Exp $
+
+inherit perl-module
+
+DESCRIPTION="Interact with a t/test_manifest file"
+SRC_URI="mirror://cpan/authors/id/B/BD/BDFOY/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~bdfoy/${P}/"
+
+IUSE=""
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl"