diff options
Diffstat (limited to 'dev-perl')
106 files changed, 1528 insertions, 89 deletions
diff --git a/dev-perl/File-DesktopEntry/ChangeLog b/dev-perl/File-DesktopEntry/ChangeLog index e2506fb1a54a..66e1a4e12548 100644 --- a/dev-perl/File-DesktopEntry/ChangeLog +++ b/dev-perl/File-DesktopEntry/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/File-DesktopEntry # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.26 2011/08/17 16:45:31 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.27 2011/08/30 16:01:07 tove Exp $ + +*File-DesktopEntry-0.40.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +File-DesktopEntry-0.40.0.ebuild: + Change version scheme 17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> File-DesktopEntry-0.04.ebuild: diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0.ebuild b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0.ebuild new file mode 100644 index 000000000000..3b1a0e038986 --- /dev/null +++ b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0.ebuild,v 1.1 2011/08/30 16:01:07 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PARDUS +MODULE_VERSION=0.04 +MODULE_SECTION=File-DesktopEntry +inherit perl-module + +DESCRIPTION="Object to handle .desktop files" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris" +IUSE="test" + +RDEPEND="virtual/perl-File-Spec + >=dev-perl/File-BaseDir-0.03" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( + virtual/perl-Test-Simple + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" diff --git a/dev-perl/File-DirWalk/ChangeLog b/dev-perl/File-DirWalk/ChangeLog index c29c6364b630..fbb80e2427df 100644 --- a/dev-perl/File-DirWalk/ChangeLog +++ b/dev-perl/File-DirWalk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-DirWalk -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DirWalk/ChangeLog,v 1.16 2009/07/06 20:46:58 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DirWalk/ChangeLog,v 1.17 2011/08/30 15:59:59 tove Exp $ + +*File-DirWalk-0.300.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-DirWalk-0.300.0.ebuild: + Change version scheme 06 Jul 2009; Jeroen Roovers <jer@gentoo.org> File-DirWalk-0.3.ebuild: Stable for HPPA too. diff --git a/dev-perl/File-DirWalk/File-DirWalk-0.300.0.ebuild b/dev-perl/File-DirWalk/File-DirWalk-0.300.0.ebuild new file mode 100644 index 000000000000..f4f7da1ad376 --- /dev/null +++ b/dev-perl/File-DirWalk/File-DirWalk-0.300.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/File-DirWalk/File-DirWalk-0.300.0.ebuild,v 1.1 2011/08/30 15:59:59 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JENSL +MODULE_VERSION=0.3 +inherit perl-module + +DESCRIPTION="File::DirWalk - walk through a directory tree and run own code." + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/File-Find-Rule/ChangeLog b/dev-perl/File-Find-Rule/ChangeLog index e7af790831c9..28b6eee926ca 100644 --- a/dev-perl/File-Find-Rule/ChangeLog +++ b/dev-perl/File-Find-Rule/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Find-Rule # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.54 2011/01/14 17:47:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.55 2011/08/30 15:58:54 tove Exp $ + +*File-Find-Rule-0.320.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Find-Rule-0.320.0.ebuild: + Change version scheme 14 Jan 2011; Torsten Veller <tove@gentoo.org> -File-Find-Rule-0.30.ebuild: Cleanup diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.320.0.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.320.0.ebuild new file mode 100644 index 000000000000..676650173437 --- /dev/null +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.320.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/File-Find-Rule/File-Find-Rule-0.320.0.ebuild,v 1.1 2011/08/30 15:58:54 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RCLAMP +MODULE_VERSION=0.32 +inherit perl-module + +DESCRIPTION="Alternative interface to File::Find" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="test" + +RDEPEND="virtual/perl-File-Spec + dev-perl/Number-Compare + dev-perl/Text-Glob" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple )" + +SRC_TEST="do" diff --git a/dev-perl/File-Flat/ChangeLog b/dev-perl/File-Flat/ChangeLog index 39e6429a4b25..7d0a1efb8909 100644 --- a/dev-perl/File-Flat/ChangeLog +++ b/dev-perl/File-Flat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Flat -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.54 2010/01/09 20:04:24 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.55 2011/08/30 15:58:10 tove Exp $ + +*File-Flat-1.40.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Flat-1.40.0.ebuild: + Change version scheme 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> File-Flat-1.04.ebuild: Transfer Prefix keywords diff --git a/dev-perl/File-Flat/File-Flat-1.40.0.ebuild b/dev-perl/File-Flat/File-Flat-1.40.0.ebuild new file mode 100644 index 000000000000..9050a014a9bb --- /dev/null +++ b/dev-perl/File-Flat/File-Flat-1.40.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-1.40.0.ebuild,v 1.1 2011/08/30 15:58:10 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ADAMK +MODULE_VERSION=1.04 +inherit perl-module + +DESCRIPTION="Implements a flat filesystem" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-perl/Class-Autouse-1 + >=dev-perl/Test-ClassAPI-1.02 + >=dev-perl/File-Copy-Recursive-0.36 + >=dev-perl/File-Remove-0.38 + >=virtual/perl-File-Spec-0.85 + >=virtual/perl-File-Temp-0.17 + >=dev-perl/File-Remove-0.21 + >=dev-perl/File-Slurp-9999.04 + >=dev-perl/prefork-0.02" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/File-Flock/ChangeLog b/dev-perl/File-Flock/ChangeLog index 22d6a62f66df..f0374e3bb16b 100644 --- a/dev-perl/File-Flock/ChangeLog +++ b/dev-perl/File-Flock/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Flock # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flock/ChangeLog,v 1.9 2011/01/27 19:11:14 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flock/ChangeLog,v 1.10 2011/08/30 15:56:34 tove Exp $ + +*File-Flock-2008.10.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Flock-2008.10.0.ebuild: + Change version scheme 27 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> File-Flock-2008.01.ebuild: diff --git a/dev-perl/File-Flock/File-Flock-2008.10.0.ebuild b/dev-perl/File-Flock/File-Flock-2008.10.0.ebuild new file mode 100644 index 000000000000..75e74db98dba --- /dev/null +++ b/dev-perl/File-Flock/File-Flock-2008.10.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/File-Flock/File-Flock-2008.10.0.ebuild,v 1.1 2011/08/30 15:56:34 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MUIR +MODULE_VERSION=2008.01 +MODULE_SECTION=modules +inherit perl-module + +DESCRIPTION="flock() wrapper. Auto-create locks" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/File-MMagic/ChangeLog b/dev-perl/File-MMagic/ChangeLog index 11d93b053c44..1980ea7066f5 100644 --- a/dev-perl/File-MMagic/ChangeLog +++ b/dev-perl/File-MMagic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-MMagic -# Copyright 2002-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/ChangeLog,v 1.52 2011/02/09 16:43:49 idl0r Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/ChangeLog,v 1.53 2011/08/30 15:53:20 tove Exp $ + +*File-MMagic-1.270.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-MMagic-1.270.0.ebuild: + Change version scheme 01 May 2009; Torsten Veller <tove@gentoo.org> -File-MMagic-1.25.ebuild: Cleanup diff --git a/dev-perl/File-MMagic/File-MMagic-1.270.0.ebuild b/dev-perl/File-MMagic/File-MMagic-1.270.0.ebuild new file mode 100644 index 000000000000..186bd00d2e9e --- /dev/null +++ b/dev-perl/File-MMagic/File-MMagic-1.270.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/File-MMagic/File-MMagic-1.270.0.ebuild,v 1.1 2011/08/30 15:53:20 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=KNOK +MODULE_VERSION=1.27 +inherit perl-module + +DESCRIPTION="The Perl Image-Info Module" +SRC_TEST="do" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" diff --git a/dev-perl/File-MimeInfo/ChangeLog b/dev-perl/File-MimeInfo/ChangeLog index 1367c8f4ff47..df1bd9c4b7cf 100644 --- a/dev-perl/File-MimeInfo/ChangeLog +++ b/dev-perl/File-MimeInfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-MimeInfo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog,v 1.65 2011/08/17 16:46:03 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog,v 1.66 2011/08/30 15:49:58 tove Exp $ + +*File-MimeInfo-0.150.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-MimeInfo-0.150.0.ebuild: + Change version scheme 17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> File-MimeInfo-0.15-r1.ebuild: diff --git a/dev-perl/File-MimeInfo/File-MimeInfo-0.150.0.ebuild b/dev-perl/File-MimeInfo/File-MimeInfo-0.150.0.ebuild new file mode 100644 index 000000000000..e4003205189c --- /dev/null +++ b/dev-perl/File-MimeInfo/File-MimeInfo-0.150.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/File-MimeInfo-0.150.0.ebuild,v 1.1 2011/08/30 15:49:58 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PARDUS +MODULE_VERSION=0.15 +MODULE_SECTION=File-MimeInfo +inherit perl-module + +DESCRIPTION="Determine file type" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris" +IUSE="test" + +RDEPEND=">=dev-perl/File-BaseDir-0.03 + >=dev-perl/File-DesktopEntry-0.04 + x11-misc/shared-mime-info" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" diff --git a/dev-perl/File-NCopy/ChangeLog b/dev-perl/File-NCopy/ChangeLog index b94b2d39a4c1..bf0b5c2886ec 100644 --- a/dev-perl/File-NCopy/ChangeLog +++ b/dev-perl/File-NCopy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-NCopy -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/ChangeLog,v 1.22 2009/07/02 19:33:42 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/ChangeLog,v 1.23 2011/08/30 15:48:49 tove Exp $ + +*File-NCopy-0.360.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-NCopy-0.360.0.ebuild: + Change version scheme 02 Jul 2009; Jeroen Roovers <jer@gentoo.org> File-NCopy-0.36.ebuild: Stable for HPPA too. diff --git a/dev-perl/File-NCopy/File-NCopy-0.360.0.ebuild b/dev-perl/File-NCopy/File-NCopy-0.360.0.ebuild new file mode 100644 index 000000000000..c66f397ed1be --- /dev/null +++ b/dev-perl/File-NCopy/File-NCopy-0.360.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/File-NCopy/File-NCopy-0.360.0.ebuild,v 1.1 2011/08/30 15:48:50 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CHORNY +MODULE_VERSION=0.36 +inherit perl-module + +DESCRIPTION="Copy file, file Copy file[s] | dir[s], dir" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/perl-File-Spec" +DEPEND="${RDEPEND}" diff --git a/dev-perl/File-Next/ChangeLog b/dev-perl/File-Next/ChangeLog index f19d116765d7..1f4e8009d6f2 100644 --- a/dev-perl/File-Next/ChangeLog +++ b/dev-perl/File-Next/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Next -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Next/ChangeLog,v 1.10 2010/01/09 20:06:04 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Next/ChangeLog,v 1.11 2011/08/30 15:47:22 tove Exp $ + +*File-Next-1.60.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Next-1.60.0.ebuild: + Change version scheme 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> File-Next-1.06.ebuild: Transfer Prefix keywords diff --git a/dev-perl/File-Next/File-Next-1.60.0.ebuild b/dev-perl/File-Next/File-Next-1.60.0.ebuild new file mode 100644 index 000000000000..22380d609c64 --- /dev/null +++ b/dev-perl/File-Next/File-Next-1.60.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/File-Next/File-Next-1.60.0.ebuild,v 1.1 2011/08/30 15:47:22 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PETDANCE +MODULE_VERSION=1.06 +inherit perl-module + +DESCRIPTION="File::Next is an iterator-based module for finding files" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="test" + +RDEPEND="virtual/perl-File-Spec + virtual/perl-Test-Simple" +DEPEND=" + test? ( ${RDEPEND} + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST=do diff --git a/dev-perl/File-Path-Expand/ChangeLog b/dev-perl/File-Path-Expand/ChangeLog index 838dbdc49ff1..9e9e52db0f77 100644 --- a/dev-perl/File-Path-Expand/ChangeLog +++ b/dev-perl/File-Path-Expand/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/File-Path-Expand -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.7 2008/11/18 14:58:30 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.8 2011/08/30 15:46:24 tove Exp $ + +*File-Path-Expand-1.20.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +File-Path-Expand-1.20.0.ebuild: + Change version scheme 18 Nov 2008; Torsten Veller <tove@gentoo.org> File-Path-Expand-1.02.ebuild: diff --git a/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0.ebuild b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0.ebuild new file mode 100644 index 000000000000..660a9cf7955a --- /dev/null +++ b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.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/File-Path-Expand/File-Path-Expand-1.20.0.ebuild,v 1.1 2011/08/30 15:46:24 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RCLAMP +MODULE_VERSION=1.02 +inherit perl-module + +DESCRIPTION="Expand filenames" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST="do" diff --git a/dev-perl/File-RsyncP/ChangeLog b/dev-perl/File-RsyncP/ChangeLog index 54f11353625b..e73adf27f36e 100644 --- a/dev-perl/File-RsyncP/ChangeLog +++ b/dev-perl/File-RsyncP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-RsyncP # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.25 2011/04/20 13:01:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.26 2011/08/30 15:44:44 tove Exp $ + +*File-RsyncP-0.700.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-RsyncP-0.700.0.ebuild: + Change version scheme 20 Apr 2011; Justin Lecher <jlec@gentoo.org> File-RsyncP-0.68.ebuild, File-RsyncP-0.70.ebuild: diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild new file mode 100644 index 000000000000..27331843ed4f --- /dev/null +++ b/dev-perl/File-RsyncP/File-RsyncP-0.700.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/File-RsyncP/File-RsyncP-0.700.0.ebuild,v 1.1 2011/08/30 15:44:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CBARRATT +MODULE_VERSION=0.70 +inherit perl-module + +DESCRIPTION="An rsync perl module" +HOMEPAGE="http://perlrsync.sourceforge.net/ ${HOMEPAGE}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="net-misc/rsync" + +MAKEOPTS+=" -j1" + +src_prepare() { + perl-module_src_prepare + tc-export CC +} diff --git a/dev-perl/File-Scan-ClamAV/ChangeLog b/dev-perl/File-Scan-ClamAV/ChangeLog index f0997c92b547..93746b6c23b5 100644 --- a/dev-perl/File-Scan-ClamAV/ChangeLog +++ b/dev-perl/File-Scan-ClamAV/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/File-Scan-ClamAV -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Scan-ClamAV/ChangeLog,v 1.1 2009/05/17 08:44:19 dertobi123 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Scan-ClamAV/ChangeLog,v 1.2 2011/08/30 15:43:16 tove Exp $ + +*File-Scan-ClamAV-1.910.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +File-Scan-ClamAV-1.910.0.ebuild: + Change version scheme *File-Scan-ClamAV-1.91 (17 May 2009) diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.910.0.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.910.0.ebuild new file mode 100644 index 000000000000..e1dd7b9a057b --- /dev/null +++ b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.910.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/File-Scan-ClamAV/File-Scan-ClamAV-1.910.0.ebuild,v 1.1 2011/08/30 15:43:16 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JAMTUR +MODULE_VERSION=1.91 +inherit perl-module + +DESCRIPTION="Connect to a local Clam Anti-Virus clamd service and send commands" + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +DEPEND="app-antivirus/clamav" +RDEPEND="${DEPEND}" diff --git a/dev-perl/File-SearchPath/ChangeLog b/dev-perl/File-SearchPath/ChangeLog index 63ca2694e435..1104501a2713 100644 --- a/dev-perl/File-SearchPath/ChangeLog +++ b/dev-perl/File-SearchPath/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-SearchPath # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/ChangeLog,v 1.6 2011/01/14 17:44:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/ChangeLog,v 1.7 2011/08/30 15:42:08 tove Exp $ + +*File-SearchPath-0.60.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-SearchPath-0.60.0.ebuild: + Change version scheme 14 Jan 2011; Torsten Veller <tove@gentoo.org> -File-SearchPath-0.05.ebuild: Cleanup diff --git a/dev-perl/File-SearchPath/File-SearchPath-0.60.0.ebuild b/dev-perl/File-SearchPath/File-SearchPath-0.60.0.ebuild new file mode 100644 index 000000000000..92742fca90d7 --- /dev/null +++ b/dev-perl/File-SearchPath/File-SearchPath-0.60.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/File-SearchPath/File-SearchPath-0.60.0.ebuild,v 1.1 2011/08/30 15:42:08 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=TJENNESS +MODULE_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Search for a file in an environment variable path" + +LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST=do diff --git a/dev-perl/File-ShareDir/ChangeLog b/dev-perl/File-ShareDir/ChangeLog index 6db2d7953caa..0dde86271e66 100644 --- a/dev-perl/File-ShareDir/ChangeLog +++ b/dev-perl/File-ShareDir/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-ShareDir # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/ChangeLog,v 1.10 2011/04/24 15:29:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/ChangeLog,v 1.11 2011/08/30 15:41:26 tove Exp $ + +*File-ShareDir-1.30.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-ShareDir-1.30.0.ebuild: + Change version scheme 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> File-ShareDir-1.30.ebuild: Marked ~x86-solaris, bug #296509 diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.30.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.30.0.ebuild new file mode 100644 index 000000000000..d118a1a97605 --- /dev/null +++ b/dev-perl/File-ShareDir/File-ShareDir-1.30.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/File-ShareDir/File-ShareDir-1.30.0.ebuild,v 1.1 2011/08/30 15:41:26 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ADAMK +MODULE_VERSION=1.03 +inherit perl-module + +DESCRIPTION="Locate per-dist and per-module shared files" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-solaris" +IUSE="" + +RDEPEND="dev-perl/Class-Inspector" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/File-Sort/ChangeLog b/dev-perl/File-Sort/ChangeLog index c3ec1b01cb62..fe7f86d10f52 100644 --- a/dev-perl/File-Sort/ChangeLog +++ b/dev-perl/File-Sort/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Sort # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Sort/ChangeLog,v 1.1 2011/07/18 06:06:21 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Sort/ChangeLog,v 1.2 2011/08/30 15:40:58 tove Exp $ + +*File-Sort-1.10.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Sort-1.10.0.ebuild: + Change version scheme *File-Sort-1.01 (18 Jul 2011) diff --git a/dev-perl/File-Sort/File-Sort-1.10.0.ebuild b/dev-perl/File-Sort/File-Sort-1.10.0.ebuild new file mode 100644 index 000000000000..50675d7b73f9 --- /dev/null +++ b/dev-perl/File-Sort/File-Sort-1.10.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/File-Sort/File-Sort-1.10.0.ebuild,v 1.1 2011/08/30 15:40:58 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CNANDOR +MODULE_VERSION=1.01 +inherit perl-module + +DESCRIPTION="Sort a file or merge sort multiple files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/File-Stat-Moose/ChangeLog b/dev-perl/File-Stat-Moose/ChangeLog index fc5551bad482..7fb93c00d740 100644 --- a/dev-perl/File-Stat-Moose/ChangeLog +++ b/dev-perl/File-Stat-Moose/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Stat-Moose -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Stat-Moose/ChangeLog,v 1.4 2010/02/03 11:36:40 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Stat-Moose/ChangeLog,v 1.5 2011/08/30 15:40:21 tove Exp $ + +*File-Stat-Moose-0.60.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Stat-Moose-0.60.0.ebuild: + Change version scheme 03 Feb 2010; Torsten Veller <tove@gentoo.org> File-Stat-Moose-0.06.ebuild: Depend on Module-Build diff --git a/dev-perl/File-Stat-Moose/File-Stat-Moose-0.60.0.ebuild b/dev-perl/File-Stat-Moose/File-Stat-Moose-0.60.0.ebuild new file mode 100644 index 000000000000..344f7f203697 --- /dev/null +++ b/dev-perl/File-Stat-Moose/File-Stat-Moose-0.60.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Stat-Moose/File-Stat-Moose-0.60.0.ebuild,v 1.1 2011/08/30 15:40:21 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DEXTER +MODULE_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Status info for a file - Moose-based" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/DateTime + virtual/perl-parent + dev-perl/Sub-Exporter + >=dev-perl/Exception-Warning-0.03 + >=dev-perl/Test-Unit-Lite-0.12 + >=dev-perl/Fatal-Exception-0.05 + >=dev-perl/Exception-Died-0.06 + dev-perl/constant-boolean + >=dev-perl/Test-Assert-0.0501 + >=dev-perl/Exception-Base-0.22.01 + >=dev-perl/Exception-System-0.11 + dev-perl/Moose" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" diff --git a/dev-perl/File-Sync/ChangeLog b/dev-perl/File-Sync/ChangeLog index 274bda456579..b31e9ce87229 100644 --- a/dev-perl/File-Sync/ChangeLog +++ b/dev-perl/File-Sync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Sync -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Sync/ChangeLog,v 1.15 2007/01/15 19:41:51 mcummings Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Sync/ChangeLog,v 1.16 2011/08/30 15:39:37 tove Exp $ + +*File-Sync-0.90.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Sync-0.90.0.ebuild: + Change version scheme 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> File-Sync-0.09.ebuild: diff --git a/dev-perl/File-Sync/File-Sync-0.90.0.ebuild b/dev-perl/File-Sync/File-Sync-0.90.0.ebuild new file mode 100644 index 000000000000..d2933a25daac --- /dev/null +++ b/dev-perl/File-Sync/File-Sync-0.90.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/File-Sync/File-Sync-0.90.0.ebuild,v 1.1 2011/08/30 15:39:37 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CEVANS +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION="Perl access to fsync() and sync() function calls" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/File-Tempdir/ChangeLog b/dev-perl/File-Tempdir/ChangeLog index 4bd40f1cc789..d790d825463b 100644 --- a/dev-perl/File-Tempdir/ChangeLog +++ b/dev-perl/File-Tempdir/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Tempdir -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tempdir/ChangeLog,v 1.8 2007/11/10 11:45:00 drac Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tempdir/ChangeLog,v 1.9 2011/08/30 15:38:32 tove Exp $ + +*File-Tempdir-0.20.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Tempdir-0.20.0.ebuild: + Change version scheme 10 Nov 2007; Samuli Suominen <drac@gentoo.org> File-Tempdir-0.02.ebuild: amd64 stable diff --git a/dev-perl/File-Tempdir/File-Tempdir-0.20.0.ebuild b/dev-perl/File-Tempdir/File-Tempdir-0.20.0.ebuild new file mode 100644 index 000000000000..f5d7508d3b87 --- /dev/null +++ b/dev-perl/File-Tempdir/File-Tempdir-0.20.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/File-Tempdir/File-Tempdir-0.20.0.ebuild,v 1.1 2011/08/30 15:38:32 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=NANARDON +MODULE_VERSION=0.02 +inherit perl-module + +DESCRIPTION="This module provide an object interface to tempdir() from File::Temp" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/File-Type/ChangeLog b/dev-perl/File-Type/ChangeLog index 972eabbd95fb..a420d38f79be 100644 --- a/dev-perl/File-Type/ChangeLog +++ b/dev-perl/File-Type/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Type -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Type/ChangeLog,v 1.18 2010/01/09 20:09:59 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Type/ChangeLog,v 1.19 2011/08/30 15:37:08 tove Exp $ + +*File-Type-0.220.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Type-0.220.0.ebuild: + Change version scheme 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> File-Type-0.22.ebuild: Transfer Prefix keywords diff --git a/dev-perl/File-Type/File-Type-0.220.0.ebuild b/dev-perl/File-Type/File-Type-0.220.0.ebuild new file mode 100644 index 000000000000..509cc4911024 --- /dev/null +++ b/dev-perl/File-Type/File-Type-0.220.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/File-Type/File-Type-0.220.0.ebuild,v 1.1 2011/08/30 15:37:08 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PMISON +MODULE_VERSION=0.22 +inherit perl-module + +DESCRIPTION="Determine file type using magic" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.28" + +SRC_TEST="do" diff --git a/dev-perl/File-Which/ChangeLog b/dev-perl/File-Which/ChangeLog index 1e4b59675d0d..ef10116b960e 100644 --- a/dev-perl/File-Which/ChangeLog +++ b/dev-perl/File-Which/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Which # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.20 2011/07/07 05:49:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.21 2011/08/30 15:35:34 tove Exp $ + +*File-Which-1.90.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Which-1.90.0.ebuild: + Change version scheme 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> File-Which-1.09.ebuild: keyword ~x86-fbsd diff --git a/dev-perl/File-Which/File-Which-1.90.0.ebuild b/dev-perl/File-Which/File-Which-1.90.0.ebuild new file mode 100644 index 000000000000..23ce4fd56a4b --- /dev/null +++ b/dev-perl/File-Which/File-Which-1.90.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/File-Which/File-Which-1.90.0.ebuild,v 1.1 2011/08/30 15:35:34 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ADAMK +MODULE_VERSION=1.09 +inherit perl-module + +DESCRIPTION="Perl module implementing 'which' internally" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( >=dev-perl/Test-Script-1.06 )" + +SRC_TEST="do" diff --git a/dev-perl/File-chmod/ChangeLog b/dev-perl/File-chmod/ChangeLog index 0b9b75175cda..fc0e5d10b7aa 100644 --- a/dev-perl/File-chmod/ChangeLog +++ b/dev-perl/File-chmod/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-chmod -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.9 2010/01/09 21:13:39 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.10 2011/08/30 15:34:30 tove Exp $ + +*File-chmod-0.320.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-chmod-0.320.0.ebuild: + Change version scheme 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> File-chmod-0.32.ebuild: Transfer Prefix keywords diff --git a/dev-perl/File-chmod/File-chmod-0.320.0.ebuild b/dev-perl/File-chmod/File-chmod-0.320.0.ebuild new file mode 100644 index 000000000000..eff0c6707250 --- /dev/null +++ b/dev-perl/File-chmod/File-chmod-0.320.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/File-chmod-0.320.0.ebuild,v 1.1 2011/08/30 15:34:30 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PINYAN +MODULE_VERSION=0.32 +inherit perl-module + +DESCRIPTION="Implements symbolic and ls chmod modes" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" +IUSE="" diff --git a/dev-perl/File-pushd/ChangeLog b/dev-perl/File-pushd/ChangeLog index a0b60aeb569e..dd86900ca015 100644 --- a/dev-perl/File-pushd/ChangeLog +++ b/dev-perl/File-pushd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-pushd -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-pushd/ChangeLog,v 1.1 2010/02/15 14:05:34 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-pushd/ChangeLog,v 1.2 2011/08/30 15:33:21 tove Exp $ + +*File-pushd-1.0.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-pushd-1.0.0.ebuild: + Change version scheme *File-pushd-1.00 (15 Feb 2010) diff --git a/dev-perl/File-pushd/File-pushd-1.0.0.ebuild b/dev-perl/File-pushd/File-pushd-1.0.0.ebuild new file mode 100644 index 000000000000..84b23786254b --- /dev/null +++ b/dev-perl/File-pushd/File-pushd-1.0.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/File-pushd/File-pushd-1.0.0.ebuild,v 1.1 2011/08/30 15:33:21 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DAGOLDEN +MODULE_VERSION=1.00 +inherit perl-module + +DESCRIPTION="change directory temporarily for a limited scope" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST=do diff --git a/dev-perl/Filesys-Df/ChangeLog b/dev-perl/Filesys-Df/ChangeLog index 5f56ca029d96..e4c21a7f06f9 100644 --- a/dev-perl/Filesys-Df/ChangeLog +++ b/dev-perl/Filesys-Df/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Filesys-Df -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-Df/ChangeLog,v 1.4 2009/01/17 22:29:32 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-Df/ChangeLog,v 1.5 2011/08/30 15:32:48 tove Exp $ + +*Filesys-Df-0.920.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Filesys-Df-0.920.0.ebuild: + Change version scheme 17 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> Filesys-Df-0.92.ebuild: Emerge on an empty system (without perl) failed due to lack of perl dep. diff --git a/dev-perl/Filesys-Df/Filesys-Df-0.920.0.ebuild b/dev-perl/Filesys-Df/Filesys-Df-0.920.0.ebuild new file mode 100644 index 000000000000..fe8faf5dac3f --- /dev/null +++ b/dev-perl/Filesys-Df/Filesys-Df-0.920.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-Df/Filesys-Df-0.920.0.ebuild,v 1.1 2011/08/30 15:32:47 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=IGUTHRIE +MODULE_VERSION=0.92 +inherit perl-module + +DESCRIPTION="Disk free based on Filesys::Statvfs" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-perl/Filesys-DiskSpace/ChangeLog b/dev-perl/Filesys-DiskSpace/ChangeLog index 20098363b4a1..f8ffa877b68a 100644 --- a/dev-perl/Filesys-DiskSpace/ChangeLog +++ b/dev-perl/Filesys-DiskSpace/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Filesys-DiskSpace -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-DiskSpace/ChangeLog,v 1.8 2007/12/27 14:09:23 ticho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-DiskSpace/ChangeLog,v 1.9 2011/08/30 15:31:36 tove Exp $ + +*Filesys-DiskSpace-0.50.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Filesys-DiskSpace-0.50.0.ebuild: + Change version scheme 27 Dec 2007; Andrej Kacian <ticho@gentoo.org> Filesys-DiskSpace-0.05.ebuild: diff --git a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0.ebuild b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0.ebuild new file mode 100644 index 000000000000..6fae01a6c9f0 --- /dev/null +++ b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.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/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0.ebuild,v 1.1 2011/08/30 15:31:35 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FTASSIN +MODULE_VERSION=0.05 +inherit perl-module + +DESCRIPTION="Perl df" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +#Disabled - assumes you have ext2 mounts actively mounted!?! +#SRC_TEST="do" diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog index 3fe66cf679d8..d24a217dd146 100644 --- a/dev-perl/Finance-Quote/ChangeLog +++ b/dev-perl/Finance-Quote/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Finance-Quote -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.62 2010/11/05 15:33:29 halcy0n Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.63 2011/08/30 15:29:58 tove Exp $ + +*Finance-Quote-1.170.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Finance-Quote-1.170.0.ebuild: + Change version scheme 05 Nov 2010; Mark Loeser <halcy0n@gentoo.org> Finance-Quote-1.17-r2.ebuild: diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.170.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.170.0.ebuild new file mode 100644 index 000000000000..2fee3fb3c3ec --- /dev/null +++ b/dev-perl/Finance-Quote/Finance-Quote-1.170.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/Finance-Quote/Finance-Quote-1.170.0.ebuild,v 1.1 2011/08/30 15:29:58 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ECOCODE +MODULE_VERSION=1.17 +inherit perl-module + +DESCRIPTION="Get stock and mutual fund quotes from various exchanges" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/libwww-perl + dev-perl/HTML-Tree + dev-perl/HTML-TableExtract + dev-perl/Crypt-SSLeay" +RDEPEND="${DEPEND}" + +SRC_TEST="do" +PATCHES=( "${FILESDIR}"/VWD.pm.diff ) diff --git a/dev-perl/Finance-YahooQuote/ChangeLog b/dev-perl/Finance-YahooQuote/ChangeLog index 9987795c32bc..62d7b12f504d 100644 --- a/dev-perl/Finance-YahooQuote/ChangeLog +++ b/dev-perl/Finance-YahooQuote/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Finance-YahooQuote -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.23 2010/10/16 07:12:19 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/ChangeLog,v 1.24 2011/08/30 15:28:23 tove Exp $ + +*Finance-YahooQuote-0.240.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Finance-YahooQuote-0.240.0.ebuild: + Change version scheme 16 Oct 2010; Torsten Veller <tove@gentoo.org> Finance-YahooQuote-0.22.ebuild, Finance-YahooQuote-0.24.ebuild: diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild new file mode 100644 index 000000000000..108d9e8d5a75 --- /dev/null +++ b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.240.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/Finance-YahooQuote/Finance-YahooQuote-0.240.0.ebuild,v 1.1 2011/08/30 15:28:23 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=EDD +MODULE_VERSION=0.24 +inherit perl-module + +DESCRIPTION="Get stock quotes from Yahoo! Finance" + +LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/libwww-perl + virtual/perl-MIME-Base64 + >=dev-perl/HTML-Parser-2.2" +DEPEND="${RDEPEND}" + +SRC_TEST=online diff --git a/dev-perl/Font-AFM/ChangeLog b/dev-perl/Font-AFM/ChangeLog index cf071f4145c4..07c0e5508b9a 100644 --- a/dev-perl/Font-AFM/ChangeLog +++ b/dev-perl/Font-AFM/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Font-AFM # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Font-AFM/ChangeLog,v 1.19 2011/01/14 17:43:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Font-AFM/ChangeLog,v 1.20 2011/08/30 15:27:36 tove Exp $ + +*Font-AFM-1.200.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Font-AFM-1.200.0.ebuild: + Change version scheme 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Font-AFM-1.19.ebuild: Cleanup diff --git a/dev-perl/Font-AFM/Font-AFM-1.200.0.ebuild b/dev-perl/Font-AFM/Font-AFM-1.200.0.ebuild new file mode 100644 index 000000000000..a73d1035342f --- /dev/null +++ b/dev-perl/Font-AFM/Font-AFM-1.200.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/Font-AFM/Font-AFM-1.200.0.ebuild,v 1.1 2011/08/30 15:27:36 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=GAAS +MODULE_VERSION=1.20 +inherit perl-module + +DESCRIPTION="Parse Adobe Font Metric files" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Font-TTF/ChangeLog b/dev-perl/Font-TTF/ChangeLog index fa693c2470e8..37c70709422f 100644 --- a/dev-perl/Font-TTF/ChangeLog +++ b/dev-perl/Font-TTF/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Font-TTF # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Font-TTF/ChangeLog,v 1.22 2011/01/27 02:43:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Font-TTF/ChangeLog,v 1.23 2011/08/30 15:26:56 tove Exp $ + +*Font-TTF-0.480.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Font-TTF-0.480.0.ebuild: + Change version scheme *Font-TTF-0.48 (27 Jan 2011) diff --git a/dev-perl/Font-TTF/Font-TTF-0.480.0.ebuild b/dev-perl/Font-TTF/Font-TTF-0.480.0.ebuild new file mode 100644 index 000000000000..74f8abb1a514 --- /dev/null +++ b/dev-perl/Font-TTF/Font-TTF-0.480.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/Font-TTF/Font-TTF-0.480.0.ebuild,v 1.1 2011/08/30 15:26:56 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MHOSKEN +MODULE_VERSION=0.48 +inherit perl-module + +DESCRIPTION="module for compiling and altering fonts" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="virtual/perl-IO-Compress + dev-perl/XML-Parser" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Format-Human-Bytes/ChangeLog b/dev-perl/Format-Human-Bytes/ChangeLog index dcb5df955266..378f94838ecd 100644 --- a/dev-perl/Format-Human-Bytes/ChangeLog +++ b/dev-perl/Format-Human-Bytes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Format-Human-Bytes -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Format-Human-Bytes/ChangeLog,v 1.5 2010/10/20 08:29:18 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Format-Human-Bytes/ChangeLog,v 1.6 2011/08/30 15:24:08 tove Exp $ + +*Format-Human-Bytes-0.60.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Format-Human-Bytes-0.60.0.ebuild: + Change version scheme 20 Oct 2010; Torsten Veller <tove@gentoo.org> -Format-Human-Bytes-0.05.ebuild: diff --git a/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.60.0.ebuild b/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.60.0.ebuild new file mode 100644 index 000000000000..3591761f95a4 --- /dev/null +++ b/dev-perl/Format-Human-Bytes/Format-Human-Bytes-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/Format-Human-Bytes/Format-Human-Bytes-0.60.0.ebuild,v 1.1 2011/08/30 15:24:08 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SEWI +MODULE_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Format a bytecount and make it human readable" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST=do diff --git a/dev-perl/GD-Barcode/ChangeLog b/dev-perl/GD-Barcode/ChangeLog index f9f9545c1988..6aa7e2a4cff6 100644 --- a/dev-perl/GD-Barcode/ChangeLog +++ b/dev-perl/GD-Barcode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/GD-Barcode -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/ChangeLog,v 1.5 2009/04/13 10:25:30 tcunha Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/ChangeLog,v 1.6 2011/08/30 15:23:36 tove Exp $ + +*GD-Barcode-1.150.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +GD-Barcode-1.150.0.ebuild: + Change version scheme 13 Apr 2009; Tiago Cunha <tcunha@gentoo.org> GD-Barcode-1.15.ebuild: stable amd64 diff --git a/dev-perl/GD-Barcode/GD-Barcode-1.150.0.ebuild b/dev-perl/GD-Barcode/GD-Barcode-1.150.0.ebuild new file mode 100644 index 000000000000..8e0c758e7bd0 --- /dev/null +++ b/dev-perl/GD-Barcode/GD-Barcode-1.150.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/GD-Barcode/GD-Barcode-1.150.0.ebuild,v 1.1 2011/08/30 15:23:36 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=KWITKNR +MODULE_VERSION=1.15 +inherit perl-module + +DESCRIPTION="GD::Barcode - Create barcode image with GD" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/GD" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/GD-Graph3d/ChangeLog b/dev-perl/GD-Graph3d/ChangeLog index 68633b3cd891..c2d8c2eeb14c 100644 --- a/dev-perl/GD-Graph3d/ChangeLog +++ b/dev-perl/GD-Graph3d/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/GD-Graph3d -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/ChangeLog,v 1.21 2010/12/03 02:24:46 xmw Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/ChangeLog,v 1.22 2011/08/30 15:21:21 tove Exp $ + +*GD-Graph3d-0.630.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +GD-Graph3d-0.630.0.ebuild: + Change version scheme 03 Dec 2010; Michael Weber <xmw@gentoo.org> GD-Graph3d-0.63.ebuild: add ~arm (bug 302981) diff --git a/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0.ebuild b/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0.ebuild new file mode 100644 index 000000000000..38a07f53a248 --- /dev/null +++ b/dev-perl/GD-Graph3d/GD-Graph3d-0.630.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/GD-Graph3d/GD-Graph3d-0.630.0.ebuild,v 1.1 2011/08/30 15:21:21 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=WADG +MODULE_VERSION=0.63 +inherit perl-module + +DESCRIPTION="Create 3D Graphs with GD and GD::Graph" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" +IUSE="" + +RDEPEND=">=dev-perl/GD-1.18 + >=dev-perl/GDGraph-1.30 + dev-perl/GDTextUtil" +DEPEND="${RDEPEND}" diff --git a/dev-perl/GD-SVG/ChangeLog b/dev-perl/GD-SVG/ChangeLog index 2c03bb386962..43d584db1f1f 100644 --- a/dev-perl/GD-SVG/ChangeLog +++ b/dev-perl/GD-SVG/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/GD-SVG -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/ChangeLog,v 1.30 2009/06/03 16:14:03 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/ChangeLog,v 1.31 2011/08/30 15:19:40 tove Exp $ + +*GD-SVG-0.330.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +GD-SVG-0.330.0.ebuild: + Change version scheme 03 Jun 2009; Torsten Veller <tove@gentoo.org> -GD-SVG-0.31.ebuild, -GD-SVG-0.32.ebuild: diff --git a/dev-perl/GD-SVG/GD-SVG-0.330.0.ebuild b/dev-perl/GD-SVG/GD-SVG-0.330.0.ebuild new file mode 100644 index 000000000000..a7c1c3aa3321 --- /dev/null +++ b/dev-perl/GD-SVG/GD-SVG-0.330.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/GD-SVG/GD-SVG-0.330.0.ebuild,v 1.1 2011/08/30 15:19:40 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=TWH +MODULE_VERSION=0.33 +inherit perl-module + +DESCRIPTION="Seamlessly enable SVG output from scripts written using GD" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/GD + dev-perl/SVG" +RDEPEND="${DEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/GDGraph/ChangeLog b/dev-perl/GDGraph/ChangeLog index cad7029060d3..ef74ad9b0dac 100644 --- a/dev-perl/GDGraph/ChangeLog +++ b/dev-perl/GDGraph/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/GDGraph -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/ChangeLog,v 1.36 2010/07/19 21:50:16 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/ChangeLog,v 1.37 2011/08/30 15:18:44 tove Exp $ + +*GDGraph-1.440.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +GDGraph-1.440.0.ebuild: + Change version scheme 19 Jul 2010; Markus Meier <maekke@gentoo.org> GDGraph-1.44.ebuild: add ~arm, bug #301084 diff --git a/dev-perl/GDGraph/GDGraph-1.440.0.ebuild b/dev-perl/GDGraph/GDGraph-1.440.0.ebuild new file mode 100644 index 000000000000..5f5784312679 --- /dev/null +++ b/dev-perl/GDGraph/GDGraph-1.440.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/GDGraph/GDGraph-1.440.0.ebuild,v 1.1 2011/08/30 15:18:44 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BWARFIELD +MODULE_VERSION=1.44 +inherit perl-module + +DESCRIPTION="Perl5 module to create charts using the GD module" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" +IUSE="" + +RDEPEND="dev-perl/GDTextUtil + dev-perl/GD + media-libs/gd" +DEPEND="${RDEPEND}" diff --git a/dev-perl/GDTextUtil/ChangeLog b/dev-perl/GDTextUtil/ChangeLog index 0a325e50fc5c..1d3b355da35f 100644 --- a/dev-perl/GDTextUtil/ChangeLog +++ b/dev-perl/GDTextUtil/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/GDTextUtil -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/ChangeLog,v 1.20 2010/07/19 21:48:54 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/ChangeLog,v 1.21 2011/08/30 15:16:42 tove Exp $ + +*GDTextUtil-0.860.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +GDTextUtil-0.860.0.ebuild: + Change version scheme 19 Jul 2010; Markus Meier <maekke@gentoo.org> GDTextUtil-0.86.ebuild: add ~arm, bug #301084 diff --git a/dev-perl/GDTextUtil/GDTextUtil-0.860.0.ebuild b/dev-perl/GDTextUtil/GDTextUtil-0.860.0.ebuild new file mode 100644 index 000000000000..0e684e524d58 --- /dev/null +++ b/dev-perl/GDTextUtil/GDTextUtil-0.860.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/GDTextUtil/GDTextUtil-0.860.0.ebuild,v 1.1 2011/08/30 15:16:42 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MVERB +MODULE_VERSION=0.86 +inherit perl-module + +DESCRIPTION="Text utilities for use with GD" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" +IUSE="" + +RDEPEND="dev-perl/GD" +DEPEND="${RDEPEND}" diff --git a/dev-perl/GSSAPI/ChangeLog b/dev-perl/GSSAPI/ChangeLog index 473e92b9a6d1..ac431416613d 100644 --- a/dev-perl/GSSAPI/ChangeLog +++ b/dev-perl/GSSAPI/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/GSSAPI # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GSSAPI/ChangeLog,v 1.30 2011/07/08 20:02:08 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GSSAPI/ChangeLog,v 1.31 2011/08/30 15:15:48 tove Exp $ + +*GSSAPI-0.280.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +GSSAPI-0.280.0.ebuild: + Change version scheme 08 Jul 2011; Matt Turner <mattst88@gentoo.org> GSSAPI-0.28.ebuild: Added ~mips diff --git a/dev-perl/GSSAPI/GSSAPI-0.280.0.ebuild b/dev-perl/GSSAPI/GSSAPI-0.280.0.ebuild new file mode 100644 index 000000000000..626db6d23ae6 --- /dev/null +++ b/dev-perl/GSSAPI/GSSAPI-0.280.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/GSSAPI/GSSAPI-0.280.0.ebuild,v 1.1 2011/08/30 15:15:48 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=AGROLMS +MODULE_VERSION=0.28 +inherit perl-module + +DESCRIPTION="GSSAPI - Perl extension providing access to the GSSAPIv2 library" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="test" + +RDEPEND="virtual/krb5" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple )" + +SRC_TEST="do" diff --git a/dev-perl/GStreamer-Interfaces/ChangeLog b/dev-perl/GStreamer-Interfaces/ChangeLog index 3ab9dec4efe2..ac4d1a1380df 100644 --- a/dev-perl/GStreamer-Interfaces/ChangeLog +++ b/dev-perl/GStreamer-Interfaces/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/GStreamer-Interfaces -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GStreamer-Interfaces/ChangeLog,v 1.5 2010/03/23 07:41:23 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GStreamer-Interfaces/ChangeLog,v 1.6 2011/08/30 15:14:48 tove Exp $ + +*GStreamer-Interfaces-0.60.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +GStreamer-Interfaces-0.60.0.ebuild: + Change version scheme *GStreamer-Interfaces-0.06 (23 Mar 2010) diff --git a/dev-perl/GStreamer-Interfaces/GStreamer-Interfaces-0.60.0.ebuild b/dev-perl/GStreamer-Interfaces/GStreamer-Interfaces-0.60.0.ebuild new file mode 100644 index 000000000000..a79c65c95a4d --- /dev/null +++ b/dev-perl/GStreamer-Interfaces/GStreamer-Interfaces-0.60.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/GStreamer-Interfaces/GStreamer-Interfaces-0.60.0.ebuild,v 1.1 2011/08/30 15:14:48 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=TSCH +MODULE_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Perl interface to the GStreamer Interfaces library" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND="=media-libs/gst-plugins-base-0.10* + >=dev-perl/GStreamer-0.06 + >=dev-perl/glib-perl-1.180" +DEPEND="${RDEPEND} + >=dev-perl/extutils-depends-0.205 + >=dev-perl/extutils-pkgconfig-1.07 + dev-util/pkgconfig" + +SRC_TEST=do diff --git a/dev-perl/Gearman-Client-Async/ChangeLog b/dev-perl/Gearman-Client-Async/ChangeLog index c47c09b3788e..139fcb1b0973 100644 --- a/dev-perl/Gearman-Client-Async/ChangeLog +++ b/dev-perl/Gearman-Client-Async/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Gearman-Client-Async -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman-Client-Async/ChangeLog,v 1.5 2010/09/19 15:28:12 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman-Client-Async/ChangeLog,v 1.6 2011/08/30 15:12:40 tove Exp $ + +*Gearman-Client-Async-0.940.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Gearman-Client-Async-0.940.0.ebuild: + Change version scheme 19 Sep 2010; Torsten Veller <tove@gentoo.org> Gearman-Client-Async-0.94.ebuild: diff --git a/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0.ebuild b/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0.ebuild new file mode 100644 index 000000000000..cc64c5010dbf --- /dev/null +++ b/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.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/Gearman-Client-Async/Gearman-Client-Async-0.940.0.ebuild,v 1.1 2011/08/30 15:12:40 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BRADFITZ +MODULE_VERSION=0.94 +inherit perl-module + +DESCRIPTION="Asynchronous client module for Gearman for Danga::Socket applications" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=dev-perl/Gearman-1.07 + >=dev-perl/Danga-Socket-1.57" + +# testsuite requires gearman server +SRC_TEST="never" diff --git a/dev-perl/Gearman-Server/ChangeLog b/dev-perl/Gearman-Server/ChangeLog index ea6b973c2123..1d3755608f53 100644 --- a/dev-perl/Gearman-Server/ChangeLog +++ b/dev-perl/Gearman-Server/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Gearman-Server -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman-Server/ChangeLog,v 1.6 2010/03/27 21:43:16 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman-Server/ChangeLog,v 1.7 2011/08/30 15:11:52 tove Exp $ + +*Gearman-Server-1.110.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Gearman-Server-1.110.0.ebuild: + Change version scheme *Gearman-Server-1.11 (27 Mar 2010) diff --git a/dev-perl/Gearman-Server/Gearman-Server-1.110.0.ebuild b/dev-perl/Gearman-Server/Gearman-Server-1.110.0.ebuild new file mode 100644 index 000000000000..c6b109538401 --- /dev/null +++ b/dev-perl/Gearman-Server/Gearman-Server-1.110.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/Gearman-Server/Gearman-Server-1.110.0.ebuild,v 1.1 2011/08/30 15:11:52 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DORMANDO +MODULE_VERSION=1.11 +inherit perl-module + +DESCRIPTION="Gearman distributed job system - worker/client connector" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=dev-perl/Danga-Socket-1.57 + >=dev-perl/Gearman-1.07" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}/$PN-1.09-Use-saner-name-in-process-listing.patch" ) + +src_install() { + perl-module_src_install + newinitd "${FILESDIR}"/gearmand-init.d-1.09 gearmand + newconfd "${FILESDIR}"/gearmand-conf.d-1.09 gearmand +} diff --git a/dev-perl/Gearman/ChangeLog b/dev-perl/Gearman/ChangeLog index 2f99cbd56f23..2032cf787896 100644 --- a/dev-perl/Gearman/ChangeLog +++ b/dev-perl/Gearman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Gearman -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman/ChangeLog,v 1.7 2010/03/27 21:42:53 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman/ChangeLog,v 1.8 2011/08/30 15:14:07 tove Exp $ + +*Gearman-1.110.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Gearman-1.110.0.ebuild: + Change version scheme *Gearman-1.11 (27 Mar 2010) diff --git a/dev-perl/Gearman/Gearman-1.110.0.ebuild b/dev-perl/Gearman/Gearman-1.110.0.ebuild new file mode 100644 index 000000000000..1f474740d9b8 --- /dev/null +++ b/dev-perl/Gearman/Gearman-1.110.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/Gearman/Gearman-1.110.0.ebuild,v 1.1 2011/08/30 15:14:07 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DORMANDO +MODULE_VERSION=1.11 +inherit perl-module + +DESCRIPTION="Gearman distributed job system" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-perl/string-crc32" +RDEPEND="${DEPEND}" + +mydoc="CHANGES HACKING TODO" +# testsuite requires gearman server +SRC_TEST="never" diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index ef94c303b668..1873821c8d55 100644 --- a/dev-perl/Geo-IP/ChangeLog +++ b/dev-perl/Geo-IP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Geo-IP # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.53 2011/07/09 16:46:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.54 2011/08/30 15:10:05 tove Exp $ + +*Geo-IP-1.390.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Geo-IP-1.390.0.ebuild: + Change version scheme 09 Jul 2011; Raúl Porcel <armin76@gentoo.org> Geo-IP-1.38.ebuild: alpha/ia64/sparc stable wrt #371769 diff --git a/dev-perl/Geo-IP/Geo-IP-1.390.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.390.0.ebuild new file mode 100644 index 000000000000..0c513f40de8b --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.390.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/Geo-IP/Geo-IP-1.390.0.ebuild,v 1.1 2011/08/30 15:10:05 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BORISZ +MODULE_VERSION=1.39 +inherit perl-module multilib + +DESCRIPTION="Look up country by IP Address" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-libs/geoip" +RDEPEND="${DEPEND}" + +SRC_TEST=no +myconf="LIBS=-L/usr/$(get_libdir)" diff --git a/dev-perl/Geography-Countries/ChangeLog b/dev-perl/Geography-Countries/ChangeLog index c477cfbeb39d..0ddb1c70b9e5 100644 --- a/dev-perl/Geography-Countries/ChangeLog +++ b/dev-perl/Geography-Countries/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Geography-Countries -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.20 2010/01/10 09:41:37 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.21 2011/08/30 15:09:11 tove Exp $ + +*Geography-Countries-2009041301.0.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Geography-Countries-2009041301.0.0.ebuild: + Change version scheme 10 Jan 2010; Fabian Groffen <grobian@gentoo.org> Geography-Countries-2009041301.ebuild: diff --git a/dev-perl/Geography-Countries/Geography-Countries-2009041301.0.0.ebuild b/dev-perl/Geography-Countries/Geography-Countries-2009041301.0.0.ebuild new file mode 100644 index 000000000000..ca35de23ec36 --- /dev/null +++ b/dev-perl/Geography-Countries/Geography-Countries-2009041301.0.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/Geography-Countries/Geography-Countries-2009041301.0.0.ebuild,v 1.1 2011/08/30 15:09:11 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ABIGAIL +MODULE_VERSION=2009041301 +inherit perl-module + +DESCRIPTION="2-letter, 3-letter, and numerical codes for countries." + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Getopt-ArgvFile/ChangeLog b/dev-perl/Getopt-ArgvFile/ChangeLog index 710c15d03193..fb3cc3ea9f6b 100644 --- a/dev-perl/Getopt-ArgvFile/ChangeLog +++ b/dev-perl/Getopt-ArgvFile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Getopt-ArgvFile -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-ArgvFile/ChangeLog,v 1.22 2009/05/25 16:31:58 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-ArgvFile/ChangeLog,v 1.23 2011/08/30 15:08:18 tove Exp $ + +*Getopt-ArgvFile-1.110.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Getopt-ArgvFile-1.110.0.ebuild: + Change version scheme 25 May 2009; Brent Baude <ranger@gentoo.org> Getopt-ArgvFile-1.11.ebuild: keyworded ~arch for ppc64, bug 270823 diff --git a/dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.110.0.ebuild b/dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.110.0.ebuild new file mode 100644 index 000000000000..7ae10848bd4e --- /dev/null +++ b/dev-perl/Getopt-ArgvFile/Getopt-ArgvFile-1.110.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/Getopt-ArgvFile/Getopt-ArgvFile-1.110.0.ebuild,v 1.1 2011/08/30 15:08:18 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JSTENZEL +MODULE_VERSION=1.11 +inherit perl-module + +DESCRIPTION="This module is a simple supplement to other option handling modules." + +SLOT="0" +LICENSE="|| ( Artistic Artistic-2 )" # Artistic+ +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Getopt-Mixed/ChangeLog b/dev-perl/Getopt-Mixed/ChangeLog index 9f7be85a228f..72f17ab56dd4 100644 --- a/dev-perl/Getopt-Mixed/ChangeLog +++ b/dev-perl/Getopt-Mixed/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Getopt-Mixed -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/ChangeLog,v 1.20 2008/09/30 13:16:45 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/ChangeLog,v 1.21 2011/08/30 15:05:06 tove Exp $ + +*Getopt-Mixed-1.100.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Getopt-Mixed-1.100.0.ebuild: + Change version scheme 30 Sep 2008; Torsten Veller <tove@gentoo.org> -Getopt-Mixed-1.008.ebuild, -Getopt-Mixed-1.09.ebuild, Getopt-Mixed-1.10.ebuild: diff --git a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.100.0.ebuild b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.100.0.ebuild new file mode 100644 index 000000000000..e5f21db08b0c --- /dev/null +++ b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.100.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/Getopt-Mixed-1.100.0.ebuild,v 1.1 2011/08/30 15:05:06 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CJM +MODULE_VERSION=1.10 +inherit perl-module + +DESCRIPTION="Getopt::Mixed is used for parsing mixed options" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" diff --git a/dev-perl/Goo-Canvas/ChangeLog b/dev-perl/Goo-Canvas/ChangeLog index 19e8a2fae7a1..5c31472d7da8 100644 --- a/dev-perl/Goo-Canvas/ChangeLog +++ b/dev-perl/Goo-Canvas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Goo-Canvas # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Goo-Canvas/ChangeLog,v 1.5 2011/03/08 05:32:08 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Goo-Canvas/ChangeLog,v 1.6 2011/08/30 15:03:49 tove Exp $ + +*Goo-Canvas-0.60.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Goo-Canvas-0.60.0.ebuild: + Change version scheme 08 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> Goo-Canvas-0.06.ebuild: diff --git a/dev-perl/Goo-Canvas/Goo-Canvas-0.60.0.ebuild b/dev-perl/Goo-Canvas/Goo-Canvas-0.60.0.ebuild new file mode 100644 index 000000000000..ed5039cd2385 --- /dev/null +++ b/dev-perl/Goo-Canvas/Goo-Canvas-0.60.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Goo-Canvas/Goo-Canvas-0.60.0.ebuild,v 1.1 2011/08/30 15:03:49 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=YEWENBIN +MODULE_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Perl interface to the GooCanvas" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/goocanvas:0 + dev-perl/gtk2-perl + dev-perl/glib-perl + dev-perl/Cairo" +DEPEND="${RDEPEND} + dev-perl/extutils-depends + dev-perl/extutils-pkgconfig" + +PATCHES=( + # this patch fixes segfaults on amd64 platforms + "${FILESDIR}"/fix_implicit_pointer_declaration.patch +) diff --git a/dev-perl/Graph/ChangeLog b/dev-perl/Graph/ChangeLog index e89bb3a286c9..1996c2fb8a00 100644 --- a/dev-perl/Graph/ChangeLog +++ b/dev-perl/Graph/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Graph -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.62 2010/08/15 17:53:48 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.63 2011/08/30 15:03:08 tove Exp $ + +*Graph-0.940.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Graph-0.940.0.ebuild: + Change version scheme 15 Aug 2010; Torsten Veller <tove@gentoo.org> -Graph-0.91.ebuild, -Graph-0.93.ebuild: diff --git a/dev-perl/Graph/Graph-0.940.0.ebuild b/dev-perl/Graph/Graph-0.940.0.ebuild new file mode 100644 index 000000000000..bfefd4e67ce0 --- /dev/null +++ b/dev-perl/Graph/Graph-0.940.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/Graph/Graph-0.940.0.ebuild,v 1.1 2011/08/30 15:03:08 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JHI +MODULE_VERSION=0.94 +inherit perl-module + +DESCRIPTION="Data structure and ops for directed graphs" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/perl-Scalar-List-Utils + >=virtual/perl-Storable-2.05" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/GraphViz/ChangeLog b/dev-perl/GraphViz/ChangeLog index 1c9624c54822..321cd6660c48 100644 --- a/dev-perl/GraphViz/ChangeLog +++ b/dev-perl/GraphViz/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/GraphViz -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.13 2009/06/02 18:34:46 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.14 2011/08/30 15:02:21 tove Exp $ + +*GraphViz-2.40.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +GraphViz-2.40.0.ebuild: + Change version scheme 02 Jun 2009; Christian Faulhammer <fauli@gentoo.org> GraphViz-2.04.ebuild: stable x86, bug 270585 diff --git a/dev-perl/GraphViz/GraphViz-2.40.0.ebuild b/dev-perl/GraphViz/GraphViz-2.40.0.ebuild new file mode 100644 index 000000000000..c4bc54e78f5c --- /dev/null +++ b/dev-perl/GraphViz/GraphViz-2.40.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.40.0.ebuild,v 1.1 2011/08/30 15:02:22 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=LBROCARD +MODULE_VERSION=2.04 +inherit perl-module + +DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool" + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="test" + +RDEPEND="media-gfx/graphviz + dev-perl/IPC-Run" + #dev-perl/XML-Twig #used in GraphViz::XML +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple )" + +SRC_TEST="do" + +src_install() { + perl-module_src_install + + insinto /usr/share/doc/${PF}/examples + doins "${S}"/examples/* || die +} diff --git a/dev-perl/Graphics-ColorNames/ChangeLog b/dev-perl/Graphics-ColorNames/ChangeLog index ee251330fe94..e5dd57466010 100644 --- a/dev-perl/Graphics-ColorNames/ChangeLog +++ b/dev-perl/Graphics-ColorNames/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Graphics-ColorNames -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graphics-ColorNames/ChangeLog,v 1.1 2010/05/01 20:24:29 weaver Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graphics-ColorNames/ChangeLog,v 1.2 2011/08/30 15:01:04 tove Exp $ + +*Graphics-ColorNames-2.110.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Graphics-ColorNames-2.110.0.ebuild: + Change version scheme 01 May 2010; Andrey Kislyuk <weaver@gentoo.org> +metadata.xml, +Graphics-ColorNames-2.11.ebuild: diff --git a/dev-perl/Graphics-ColorNames/Graphics-ColorNames-2.110.0.ebuild b/dev-perl/Graphics-ColorNames/Graphics-ColorNames-2.110.0.ebuild new file mode 100644 index 000000000000..c92dfa3b0432 --- /dev/null +++ b/dev-perl/Graphics-ColorNames/Graphics-ColorNames-2.110.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graphics-ColorNames/Graphics-ColorNames-2.110.0.ebuild,v 1.1 2011/08/30 15:01:04 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RRWO +MODULE_VERSION=2.11 +inherit perl-module + +DESCRIPTION="Defines RGB values for common color names" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="recommended" + +COMMON_DEPEND=" + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Module-Load-0.10 + virtual/perl-Module-Loaded + recommended? ( + >=dev-perl/Color-Library-0.02 + dev-perl/Tie-Sub + dev-perl/Test-Pod-Coverage + >=dev-perl/Test-Pod-1.00 + dev-perl/Test-Portability-Files + >=dev-perl/Pod-Readme-0.09 + ) +" +DEPEND=" + ${COMMON_DEPEND} + dev-perl/Test-Exception + virtual/perl-Test-Simple + virtual/perl-Module-Build +" +RDEPEND=" + ${COMMON_DEPEND} +" +SRC_TEST="do" diff --git a/dev-perl/Gtk2-Ex-PodViewer/ChangeLog b/dev-perl/Gtk2-Ex-PodViewer/ChangeLog index 718214555d87..aaee122a28df 100644 --- a/dev-perl/Gtk2-Ex-PodViewer/ChangeLog +++ b/dev-perl/Gtk2-Ex-PodViewer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Gtk2-Ex-PodViewer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/ChangeLog,v 1.28 2011/03/29 10:17:14 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PodViewer/ChangeLog,v 1.29 2011/08/30 15:00:07 tove Exp $ + +*Gtk2-Ex-PodViewer-0.180.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Gtk2-Ex-PodViewer-0.180.0.ebuild: + Change version scheme 29 Mar 2011; Christoph Mende <angelos@gentoo.org> Gtk2-Ex-PodViewer-0.17.ebuild, Gtk2-Ex-PodViewer-0.18.ebuild: diff --git a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0.ebuild b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0.ebuild new file mode 100644 index 000000000000..76763868613b --- /dev/null +++ b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.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/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0.ebuild,v 1.1 2011/08/30 15:00:07 tove Exp $ + +EAPI=4 +MODULE_AUTHOR=GBROWN +MODULE_VERSION=0.18 +inherit perl-module + +DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)." + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="" + +#SRC_TEST="do" + +RDEPEND="x11-libs/gtk+:2 + dev-perl/gtk2-perl + dev-perl/IO-stringy + virtual/perl-PodParser + virtual/perl-Pod-Simple + dev-perl/Gtk2-Ex-Simple-List + dev-perl/Locale-gettext" +DEPEND="${RDEPEND}" diff --git a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog index a947d85c8bda..8cbc3081f23a 100644 --- a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog +++ b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Gtk2-Ex-PrintDialog -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.15 2009/05/01 22:15:16 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.16 2011/08/30 14:58:48 tove Exp $ + +*Gtk2-Ex-PrintDialog-0.30.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Gtk2-Ex-PrintDialog-0.30.0.ebuild: + Change version scheme 01 May 2009; Torsten Veller <tove@gentoo.org> -Gtk2-Ex-PrintDialog-0.02.ebuild: diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild new file mode 100644 index 000000000000..2cb7553f4dd2 --- /dev/null +++ b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.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/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild,v 1.1 2011/08/30 14:58:48 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=GBROWN +MODULE_VERSION=0.03 +inherit perl-module + +DESCRIPTION="a simple, pure Perl dialog for printing PostScript data in GTK+ applications" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" +IUSE="cups" + +RDEPEND="cups? ( dev-perl/Net-CUPS ) + dev-perl/gtk2-perl + >=dev-perl/Locale-gettext-1.04" +DEPEND="${RDEPEND}" + +#SRC_TEST="do" diff --git a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog index 922bebe060e3..1fc5ef58f211 100644 --- a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog +++ b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Gtk2-Ex-Simple-List # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.12 2011/03/29 10:18:12 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.13 2011/08/30 14:57:18 tove Exp $ + +*Gtk2-Ex-Simple-List-0.500.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Gtk2-Ex-Simple-List-0.500.0.ebuild: + Change version scheme 29 Mar 2011; Christoph Mende <angelos@gentoo.org> Gtk2-Ex-Simple-List-0.50.ebuild: diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild new file mode 100644 index 000000000000..6be9e060465e --- /dev/null +++ b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.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/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild,v 1.1 2011/08/30 14:57:18 tove Exp $ + +EAPI=4 +MODULE_AUTHOR=RMCFARLA +MODULE_VERSION=0.50 +MODULE_SECTION=Gtk2-Perl-Ex +inherit perl-module + +DESCRIPTION="A simple interface to Gtk2's complex MVC list widget " + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="" + +DEPEND="x11-libs/gtk+:2" +RDEPEND="${DEPEND} + >=dev-perl/gtk2-perl-1.060 + >=dev-perl/glib-perl-1.062" + +# needs X +SRC_TEST="no" diff --git a/dev-perl/Gtk2-ImageView/ChangeLog b/dev-perl/Gtk2-ImageView/ChangeLog index 41a2cde35927..a605520e6bf0 100644 --- a/dev-perl/Gtk2-ImageView/ChangeLog +++ b/dev-perl/Gtk2-ImageView/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Gtk2-ImageView -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-ImageView/ChangeLog,v 1.3 2010/05/16 20:07:40 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-ImageView/ChangeLog,v 1.4 2011/08/30 14:55:31 tove Exp $ + +*Gtk2-ImageView-0.50.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Gtk2-ImageView-0.50.0.ebuild: + Change version scheme 16 May 2010; Markos Chandras <hwoarang@gentoo.org> Gtk2-ImageView-0.05.ebuild: diff --git a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0.ebuild b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0.ebuild new file mode 100644 index 000000000000..62f5937ff9ca --- /dev/null +++ b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0.ebuild,v 1.1 2011/08/30 14:55:31 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RATCLIFFE +MODULE_VERSION=0.05 +inherit perl-module +#inherit virtualx + +DESCRIPTION="Perl binding for the GtkImageView image viewer widget" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/gtk2-perl + >=media-gfx/gtkimageview-1.6.3" +DEPEND="${RDEPEND} + dev-perl/glib-perl + >=dev-perl/extutils-depends-0.300 + >=dev-perl/extutils-pkgconfig-1.030" + +#SRC_TEST=do +#src_test(){ +# Xmake test || die +#} diff --git a/dev-perl/Gtk2-Sexy/ChangeLog b/dev-perl/Gtk2-Sexy/ChangeLog index a92bfcf6a654..ff81e4d0e248 100644 --- a/dev-perl/Gtk2-Sexy/ChangeLog +++ b/dev-perl/Gtk2-Sexy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Gtk2-Sexy -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Sexy/ChangeLog,v 1.6 2009/11/23 21:27:40 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Sexy/ChangeLog,v 1.7 2011/08/30 14:54:52 tove Exp $ + +*Gtk2-Sexy-0.50.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Gtk2-Sexy-0.50.0.ebuild: + Change version scheme 23 Nov 2009; Torsten Veller <tove@gentoo.org> Gtk2-Sexy-0.05.ebuild: Add missing deps: ExtUtils::Depends, ExtUtils::PkgConfig (#294300) diff --git a/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.50.0.ebuild b/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.50.0.ebuild new file mode 100644 index 000000000000..1ea31541b48b --- /dev/null +++ b/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.50.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/Gtk2-Sexy/Gtk2-Sexy-0.50.0.ebuild,v 1.1 2011/08/30 14:54:52 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FLORA +MODULE_VERSION=0.05 +inherit perl-module + +DESCRIPTION="Perl interface to the sexy widget collection" + +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/gtk2-perl + x11-libs/libsexy" +DEPEND="${RDEPEND} + dev-perl/extutils-depends + dev-perl/extutils-pkgconfig + dev-util/pkgconfig" diff --git a/dev-perl/Gtk2-Unique/ChangeLog b/dev-perl/Gtk2-Unique/ChangeLog index bebe7a606a52..52aa6c8d8606 100644 --- a/dev-perl/Gtk2-Unique/ChangeLog +++ b/dev-perl/Gtk2-Unique/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Gtk2-Unique # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog,v 1.6 2011/05/31 20:23:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog,v 1.7 2011/08/30 14:53:45 tove Exp $ + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Gtk2-Unique-0.50.0.ebuild: + Change version scheme 31 May 2011; Markus Meier <maekke@gentoo.org> Gtk2-Unique-0.05.ebuild: x86 stable, bug #367831 diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild new file mode 100644 index 000000000000..cbb0fc30bc0c --- /dev/null +++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.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/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild,v 1.4 2011/08/30 14:53:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=POTYL +MODULE_VERSION=0.05 +inherit eutils perl-module + +DESCRIPTION="Perl binding for C libunique library" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/libunique:1 + dev-perl/gtk2-perl +" +DEPEND="${RDEPEND} + dev-perl/glib-perl + dev-perl/extutils-depends + dev-perl/extutils-pkgconfig +" + +PATCHES=( "${FILESDIR}"/${PN}-0.05-implicit-pointer.patch ) |