From 8a44c2a4dcd97ab202504e71553d8b704f4dc649 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sat, 18 Jul 2009 08:23:11 +0000 Subject: Version bump (Portage version: 2.2_rc33/cvs/Linux i686) --- dev-perl/Test-Manifest/ChangeLog | 8 ++++++-- dev-perl/Test-Manifest/Test-Manifest-1.23.ebuild | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 dev-perl/Test-Manifest/Test-Manifest-1.23.ebuild (limited to 'dev-perl/Test-Manifest') 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 +Test-Manifest-1.23.ebuild, + Manifest: + Version bump 15 Sep 2008; Torsten Veller -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" -- cgit v1.2.3-65-gdbad