diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-29 09:55:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-29 09:55:36 +0000 |
commit | ffdab51973a68637735e1bddcc64c9e15dbe23c4 (patch) | |
tree | 20e6be1b653f1561797bd6ec8715f329a70e46d5 /dev-perl | |
parent | Version bump. (diff) | |
download | historical-ffdab51973a68637735e1bddcc64c9e15dbe23c4.tar.gz historical-ffdab51973a68637735e1bddcc64c9e15dbe23c4.tar.bz2 historical-ffdab51973a68637735e1bddcc64c9e15dbe23c4.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
46 files changed, 663 insertions, 39 deletions
diff --git a/dev-perl/PostScript-Simple/ChangeLog b/dev-perl/PostScript-Simple/ChangeLog index 0fbbac004900..967f34c81dca 100644 --- a/dev-perl/PostScript-Simple/ChangeLog +++ b/dev-perl/PostScript-Simple/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/PostScript-Simple -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.16 2007/12/27 13:46:30 ticho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.17 2011/08/29 09:55:01 tove Exp $ + +*PostScript-Simple-0.70.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> + +PostScript-Simple-0.70.0.ebuild: + Change version scheme 27 Dec 2007; Andrej Kacian <ticho@gentoo.org> PostScript-Simple-0.07.ebuild: diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0.ebuild new file mode 100644 index 000000000000..051d214062b0 --- /dev/null +++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0.ebuild,v 1.1 2011/08/29 09:55:01 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MCNEWTON +MODULE_VERSION=0.07 +inherit perl-module + +DESCRIPTION="Allows you to have a simple method of writing PostScript files from Perl" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" diff --git a/dev-perl/PostScript/ChangeLog b/dev-perl/PostScript/ChangeLog index 4dc37cfea078..3991998ad466 100644 --- a/dev-perl/PostScript/ChangeLog +++ b/dev-perl/PostScript/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/PostScript -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript/ChangeLog,v 1.4 2009/05/14 17:13:02 ken69267 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript/ChangeLog,v 1.5 2011/08/29 09:55:36 tove Exp $ + +*PostScript-0.60.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +PostScript-0.60.0.ebuild: + Change version scheme 14 May 2009; Kenneth Prugh <ken69267@gentoo.org> PostScript-0.06.ebuild: amd64 stable, bug #269571 diff --git a/dev-perl/PostScript/PostScript-0.60.0.ebuild b/dev-perl/PostScript/PostScript-0.60.0.ebuild new file mode 100644 index 000000000000..d6b230565277 --- /dev/null +++ b/dev-perl/PostScript/PostScript-0.60.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript/PostScript-0.60.0.ebuild,v 1.1 2011/08/29 09:55:36 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SHAWNPW +MODULE_VERSION=0.06 +inherit perl-module + +DESCRIPTION="An object that may be used to construct a block of text in PostScript" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Probe-Perl/ChangeLog b/dev-perl/Probe-Perl/ChangeLog index 758cb07fc16b..88df30b7a93b 100644 --- a/dev-perl/Probe-Perl/ChangeLog +++ b/dev-perl/Probe-Perl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Probe-Perl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/ChangeLog,v 1.11 2011/08/02 06:08:27 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/ChangeLog,v 1.12 2011/08/29 09:52:02 tove Exp $ + +*Probe-Perl-0.10.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Probe-Perl-0.10.0.ebuild: + Change version scheme 02 Aug 2011; Matt Turner <mattst88@gentoo.org> Probe-Perl-0.01.ebuild: Added ~mips, bug 285343. diff --git a/dev-perl/Probe-Perl/Probe-Perl-0.10.0.ebuild b/dev-perl/Probe-Perl/Probe-Perl-0.10.0.ebuild new file mode 100644 index 000000000000..c32ff3e4f09b --- /dev/null +++ b/dev-perl/Probe-Perl/Probe-Perl-0.10.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.10.0.ebuild,v 1.1 2011/08/29 09:52:02 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=KWILLIAMS +MODULE_VERSION=0.01 +inherit perl-module + +DESCRIPTION="Information about the currently running perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST=do diff --git a/dev-perl/Proc-Background/ChangeLog b/dev-perl/Proc-Background/ChangeLog index 86a3eff16c31..809f92a7baf7 100644 --- a/dev-perl/Proc-Background/ChangeLog +++ b/dev-perl/Proc-Background/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Proc-Background # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Background/ChangeLog,v 1.5 2011/04/24 16:06:26 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Background/ChangeLog,v 1.6 2011/08/29 09:51:01 tove Exp $ + +*Proc-Background-1.100.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> + +Proc-Background-1.100.0.ebuild: + Change version scheme 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> Proc-Background-1.10.ebuild: Marked ~x86-solaris, bug #296509 diff --git a/dev-perl/Proc-Background/Proc-Background-1.100.0.ebuild b/dev-perl/Proc-Background/Proc-Background-1.100.0.ebuild new file mode 100644 index 000000000000..1045af6b2fe2 --- /dev/null +++ b/dev-perl/Proc-Background/Proc-Background-1.100.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Background/Proc-Background-1.100.0.ebuild,v 1.1 2011/08/29 09:51:01 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BZAJAC +MODULE_VERSION=1.10 +inherit perl-module + +DESCRIPTION="Generic interface to background process management" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-solaris" +IUSE="" + +SRC_TEST=do diff --git a/dev-perl/Proc-ProcessTable/ChangeLog b/dev-perl/Proc-ProcessTable/ChangeLog index a842b09bc94f..629a0c9dd7e2 100644 --- a/dev-perl/Proc-ProcessTable/ChangeLog +++ b/dev-perl/Proc-ProcessTable/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Proc-ProcessTable # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-ProcessTable/ChangeLog,v 1.54 2011/01/06 20:06:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-ProcessTable/ChangeLog,v 1.55 2011/08/29 09:50:10 tove Exp $ + +*Proc-ProcessTable-0.450.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> + +Proc-ProcessTable-0.450.0.ebuild: + Change version scheme 06 Jan 2011; Torsten Veller <tove@gentoo.org> -Proc-ProcessTable-0.45.ebuild, -Proc-ProcessTable-0.45-r1.ebuild: diff --git a/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.450.0.ebuild b/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.450.0.ebuild new file mode 100644 index 000000000000..e58b081625d2 --- /dev/null +++ b/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.450.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.450.0.ebuild,v 1.1 2011/08/29 09:50:10 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DURIST +MODULE_VERSION=0.45 +inherit perl-module + +DESCRIPTION="Unix process table information" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/perl-Storable" +DEPEND="${RDEPEND}" + +SRC_TEST="do" +PATCHES=( + "${FILESDIR}/amd64_canonicalize_file_name_definition.patch" + "${FILESDIR}/0.45-pthread.patch" + "${FILESDIR}/0.45-fix-format-errors.patch" +) diff --git a/dev-perl/Proc-WaitStat/ChangeLog b/dev-perl/Proc-WaitStat/ChangeLog index 13a6e09b6b7e..532978d2a62c 100644 --- a/dev-perl/Proc-WaitStat/ChangeLog +++ b/dev-perl/Proc-WaitStat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Proc-WaitStat -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-WaitStat/ChangeLog,v 1.10 2010/03/10 09:52:04 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-WaitStat/ChangeLog,v 1.11 2011/08/29 09:47:28 tove Exp $ + +*Proc-WaitStat-1.0.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Proc-WaitStat-1.0.0.ebuild: + Change version scheme 10 Mar 2010; Joseph Jezak <josejx@gentoo.org> Proc-WaitStat-1.00.ebuild: Marked ~ppc. diff --git a/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild new file mode 100644 index 000000000000..9a248ed9b6a6 --- /dev/null +++ b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild,v 1.1 2011/08/29 09:47:28 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ROSCH +MODULE_VERSION=1.00 +inherit perl-module + +DESCRIPTION="Interpret and act on wait() status values" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +RDEPEND="dev-perl/IPC-Signal" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/RRD-Simple/ChangeLog b/dev-perl/RRD-Simple/ChangeLog index 8717c23f435a..8ff99fc8b4fa 100644 --- a/dev-perl/RRD-Simple/ChangeLog +++ b/dev-perl/RRD-Simple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/RRD-Simple -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RRD-Simple/ChangeLog,v 1.1 2010/12/10 12:19:36 chainsaw Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RRD-Simple/ChangeLog,v 1.2 2011/08/29 09:45:34 tove Exp $ + +*RRD-Simple-1.440.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +RRD-Simple-1.440.0.ebuild: + Change version scheme *RRD-Simple-1.44 (10 Dec 2010) diff --git a/dev-perl/RRD-Simple/RRD-Simple-1.440.0.ebuild b/dev-perl/RRD-Simple/RRD-Simple-1.440.0.ebuild new file mode 100644 index 000000000000..925ae9574214 --- /dev/null +++ b/dev-perl/RRD-Simple/RRD-Simple-1.440.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RRD-Simple/RRD-Simple-1.440.0.ebuild,v 1.1 2011/08/29 09:45:34 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=NICOLAW +MODULE_VERSION=1.44 +inherit perl-module + +DESCRIPTION="Simple interface to create and store data in RRD files" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + virtual/perl-Module-Build" +RDEPEND="dev-perl/Test-Deep + net-analyzer/rrdtool" diff --git a/dev-perl/RTF-Writer/ChangeLog b/dev-perl/RTF-Writer/ChangeLog index f2fc57097793..9f889caf35e4 100644 --- a/dev-perl/RTF-Writer/ChangeLog +++ b/dev-perl/RTF-Writer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/RTF-Writer -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/ChangeLog,v 1.4 2010/10/24 09:14:26 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/ChangeLog,v 1.5 2011/08/29 09:44:45 tove Exp $ + +*RTF-Writer-1.110.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +RTF-Writer-1.110.0.ebuild: + Change version scheme 24 Oct 2010; Torsten Veller <tove@gentoo.org> RTF-Writer-1.11.ebuild: Maintenance. EAPI bump. Drop Test-Harness. Add ~amd64 (#342347) diff --git a/dev-perl/RTF-Writer/RTF-Writer-1.110.0.ebuild b/dev-perl/RTF-Writer/RTF-Writer-1.110.0.ebuild new file mode 100644 index 000000000000..6698c8aea09c --- /dev/null +++ b/dev-perl/RTF-Writer/RTF-Writer-1.110.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.110.0.ebuild,v 1.1 2011/08/29 09:44:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SBURKE +MODULE_VERSION=1.11 +inherit perl-module + +DESCRIPTION="RTF::Writer - for generating documents in Rich Text Format" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/ImageSize" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Rcs/ChangeLog b/dev-perl/Rcs/ChangeLog index a9197b26135e..121ee914a248 100644 --- a/dev-perl/Rcs/ChangeLog +++ b/dev-perl/Rcs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Rcs -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Rcs/ChangeLog,v 1.2 2010/12/08 17:41:08 chainsaw Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Rcs/ChangeLog,v 1.3 2011/08/29 09:43:40 tove Exp $ + +*Rcs-1.50.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Rcs-1.50.0.ebuild: + Change version scheme 08 Dec 2010; <chainsaw@gentoo.org> Rcs-1.05.ebuild: Remove unnecessary elements of the ebuild, as per review by Torsten "tove" diff --git a/dev-perl/Rcs/Rcs-1.50.0.ebuild b/dev-perl/Rcs/Rcs-1.50.0.ebuild new file mode 100644 index 000000000000..e7c06941774e --- /dev/null +++ b/dev-perl/Rcs/Rcs-1.50.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Rcs/Rcs-1.50.0.ebuild,v 1.1 2011/08/29 09:43:40 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CFRETER +MODULE_VERSION=1.05 +inherit perl-module + +DESCRIPTION="Perl bindings for Revision Control System" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-vcs/rcs" +DEPEND="${RDEPEND}" diff --git a/dev-perl/Readonly-XS/ChangeLog b/dev-perl/Readonly-XS/ChangeLog index 8a1d886e0ac7..047879aa1446 100644 --- a/dev-perl/Readonly-XS/ChangeLog +++ b/dev-perl/Readonly-XS/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Readonly-XS -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Readonly-XS/ChangeLog,v 1.1 2010/04/10 11:17:23 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Readonly-XS/ChangeLog,v 1.2 2011/08/29 09:41:11 tove Exp $ + +*Readonly-XS-1.50.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Readonly-XS-1.50.0.ebuild: + Change version scheme *Readonly-XS-1.05 (10 Apr 2010) diff --git a/dev-perl/Readonly-XS/Readonly-XS-1.50.0.ebuild b/dev-perl/Readonly-XS/Readonly-XS-1.50.0.ebuild new file mode 100644 index 000000000000..910eeb3c9c48 --- /dev/null +++ b/dev-perl/Readonly-XS/Readonly-XS-1.50.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Readonly-XS/Readonly-XS-1.50.0.ebuild,v 1.1 2011/08/29 09:41:11 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ROODE +MODULE_VERSION=1.05 +inherit perl-module + +DESCRIPTION="Companion module for Readonly.pm, to speed up read-only scalar variables" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/Readonly" +DEPEND="${RDEPEND}" + +SRC_TEST=do diff --git a/dev-perl/Readonly/ChangeLog b/dev-perl/Readonly/ChangeLog index 518c3ff53967..5f4acb1219c5 100644 --- a/dev-perl/Readonly/ChangeLog +++ b/dev-perl/Readonly/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Readonly -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Readonly/ChangeLog,v 1.8 2010/01/11 19:20:29 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Readonly/ChangeLog,v 1.9 2011/08/29 09:42:58 tove Exp $ + +*Readonly-1.30.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Readonly-1.30.0.ebuild: + Change version scheme 11 Jan 2010; Fabian Groffen <grobian@gentoo.org> Readonly-1.03.ebuild: Transfer Prefix keywords diff --git a/dev-perl/Readonly/Readonly-1.30.0.ebuild b/dev-perl/Readonly/Readonly-1.30.0.ebuild new file mode 100644 index 000000000000..25e7646870a5 --- /dev/null +++ b/dev-perl/Readonly/Readonly-1.30.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Readonly/Readonly-1.30.0.ebuild,v 1.1 2011/08/29 09:42:58 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ROODE +MODULE_VERSION=1.03 +inherit perl-module + +DESCRIPTION="Facility for creating read-only scalars, arrays, hashes" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Regexp-IPv6/ChangeLog b/dev-perl/Regexp-IPv6/ChangeLog index 7f2bfa9dea0f..5606bb7ffc2a 100644 --- a/dev-perl/Regexp-IPv6/ChangeLog +++ b/dev-perl/Regexp-IPv6/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Regexp-IPv6 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-IPv6/ChangeLog,v 1.4 2010/06/11 05:44:44 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-IPv6/ChangeLog,v 1.5 2011/08/29 09:40:40 tove Exp $ + +*Regexp-IPv6-0.30.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Regexp-IPv6-0.30.0.ebuild: + Change version scheme 11 Jun 2010; Torsten Veller <tove@gentoo.org> -Regexp-IPv6-0.02.ebuild: Cleanup diff --git a/dev-perl/Regexp-IPv6/Regexp-IPv6-0.30.0.ebuild b/dev-perl/Regexp-IPv6/Regexp-IPv6-0.30.0.ebuild new file mode 100644 index 000000000000..2c8f9fd6b47f --- /dev/null +++ b/dev-perl/Regexp-IPv6/Regexp-IPv6-0.30.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-IPv6/Regexp-IPv6-0.30.0.ebuild,v 1.1 2011/08/29 09:40:40 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SALVA +MODULE_VERSION=0.03 +inherit perl-module + +DESCRIPTION="Regular expression for IPv6 addresses" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Regexp-Shellish/ChangeLog b/dev-perl/Regexp-Shellish/ChangeLog index 9a3e7d9d03fa..db408cdd081a 100644 --- a/dev-perl/Regexp-Shellish/ChangeLog +++ b/dev-perl/Regexp-Shellish/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Regexp-Shellish -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.15 2010/02/05 22:00:56 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.16 2011/08/29 09:40:07 tove Exp $ + +*Regexp-Shellish-0.930.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> + +Regexp-Shellish-0.930.0.ebuild: + Change version scheme 05 Feb 2010; Torsten Veller <tove@gentoo.org> Regexp-Shellish-0.93.ebuild: Fix LICENSE (#301969). Maintenance diff --git a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0.ebuild b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0.ebuild new file mode 100644 index 000000000000..b4bbcea578fe --- /dev/null +++ b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0.ebuild,v 1.1 2011/08/29 09:40:07 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RBS +MODULE_VERSION=0.93 +inherit perl-module + +DESCRIPTION="Regexp::Shellish - Shell-like regular expressions" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/SQL-Abstract-Limit/ChangeLog b/dev-perl/SQL-Abstract-Limit/ChangeLog index b89154f48726..a9b165c7d49a 100644 --- a/dev-perl/SQL-Abstract-Limit/ChangeLog +++ b/dev-perl/SQL-Abstract-Limit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/SQL-Abstract-Limit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract-Limit/ChangeLog,v 1.7 2011/01/14 13:31:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract-Limit/ChangeLog,v 1.8 2011/08/29 09:38:12 tove Exp $ + +*SQL-Abstract-Limit-0.141.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> + +SQL-Abstract-Limit-0.141.0.ebuild: + Change version scheme *SQL-Abstract-Limit-0.141-r1 (14 Jan 2011) diff --git a/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0.ebuild b/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0.ebuild new file mode 100644 index 000000000000..1eef587279b8 --- /dev/null +++ b/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0.ebuild,v 1.1 2011/08/29 09:38:12 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DAVEBAIRD +MODULE_VERSION=0.141 +inherit perl-module + +DESCRIPTION="Portable LIMIT emulation" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris" +IUSE="test" + +RDEPEND="dev-perl/SQL-Abstract + dev-perl/DBI" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( + dev-perl/Test-Deep + dev-perl/Test-Exception + )" + +SRC_TEST=do diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index 2f7152964517..b37705c9f231 100644 --- a/dev-perl/SQL-Abstract/ChangeLog +++ b/dev-perl/SQL-Abstract/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SQL-Abstract # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.51 2011/07/29 17:07:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.52 2011/08/29 09:39:12 tove Exp $ + +*SQL-Abstract-1.720.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +SQL-Abstract-1.720.0.ebuild: + Change version scheme 29 Jul 2011; Torsten Veller <tove@gentoo.org> -SQL-Abstract-1.69.ebuild: Cleanup diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.720.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.720.0.ebuild new file mode 100644 index 000000000000..bfda5a9352a0 --- /dev/null +++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.720.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.720.0.ebuild,v 1.1 2011/08/29 09:39:12 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FREW +MODULE_VERSION=1.72 +inherit perl-module + +DESCRIPTION="Generate SQL from Perl data structures" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-solaris" +IUSE="test" + +RDEPEND=">=dev-perl/Class-Accessor-Grouped-0.100.20 + >=dev-perl/Getopt-Long-Descriptive-0.086 + dev-perl/Hash-Merge" +DEPEND="${RDEPEND} + test? ( + >=dev-perl/Test-Deep-0.106 + dev-perl/Test-Exception + dev-perl/Test-Pod + >=virtual/perl-Test-Simple-0.92 + dev-perl/Test-Warn + >=dev-perl/Clone-0.31 + )" +# dev-perl/Test-Pod-Coverage + +SRC_TEST="do" diff --git a/dev-perl/SQL-Statement/ChangeLog b/dev-perl/SQL-Statement/ChangeLog index 7f1e4d95a0ba..54e0637c0d3f 100644 --- a/dev-perl/SQL-Statement/ChangeLog +++ b/dev-perl/SQL-Statement/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SQL-Statement # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.47 2011/07/07 05:47:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.48 2011/08/29 09:36:59 tove Exp $ + +*SQL-Statement-1.330.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +SQL-Statement-1.330.0.ebuild: + Change version scheme 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> SQL-Statement-1.330.ebuild: keyword ~x86-fbsd diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.330.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.330.0.ebuild new file mode 100644 index 000000000000..330484f70a8a --- /dev/null +++ b/dev-perl/SQL-Statement/SQL-Statement-1.330.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/SQL-Statement-1.330.0.ebuild,v 1.1 2011/08/29 09:36:59 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=REHSACK +MODULE_VERSION=1.33 +inherit perl-module + +DESCRIPTION="Small SQL parser and engine" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="test" + +RDEPEND=">=dev-perl/DBI-1.616 + >=dev-perl/Clone-0.30 + >=dev-perl/Params-Util-0.35 + virtual/perl-Scalar-List-Utils" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" + +pkg_setup() { + export SQL_STATEMENT_WARN_UPDATE=sure + + if has_version "<=dev-perl/SQL-Statement-1.20" ; then + ewarn "Changes include (1.22):" + ewarn " * behavior for unquoted identifiers modified to lower case them" + ewarn " * IN and BETWEEN operators are supported native" + fi +} diff --git a/dev-perl/SRU/ChangeLog b/dev-perl/SRU/ChangeLog index ffaf809fb947..d05a8cb34dba 100644 --- a/dev-perl/SRU/ChangeLog +++ b/dev-perl/SRU/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SRU -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/ChangeLog,v 1.4 2009/12/24 19:33:01 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/ChangeLog,v 1.5 2011/08/29 09:35:43 tove Exp $ + +*SRU-0.990.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +SRU-0.990.0.ebuild: + Change version scheme 24 Dec 2009; Torsten Veller <tove@gentoo.org> -SRU-0.97.ebuild, -SRU-0.98.ebuild: diff --git a/dev-perl/SRU/SRU-0.990.0.ebuild b/dev-perl/SRU/SRU-0.990.0.ebuild new file mode 100644 index 000000000000..b82a2d408619 --- /dev/null +++ b/dev-perl/SRU/SRU-0.990.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SRU/SRU-0.990.0.ebuild,v 1.1 2011/08/29 09:35:43 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BRICAS +MODULE_VERSION=0.99 +inherit perl-module + +DESCRIPTION="Catalyst::Controller::SRU - Dispatch SRU methods with Catalyst" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/URI + dev-perl/XML-LibXML + dev-perl/XML-Simple + dev-perl/Class-Accessor + >=dev-perl/CQL-Parser-1.0" +DEPEND=" + test? ( ${RDEPEND} + dev-perl/Test-Exception )" + +SRC_TEST=do diff --git a/dev-perl/SVG-Graph/ChangeLog b/dev-perl/SVG-Graph/ChangeLog index cea99ae55d8c..f86fe8415429 100644 --- a/dev-perl/SVG-Graph/ChangeLog +++ b/dev-perl/SVG-Graph/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SVG-Graph -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG-Graph/ChangeLog,v 1.3 2009/05/13 16:32:07 ken69267 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG-Graph/ChangeLog,v 1.4 2011/08/29 09:33:59 tove Exp $ + +*SVG-Graph-0.20.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +SVG-Graph-0.20.0.ebuild: + Change version scheme 13 May 2009; Kenneth Prugh <ken69267@gentoo.org> SVG-Graph-0.02.ebuild: amd64 stable, bug #269589 diff --git a/dev-perl/SVG-Graph/SVG-Graph-0.20.0.ebuild b/dev-perl/SVG-Graph/SVG-Graph-0.20.0.ebuild new file mode 100644 index 000000000000..7df0d2c4853a --- /dev/null +++ b/dev-perl/SVG-Graph/SVG-Graph-0.20.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG-Graph/SVG-Graph-0.20.0.ebuild,v 1.1 2011/08/29 09:33:59 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ALLENDAY +MODULE_VERSION=0.02 +inherit perl-module + +DESCRIPTION="Visualize your data in Scalable Vector Graphics (SVG) format" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-perl/Math-Derivative + dev-perl/Math-Spline + >=dev-perl/Statistics-Descriptive-2.6 + dev-perl/SVG + >=dev-perl/Tree-DAG_Node-1.04" +RDEPEND="${DEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/SVG/ChangeLog b/dev-perl/SVG/ChangeLog index c3210c113ccf..51e7afbbced8 100644 --- a/dev-perl/SVG/ChangeLog +++ b/dev-perl/SVG/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SVG -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.36 2010/10/20 07:28:38 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.37 2011/08/29 09:35:05 tove Exp $ + +*SVG-2.500.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +SVG-2.500.0.ebuild: + Change version scheme 20 Oct 2010; Torsten Veller <tove@gentoo.org> -SVG-2.33.ebuild, -SVG-2.44.ebuild, -SVG-2.49.ebuild: diff --git a/dev-perl/SVG/SVG-2.500.0.ebuild b/dev-perl/SVG/SVG-2.500.0.ebuild new file mode 100644 index 000000000000..014f8ec2f331 --- /dev/null +++ b/dev-perl/SVG/SVG-2.500.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.500.0.ebuild,v 1.1 2011/08/29 09:35:05 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RONAN +MODULE_VERSION=2.50 +inherit perl-module + +DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST=do diff --git a/dev-perl/SVN-Mirror/ChangeLog b/dev-perl/SVN-Mirror/ChangeLog index d17213bd92ba..041e7432426c 100644 --- a/dev-perl/SVN-Mirror/ChangeLog +++ b/dev-perl/SVN-Mirror/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SVN-Mirror -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v 1.46 2010/06/22 18:35:04 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v 1.47 2011/08/29 09:33:08 tove Exp $ + +*SVN-Mirror-0.750.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +SVN-Mirror-0.750.0.ebuild: + Change version scheme 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> SVN-Mirror-0.73.ebuild, SVN-Mirror-0.75.ebuild: diff --git a/dev-perl/SVN-Mirror/SVN-Mirror-0.750.0.ebuild b/dev-perl/SVN-Mirror/SVN-Mirror-0.750.0.ebuild new file mode 100644 index 000000000000..1c3a46d01baa --- /dev/null +++ b/dev-perl/SVN-Mirror/SVN-Mirror-0.750.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.750.0.ebuild,v 1.1 2011/08/29 09:33:08 tove Exp $ + +EAPI=4 +MODULE_AUTHOR=CLKAO +MODULE_VERSION=0.75 +inherit perl-module eutils + +DESCRIPTION="SVN::Mirror - Mirror remote repositories to local subversion repository" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-vcs/subversion-1.1.3[perl] + >=dev-perl/URI-1.34 + >=dev-perl/TermReadKey-2.21 + >=dev-perl/SVN-Simple-0.26 + dev-perl/Data-UUID + dev-perl/Class-Accessor + dev-perl/TimeDate + dev-perl/File-chdir" +DEPEND="${RDEPEND}" + +SRC_TEST=do diff --git a/dev-perl/SVN-Simple/ChangeLog b/dev-perl/SVN-Simple/ChangeLog index ee7de60ff7e3..bb431f7da159 100644 --- a/dev-perl/SVN-Simple/ChangeLog +++ b/dev-perl/SVN-Simple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SVN-Simple -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.21 2010/06/22 18:36:06 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.22 2011/08/29 09:31:15 tove Exp $ + +*SVN-Simple-0.270.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +SVN-Simple-0.270.0.ebuild: + Change version scheme 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> SVN-Simple-0.27.ebuild: diff --git a/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild b/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild new file mode 100644 index 000000000000..bff4949ac307 --- /dev/null +++ b/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild,v 1.1 2011/08/29 09:31:15 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CLKAO +MODULE_VERSION=0.27 +inherit perl-module + +DESCRIPTION="SVN::Simple::Edit - Simple interface to SVN::Delta::Editor" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-vcs/subversion-0.31[perl]" +DEPEND="${RDEPEND}" diff --git a/dev-perl/Safe-Hole/ChangeLog b/dev-perl/Safe-Hole/ChangeLog index bbd929e9267a..1edc704fdb41 100644 --- a/dev-perl/Safe-Hole/ChangeLog +++ b/dev-perl/Safe-Hole/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Safe-Hole # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe-Hole/ChangeLog,v 1.10 2011/01/12 16:39:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe-Hole/ChangeLog,v 1.11 2011/08/29 09:30:29 tove Exp $ + +*Safe-Hole-0.130.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Safe-Hole-0.130.0.ebuild: + Change version scheme *Safe-Hole-0.130 (12 Jan 2011) diff --git a/dev-perl/Safe-Hole/Safe-Hole-0.130.0.ebuild b/dev-perl/Safe-Hole/Safe-Hole-0.130.0.ebuild new file mode 100644 index 000000000000..6410b0108816 --- /dev/null +++ b/dev-perl/Safe-Hole/Safe-Hole-0.130.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe-Hole/Safe-Hole-0.130.0.ebuild,v 1.1 2011/08/29 09:30:29 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=TODDR +MODULE_VERSION=0.13 +inherit perl-module + +DESCRIPTION="Exec subs in the original package from Safe" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST="do" diff --git a/dev-perl/Sane/ChangeLog b/dev-perl/Sane/ChangeLog index 83470e0c5818..017741edcb8f 100644 --- a/dev-perl/Sane/ChangeLog +++ b/dev-perl/Sane/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Sane -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sane/ChangeLog,v 1.2 2009/06/15 09:39:44 dev-zero Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sane/ChangeLog,v 1.3 2011/08/29 09:29:44 tove Exp $ + +*Sane-0.30.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Sane-0.30.0.ebuild: + Change version scheme 15 Jun 2009; Tiziano Müller <dev-zero@gentoo.org> Sane-0.03.ebuild: Keyworded ~amd64 diff --git a/dev-perl/Sane/Sane-0.30.0.ebuild b/dev-perl/Sane/Sane-0.30.0.ebuild new file mode 100644 index 000000000000..10cb1d02928d --- /dev/null +++ b/dev-perl/Sane/Sane-0.30.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sane/Sane-0.30.0.ebuild,v 1.1 2011/08/29 09:29:44 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RATCLIFFE +MODULE_VERSION=0.03 +inherit perl-module + +DESCRIPTION="The Sane module allows you to access SANE-compatible scanners in a Perl." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=media-gfx/sane-backends-1.0.19" +DEPEND="${RDEPEND} + dev-perl/extutils-depends + dev-perl/extutils-pkgconfig + test? ( dev-perl/Test-Pod )" + +SRC_TEST="do" |