diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-29 06:13:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-29 06:13:11 +0000 |
commit | 0020241b73bdf907c2318d0a19cc9721bacfec03 (patch) | |
tree | e7807c3305bcd60f4ae913f3cac368934fc381c4 /dev-perl/Test-Pod | |
parent | Version bump 4.0.0 (diff) | |
download | gentoo-2-0020241b73bdf907c2318d0a19cc9721bacfec03.tar.gz gentoo-2-0020241b73bdf907c2318d0a19cc9721bacfec03.tar.bz2 gentoo-2-0020241b73bdf907c2318d0a19cc9721bacfec03.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Pod')
-rw-r--r-- | dev-perl/Test-Pod/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.44.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index 054101ce0209..a207e06abb24 100644 --- a/dev-perl/Test-Pod/ChangeLog +++ b/dev-perl/Test-Pod/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Test-Pod # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.58 2010/04/22 05:47:25 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.59 2010/04/29 06:13:11 tove Exp $ + +*Test-Pod-1.44 (29 Apr 2010) + + 29 Apr 2010; Torsten Veller <tove@gentoo.org> +Test-Pod-1.44.ebuild: + Version bump. No code changes *Test-Pod-1.43 (22 Apr 2010) diff --git a/dev-perl/Test-Pod/Test-Pod-1.44.ebuild b/dev-perl/Test-Pod/Test-Pod-1.44.ebuild new file mode 100644 index 000000000000..bdac2b1be37c --- /dev/null +++ b/dev-perl/Test-Pod/Test-Pod-1.44.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.44.ebuild,v 1.1 2010/04/29 06:13:11 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=DWHEELER +inherit perl-module + +DESCRIPTION="check for POD errors in files" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=virtual/perl-Pod-Simple-3.05 + >=virtual/perl-Test-Simple-0.62" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.30" + +SRC_TEST="do" |