diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-21 19:37:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-21 19:37:39 +0000 |
commit | 762f858a749c5d80f31972d9d790ee5a43c6111a (patch) | |
tree | 93dcf8e33ca31fb1a52c462b2e7ba5780871e61b /dev-perl/Test-Pod | |
parent | Version bump (diff) | |
download | gentoo-2-762f858a749c5d80f31972d9d790ee5a43c6111a.tar.gz gentoo-2-762f858a749c5d80f31972d9d790ee5a43c6111a.tar.bz2 gentoo-2-762f858a749c5d80f31972d9d790ee5a43c6111a.zip |
Version bump
(Portage version: 2.2_rc61/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.41.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index 3938e6f358f3..617d2cb76d1b 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.52 2010/01/14 14:52:56 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.53 2010/01/21 19:37:39 tove Exp $ + +*Test-Pod-1.41 (21 Jan 2010) + + 21 Jan 2010; Torsten Veller <tove@gentoo.org> +Test-Pod-1.41.ebuild: + Version bump 14 Jan 2010; Fabian Groffen <grobian@gentoo.org> Test-Pod-1.40.ebuild: Transfer Prefix keywords diff --git a/dev-perl/Test-Pod/Test-Pod-1.41.ebuild b/dev-perl/Test-Pod/Test-Pod-1.41.ebuild new file mode 100644 index 000000000000..ffc7a10875a5 --- /dev/null +++ b/dev-perl/Test-Pod/Test-Pod-1.41.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.41.ebuild,v 1.1 2010/01/21 19:37:39 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.07 + >=virtual/perl-Test-Simple-0.70" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.30" + +SRC_TEST="do" |