diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-11 06:54:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-11 06:54:49 +0000 |
commit | 0163ad76a0ba5e90bced55b36c3ba9da0f0c3f16 (patch) | |
tree | 20813a483f05b9a2034897aa1c8428486805e467 /dev-perl/Test-Pod | |
parent | sprinkle m68k around (diff) | |
download | historical-0163ad76a0ba5e90bced55b36c3ba9da0f0c3f16.tar.gz historical-0163ad76a0ba5e90bced55b36c3ba9da0f0c3f16.tar.bz2 historical-0163ad76a0ba5e90bced55b36c3ba9da0f0c3f16.zip |
[bump] dev-perl/Test-Pod-1.450.0
Package-Manager: portage-2.2.0_alpha26/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.450.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index d0a8d7fd2fe4..01c3358cd963 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.65 2011/01/14 15:51:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.66 2011/03/11 06:54:49 tove Exp $ + +*Test-Pod-1.450.0 (11 Mar 2011) + + 11 Mar 2011; Torsten Veller <tove@gentoo.org> +Test-Pod-1.450.0.ebuild: + Version bump 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Test-Pod-1.26.ebuild, -Test-Pod-1.43.ebuild: diff --git a/dev-perl/Test-Pod/Test-Pod-1.450.0.ebuild b/dev-perl/Test-Pod/Test-Pod-1.450.0.ebuild new file mode 100644 index 000000000000..e41827ca57e4 --- /dev/null +++ b/dev-perl/Test-Pod/Test-Pod-1.450.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.450.0.ebuild,v 1.1 2011/03/11 06:54:49 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=DWHEELER +MODULE_VERSION=1.45 +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 ~x86-solaris" +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" |