diff options
author | 2010-07-15 11:34:28 +0000 | |
---|---|---|
committer | 2010-07-15 11:34:28 +0000 | |
commit | 38329dea8ddbbbc113c43ea434dd8e2a58db09c2 (patch) | |
tree | b59f2a39624785baed66c675da85cb79d1da5ea8 /dev-perl | |
parent | Version bump (diff) | |
download | historical-38329dea8ddbbbc113c43ea434dd8e2a58db09c2.tar.gz historical-38329dea8ddbbbc113c43ea434dd8e2a58db09c2.tar.bz2 historical-38329dea8ddbbbc113c43ea434dd8e2a58db09c2.zip |
Version bump
Package-Manager: portage-2.2_rc67_p226/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Variable-Magic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.43.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/text-autoformat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/text-autoformat/text-autoformat-1.669002.ebuild | 24 |
4 files changed, 58 insertions, 2 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 46d4b9ba0667..bbcd7782f8d3 100644 --- a/dev-perl/Variable-Magic/ChangeLog +++ b/dev-perl/Variable-Magic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Variable-Magic # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.25 2010/06/11 05:31:26 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.26 2010/07/15 11:31:58 tove Exp $ + +*Variable-Magic-0.43 (15 Jul 2010) + + 15 Jul 2010; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.43.ebuild: + Version bump 11 Jun 2010; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.41.ebuild: Cleanup diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.43.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.43.ebuild new file mode 100644 index 000000000000..f3c363485620 --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.43.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/Variable-Magic/Variable-Magic-0.43.ebuild,v 1.1 2010/07/15 11:31:58 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=VPIT +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do diff --git a/dev-perl/text-autoformat/ChangeLog b/dev-perl/text-autoformat/ChangeLog index c485371fb503..1c0d8eadb113 100644 --- a/dev-perl/text-autoformat/ChangeLog +++ b/dev-perl/text-autoformat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/text-autoformat # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.31 2010/06/11 05:06:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.32 2010/07/15 11:34:28 tove Exp $ + +*text-autoformat-1.669002 (15 Jul 2010) + + 15 Jul 2010; Torsten Veller <tove@gentoo.org> + +text-autoformat-1.669002.ebuild: + Version bump 11 Jun 2010; Torsten Veller <tove@gentoo.org> -text-autoformat-1.666.0.ebuild, -text-autoformat-1.668001.ebuild: diff --git a/dev-perl/text-autoformat/text-autoformat-1.669002.ebuild b/dev-perl/text-autoformat/text-autoformat-1.669002.ebuild new file mode 100644 index 000000000000..b3874b706223 --- /dev/null +++ b/dev-perl/text-autoformat/text-autoformat-1.669002.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/text-autoformat-1.669002.ebuild,v 1.1 2010/07/15 11:34:28 tove Exp $ + +EAPI=2 + +MY_PN=Text-Autoformat +MY_P=${MY_PN}-${PV} +MODULE_AUTHOR=DCONWAY +inherit perl-module + +DESCRIPTION="Automatic text wrapping and reformatting" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND=">=dev-perl/text-reform-1.11 + virtual/perl-version" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +S=${WORKDIR}/${MY_P} +SRC_TEST=do |