Portage is a package management system used by Gentoo Linux
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild,v 1.20 2007/06/26 01:56:49 mr_bones_ Exp $
inherit perl-module eutils
DESCRIPTION="Perl5 module for reading configuration files and parsing command line arguments."
SRC_URI="mirror://cpan/authors/id/A/AB/ABW/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~abw/"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
SRC_TEST="do"
DEPEND="virtual/perl-Test-Simple
dev-lang/perl"
src_unpack() {
unpack ${A}
cd ${S}
# 2004.05.27 rac
# this patch, which will be sent upstream, allows [ block ] to
# work without variables becoming ' block _var'
epatch ${FILESDIR}/blockwhitespace.patch
# 2004.05.28 rac
# this patch, which will be sent upstream, allows customizing the
# separator between [block] and variable name, instead of having _
# be hardwired. this is important when processing constructions
# where _ is a legal part of either blocks or variable names.
epatch ${FILESDIR}/blocksep.patch
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.63.ebuild,v 1.13 2007/06/26 01:56:49 mr_bones_ Exp $
inherit perl-module eutils
DESCRIPTION="Perl5 module for reading configuration files and parsing command line arguments."
SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~adamk/"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
#KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
SRC_TEST="do"
DEPEND=">=dev-perl/File-HomeDir-0.57
virtual/perl-Test-Simple
dev-lang/perl"
src_unpack() {
unpack ${A}
cd ${S}
# 2004.05.27 rac
# this patch, which will be sent upstream, allows [ block ] to
# work without variables becoming ' block _var'
epatch ${FILESDIR}/blockwhitespace.patch
# 2004.05.28 rac
# this patch, which will be sent upstream, allows customizing the
# separator between [block] and variable name, instead of having _
# be hardwired. this is important when processing constructions
# where _ is a legal part of either blocks or variable names.
epatch ${FILESDIR}/blocksep.patch
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.64.ebuild,v 1.8 2007/07/05 13:15:52 armin76 Exp $
inherit perl-module eutils
DESCRIPTION="Perl5 module for reading configuration files and parsing command line arguments."
SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~adamk/"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
#KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
SRC_TEST="do"
DEPEND=">=dev-perl/File-HomeDir-0.57
virtual/perl-Test-Simple
dev-lang/perl"
src_unpack() {
unpack ${A}
cd ${S}
# 2004.05.27 rac
# this patch, which will be sent upstream, allows [ block ] to
# work without variables becoming ' block _var'
epatch ${FILESDIR}/blockwhitespace.patch
# 2004.05.28 rac
# this patch, which will be sent upstream, allows customizing the
# separator between [block] and variable name, instead of having _
# be hardwired. this is important when processing constructions
# where _ is a legal part of either blocks or variable names.
epatch ${FILESDIR}/blocksep.patch
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.65.ebuild,v 1.5 2007/08/09 14:18:00 dertobi123 Exp $
inherit perl-module eutils
DESCRIPTION="Perl5 module for reading configuration files and parsing command line arguments."
SRC_URI="mirror://cpan/authors/id/A/AB/ABW/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~abw/"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
#KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
KEYWORDS="alpha ~amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
PATCHES="${FILESDIR}/blockdiffs.patch"
SRC_TEST="do"
DEPEND=">=dev-perl/File-HomeDir-0.57
virtual/perl-Test-Simple
dev-lang/perl"
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.66.ebuild,v 1.5 2008/01/13 21:16:17 dertobi123 Exp $
inherit perl-module eutils
DESCRIPTION="Perl5 module for reading configuration files and parsing command line arguments."
SRC_URI="mirror://cpan/authors/id/A/AB/ABW/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~abw/"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
#KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
PATCHES="${FILESDIR}/blockdiffs.patch"
SRC_TEST="do"
DEPEND=">=dev-perl/File-HomeDir-0.57
virtual/perl-Test-Simple
dev-lang/perl"
# ChangeLog for dev-perl/AppConfig
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/ChangeLog,v 1.59 2008/01/13 21:16:17 dertobi123 Exp $
13 Jan 2008; Tobias Scherbaum
AppConfig-1.66.ebuild:
ppc. stable
10 Nov 2007; Samuli Suominen
amd64 stable
15 Oct 2007; Markus Rothe
Stable on ppc64
06 Oct 2007; Raúl Porcel
alpha/ia64/sparc/x86 stable
09 Aug 2007; Tobias Scherbaum
AppConfig-1.65.ebuild:
Stable on ppc.
22 Jul 2007; Tom Gall
stable on ppc64
09 Jul 2007; Raúl Porcel
alpha/ia64/x86 stable
09 Jul 2007; Michael Cummings
AppConfig-1.65.ebuild:
Marking sparc stable
*AppConfig-1.66 (07 Jul 2007)
07 Jul 2007; Michael Cummings
+AppConfig-1.66.ebuild:
Version bump
05 Jul 2007; Raúl Porcel
alpha/ia64/x86 stable
04 Jul 2007; Tom Gall
stable on ppc64
*AppConfig-1.65 (09 Jun 2007)
09 Jun 2007; Michael Cummings
-files/AppConfig-1.52-gentoo.diff, +files/blockdiffs.patch,
+AppConfig-1.65.ebuild:
Version bump
05 May 2007; Tobias Scherbaum
AppConfig-1.64.ebuild:
ppc stable
15 Apr 2007; Markus Rothe
Stable on ppc64
14 Apr 2007; Michael Cummings
AppConfig-1.64.ebuild:
sparc stable
10 Apr 2007; Michael Cummings
AppConfig-1.64.ebuild:
Stable on sparc
05 Mar 2007; Andrej Kacian
Stable on x86, bug #169152.
14 Jan 2007; Michael Cummings
AppConfig-1.56-r2.ebuild, AppConfig-1.63.ebuild, AppConfig-1.64.ebuild:
Ebuild maintenance
*AppConfig-1.64 (05 Jan 2007)
05 Jan 2007; Michael Cummings
+AppConfig-1.64.ebuild:
Version bump
20 Oct 2006; Aron Griffis
Mark 1.63 stable on ia64
20 Oct 2006; Bryan Østergaard
Stable on Alpha.
16 Sep 2006; Tobias Scherbaum
AppConfig-1.63.ebuild:
ppc stable
07 Sep 2006; Michael Cummings
-AppConfig-1.56-r1.ebuild, AppConfig-1.63.ebuild:
Cleaning out old ebuilds; marking sparc and amd64 stable.
17 Aug 2006; Thomas Cort
Re-added ~alpha keyword wrt Bug #142788.
06 Aug 2006; Yuta SATOH
added ~ppc64, bug #142788
05 Aug 2006; Tobias Scherbaum
AppConfig-1.63.ebuild:
Added ~ppc, bug #142788
04 Aug 2006; Michael Cummings
AppConfig-1.56-r1.ebuild, AppConfig-1.56-r2.ebuild, AppConfig-1.63.ebuild:
Adding perl dep; fixed DEPEND
*AppConfig-1.63 (04 Aug 2006)
04 Aug 2006; Michael Cummings
+AppConfig-1.63.ebuild:
Version bump, bug 142788 opened for archs
03 Jul 2006; Christian Hartmann
AppConfig-1.56-r2.ebuild:
Fixed RDEPEND wrt bug #134781
24 Apr 2006; Diego Pettenò
AppConfig-1.56-r2.ebuild:
Add ~x86-fbsd keyword.
13 Feb 2006;
AppConfig-1.56-r2.ebuild:
Virtual for perl-core dep
02 Oct 2005; Aron Griffis
Mark 1.56-r2 stable on ia64
19 Sep 2005; Marcus D. Hanwell
AppConfig-1.56-r2.ebuild:
Stable on amd64.
25 Aug 2005; Aron Griffis
add ~ia64
03 Jul 2005; Bryan Østergaard
AppConfig-1.56-r2.ebuild:
Stable on alpha.
30 Jun 2005; Michael Cummings
AppConfig-1.56-r2.ebuild:
Unmasking for x86 and sparc, 1+ year, no bugs
25 May 2005; Michael Cummings
AppConfig-1.56-r2.ebuild:
dev-perl/Test-Simple => perl-core/Test-Simple migration
25 May 2005; Michael Cummings
AppConfig-1.56-r1.ebuild:
dev-perl/Test-Simple => perl-core/Test-Simple migration
18 May 2005; Markus Rothe
Stable on ppc64
24 Apr 2005; Michael Cummings
-AppConfig-1.52.ebuild, -AppConfig-1.52-r1.ebuild,
AppConfig-1.56-r1.ebuild, AppConfig-1.56-r2.ebuild:
Cleaning up, fixing description, mirror syntax, removing old ebuilds
09 Mar 2005; Markus Rothe
Added ~ppc64 to KEYWORDS
29 Dec 2004; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
*AppConfig-1.56-r2 (29 May 2004)
29 May 2004; Robert Coie
AppConfig-1.56-r2.ebuild, AppConfig-1.56.ebuild, files/blocksep.patch:
Add blocksep patch (sent upstream)
*AppConfig-1.56-r1 (26 May 2004)
26 May 2004; Robert Coie
files/blockwhitespace.patch:
Add a patch to strip leading and trailing whitespace from [block]s. Will
submit upstream.
*AppConfig-1.56 (26 May 2004)
26 May 2004; Robert Coie
Upstream version bump
24 May 2004; Bryan Østergaard
Stable on alpha.
21 Jan 2004;
stable on sparc
*AppConfig-1.52-r1 (05 Jun 2003)
05 Jun 2003; Michael Cummings
AppConfig-1.52-r1.ebuild, AppConfig-1.55.ebuild:
Added ~ppc keyword, bug 22291
*AppConfig-1.55 (31 May 2003)
31 May 2003; Michael Cummings
New version, adds deps as well
06 Dec 2002; Rodney Rees
29 Oct 2002; Seemant Kulleen
forced version bump to install into correct locations
# ChangeLog for dev-perl/AppConfig
*AppConfig-1.52 (07 AUG 2002)
07 AUG 2002; achim
AUX blockdiffs.patch 3583 RMD160 0708818800a524a15655ba7b93d85b38696ec27f SHA1 5239877d7f37a20ba857d7e62d6da1888d5765c8 SHA256 0f9d22dd2105e74932a622e8d9497e999dc8da263055a76f76a852936ecae415
AUX blocksep.patch 3053 RMD160 a446e9a4c65659384bd5bc0e5274a09b5926f289 SHA1 85c41e65c1b8cdfbf405848c5c4a138b9db38c8a SHA256 0c0b43c1c046abca35599badf6325505df9ff2b6ec15dae85c375fcc98777a3d
AUX blockwhitespace.patch 479 RMD160 f48b5d7a6a883f86eb6b6b4738622eb007ea6c4b SHA1 3c08cddfec6fb36eed8a68ac664075aac7d139d4 SHA256 414bdf264c4d6b8ad2b2af888d4293ed3c2405f8856899019fddfa173429bede
DIST AppConfig-1.56.tar.gz 54413 RMD160 a1adbd5d185f25b036af97b248672c4daaea3c5d SHA1 33ae4c35ade849b0a43ab88caa61f8de51389f3d SHA256 ff0b14e0afd4fe562bd1b6e76c18c74606872bbb0ecd369296f6eddc458bf983
DIST AppConfig-1.63.tar.gz 63075 RMD160 b648b3247d8ec134bc3cc3a8349b2e799de3f3f4 SHA1 4093167867b25ddb203ec91a642f1097fe6807d9 SHA256 d7840a2655676fe6edf8c4a4d7d98c4ff5799bedaf93332bd793c6c6edef9bed
DIST AppConfig-1.64.tar.gz 63725 RMD160 e8e0d4cb5478cc71b5bee173ecac56629532d8a4 SHA1 23008141e8c4a1ed936f742400ba53f6f5d547d4 SHA256 79d6380566279f41274925edde890e3d1ccd4ee30b71ce2928fe615a2fb231c5
DIST AppConfig-1.65.tar.gz 64731 RMD160 f4aee600d916a2b7921452168ebf8a49101091d9 SHA1 c9a2ad80253432f67ff97a73a8adf080f548456c SHA256 814880d834a6164efa5cd20874eefb3898d7aafe015895a178d9b049569f4543
DIST AppConfig-1.66.tar.gz 63521 RMD160 172ea4493291722cd5acd414395fa1d96597dd84 SHA1 177d362530b532ee70dd59ab899eb83664b7bbda SHA256 8b402de20569e6499e55bd36bd2264d964a41218f75fde6ac29902d16fd23bdc
EBUILD AppConfig-1.56-r2.ebuild 1156 RMD160 e8a2209a45bc79a65ad5fec1015e45415f4e2495 SHA1 64fccb21c3cbf16a111dbb2f44ed652987f047bf SHA256 71430e9faa9b535f7222c77681d8c9accb14f94af6b3ef061a2508e5e784e90a
EBUILD AppConfig-1.63.ebuild 1243 RMD160 3f48fe3e07be53d9893aecc8b4a7eec6a0400035 SHA1 55f0cfaca3bf6ff7e65cd73a2c1fd45bb33d751e SHA256 89e5a7196bcb2e5b4496148501ef9856319506c0a7535dc422c3785778738768
EBUILD AppConfig-1.64.ebuild 1240 RMD160 86163458f0dd273c2a86d92bf8866b993f8af7b2 SHA1 6e88471812bfe54b01dfccb662baa09b2bca26db SHA256 00c19315c549a33a258404f603d450304a5f8435c83c1f3e01fd93fcb3267f68
EBUILD AppConfig-1.65.ebuild 745 RMD160 3860af61f49ed56cfea7d152fc442bea9a8e4860 SHA1 39f4f8b0c49e3df486c9a58e8f9cc502815e3232 SHA256 6b14e15104ac67a216c874e001a820701f2d4a1640704fed10390f182dff4cf2
EBUILD AppConfig-1.66.ebuild 744 RMD160 62529fc83729371dde945c897b608a240b37571c SHA1 3f2dff41e7d1dd05bfdf3fc6dccbf62fa8a8b454 SHA256 730c77387956cf0633b906aab62926ec2aed2bd28e289adc2c5d55870179f2da
MISC ChangeLog 6437 RMD160 1e7b4aa796529399ec472d136ea682b45c70eae3 SHA1 47ddda893cacd4a9f4e7af1bb77fcf33e5746b67 SHA256 31ae5bd718664d3877c97a1dccccab06f4109c23c4a765b75157a567064232e5
MISC metadata.xml 305 RMD160 647980838c590f54441a053916ea629e53e551c0 SHA1 99ef1deeae9a934fb6e46cf5fc4a5fcb8379a74a SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca