diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-14 18:24:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-14 18:24:24 +0000 |
commit | 3c614d309ae3794ea84b7a88dd45969d035202ed (patch) | |
tree | 32b5234478b50d90894482ed2880f11deae0f3bd | |
parent | Copy keywords from dev-lang/ruby (diff) | |
download | historical-3c614d309ae3794ea84b7a88dd45969d035202ed.tar.gz historical-3c614d309ae3794ea84b7a88dd45969d035202ed.tar.bz2 historical-3c614d309ae3794ea84b7a88dd45969d035202ed.zip |
Version bump
Package-Manager: portage-2.2_rc59/cvs/Linux x86_64
-rw-r--r-- | dev-perl/Exception-Base/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Exception-Base/Exception-Base-0.24.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.083.ebuild | 24 |
4 files changed, 58 insertions, 2 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog index 3023ef831adb..56b8820f3f33 100644 --- a/dev-perl/Exception-Base/ChangeLog +++ b/dev-perl/Exception-Base/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Exception-Base # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.4 2009/10/22 11:16:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.5 2009/12/14 18:24:24 tove Exp $ + +*Exception-Base-0.24 (14 Dec 2009) + + 14 Dec 2009; Torsten Veller <tove@gentoo.org> +Exception-Base-0.24.ebuild: + Version bump *Exception-Base-0.23 (22 Oct 2009) diff --git a/dev-perl/Exception-Base/Exception-Base-0.24.ebuild b/dev-perl/Exception-Base/Exception-Base-0.24.ebuild new file mode 100644 index 000000000000..a5148b5df36c --- /dev/null +++ b/dev-perl/Exception-Base/Exception-Base-0.24.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.24.ebuild,v 1.1 2009/12/14 18:24:24 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="DEXTER" +inherit perl-module + +DESCRIPTION="Error handling with exception class" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( >=dev-perl/Test-Unit-Lite-0.12 )" + +SRC_TEST=do diff --git a/dev-perl/Getopt-Long-Descriptive/ChangeLog b/dev-perl/Getopt-Long-Descriptive/ChangeLog index c3c3eb49ba57..07fb9c871e2a 100644 --- a/dev-perl/Getopt-Long-Descriptive/ChangeLog +++ b/dev-perl/Getopt-Long-Descriptive/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Getopt-Long-Descriptive # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.6 2009/12/10 08:59:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.7 2009/12/14 18:21:50 tove Exp $ + +*Getopt-Long-Descriptive-0.083 (14 Dec 2009) + + 14 Dec 2009; Torsten Veller <tove@gentoo.org> + +Getopt-Long-Descriptive-0.083.ebuild: + Version bump *Getopt-Long-Descriptive-0.082 (10 Dec 2009) diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.083.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.083.ebuild new file mode 100644 index 000000000000..b30a71f5b641 --- /dev/null +++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.083.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.083.ebuild,v 1.1 2009/12/14 18:21:50 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=RJBS +inherit perl-module + +DESCRIPTION="Getopt::Long with usage text" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-perl/Params-Validate-0.91 + dev-perl/IO-stringy + dev-perl/Sub-Exporter + virtual/perl-Scalar-List-Utils" +DEPEND="test? ( ${RDEPEND} + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |