diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-18 08:23:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-18 08:23:11 +0000 |
commit | 8a44c2a4dcd97ab202504e71553d8b704f4dc649 (patch) | |
tree | 77723d0e847e934249cf3a364d5dc4e52aaa8195 /dev-perl/Test-Manifest | |
parent | Version bump (diff) | |
download | gentoo-2-8a44c2a4dcd97ab202504e71553d8b704f4dc649.tar.gz gentoo-2-8a44c2a4dcd97ab202504e71553d8b704f4dc649.tar.bz2 gentoo-2-8a44c2a4dcd97ab202504e71553d8b704f4dc649.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Test-Manifest')
-rw-r--r-- | dev-perl/Test-Manifest/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-1.23.ebuild | 20 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Test-Manifest/ChangeLog b/dev-perl/Test-Manifest/ChangeLog index dbd68580cad0..06b89f3d3d00 100644 --- a/dev-perl/Test-Manifest/ChangeLog +++ b/dev-perl/Test-Manifest/ChangeLog @@ -1,6 +1,10 @@ # 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.42 2008/09/15 19:29:57 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.43 2009/07/18 08:23:11 tove Exp $ + + 18 Jul 2009; Torsten Veller <tove@gentoo.org> +Test-Manifest-1.23.ebuild, + Manifest: + Version bump 15 Sep 2008; Torsten Veller <tove@gentoo.org> -Test-Manifest-1.11.ebuild, -Test-Manifest-1.14.ebuild, -Test-Manifest-1.17.ebuild: diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.23.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.23.ebuild new file mode 100644 index 000000000000..3d23ba652e5e --- /dev/null +++ b/dev-perl/Test-Manifest/Test-Manifest-1.23.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 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.23.ebuild,v 1.1 2009/07/18 08:23:11 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=BDFOY +inherit perl-module + +DESCRIPTION="Interact with a t/test_manifest file" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |