summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-29 06:16:07 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-29 06:16:07 +0000
commit54124b5d6b101cc80f63ad8f5c18eb339af06113 (patch)
tree0445407f9cc8d44d7a87b72cbd101fb88a364e02
parentVersion bump (diff)
downloadgentoo-2-54124b5d6b101cc80f63ad8f5c18eb339af06113.tar.gz
gentoo-2-54124b5d6b101cc80f63ad8f5c18eb339af06113.tar.bz2
gentoo-2-54124b5d6b101cc80f63ad8f5c18eb339af06113.zip
Version bump
(Portage version: 2.1.4.4)
-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"