diff options
author | 2008-08-01 10:07:57 +0000 | |
---|---|---|
committer | 2008-08-01 10:07:57 +0000 | |
commit | 48f17db48648fb2c8423b40f223a769fd2fee60c (patch) | |
tree | d1f48432298127f3557495670b852b7f3f95a60c /dev-perl/Pod-Tests | |
parent | Removed unused patch (diff) | |
download | gentoo-2-48f17db48648fb2c8423b40f223a769fd2fee60c.tar.gz gentoo-2-48f17db48648fb2c8423b40f223a769fd2fee60c.tar.bz2 gentoo-2-48f17db48648fb2c8423b40f223a769fd2fee60c.zip |
Version bump
(Portage version: 2.2_rc5/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Pod-Tests')
-rw-r--r-- | dev-perl/Pod-Tests/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Pod-Tests/Pod-Tests-1.19.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/Pod-Tests/ChangeLog b/dev-perl/Pod-Tests/ChangeLog index 5f8205f269d2..7a1924cf5a09 100644 --- a/dev-perl/Pod-Tests/ChangeLog +++ b/dev-perl/Pod-Tests/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Pod-Tests -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Tests/ChangeLog,v 1.14 2007/01/19 15:30:04 mcummings Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Tests/ChangeLog,v 1.15 2008/08/01 10:07:57 tove Exp $ + +*Pod-Tests-1.19 (01 Aug 2008) + + 01 Aug 2008; Torsten Veller <tove@gentoo.org> +Pod-Tests-1.19.ebuild: + Version bump 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> Pod-Tests-0.18.ebuild: diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.19.ebuild b/dev-perl/Pod-Tests/Pod-Tests-1.19.ebuild new file mode 100644 index 000000000000..22668c166b37 --- /dev/null +++ b/dev-perl/Pod-Tests/Pod-Tests-1.19.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Tests/Pod-Tests-1.19.ebuild,v 1.1 2008/08/01 10:07:57 tove Exp $ + +MODULE_AUTHOR=ADAMK +inherit perl-module + +DESCRIPTION="Extracts embedded tests and code examples from POD" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="virtual/perl-File-Spec + dev-lang/perl" + +SRC_TEST="do" |