summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/AppConfig/AppConfig-1.56-r2.ebuild38
-rw-r--r--dev-perl/AppConfig/ChangeLog7
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild b/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild
deleted file mode 100644
index f8984ee1e348..000000000000
--- a/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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
-}
diff --git a/dev-perl/AppConfig/ChangeLog b/dev-perl/AppConfig/ChangeLog
index b2a7040e88b9..00661d367e22 100644
--- a/dev-perl/AppConfig/ChangeLog
+++ b/dev-perl/AppConfig/ChangeLog
@@ -1,6 +1,9 @@
# 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.61 2008/10/27 16:22:22 aballier Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/ChangeLog,v 1.62 2009/05/02 12:07:34 tove Exp $
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org> -AppConfig-1.56-r2.ebuild:
+ Cleanup
27 Oct 2008; Alexis Ballier <aballier@gentoo.org> AppConfig-1.66.ebuild:
keyword ~x86-fbsd, bug #142788