diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-24 13:47:48 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-24 13:47:48 +0000 |
commit | d68ed01a103815bf2af1338889ce34717a4548c0 (patch) | |
tree | e752d0b75cf19d3d8d905c2d9b6a328e6c416f13 /dev-perl/AppConfig | |
parent | Fixed dependency of mkvtoolnix wrt #90224. (diff) | |
download | gentoo-2-d68ed01a103815bf2af1338889ce34717a4548c0.tar.gz gentoo-2-d68ed01a103815bf2af1338889ce34717a4548c0.tar.bz2 gentoo-2-d68ed01a103815bf2af1338889ce34717a4548c0.zip |
cleanup
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/AppConfig')
-rw-r--r-- | dev-perl/AppConfig/AppConfig-1.52-r1.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/AppConfig/AppConfig-1.52.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/AppConfig/AppConfig-1.56-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/AppConfig/AppConfig-1.56-r2.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/AppConfig/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/AppConfig/files/digest-AppConfig-1.52 | 1 | ||||
-rw-r--r-- | dev-perl/AppConfig/files/digest-AppConfig-1.52-r1 | 1 |
7 files changed, 14 insertions, 57 deletions
diff --git a/dev-perl/AppConfig/AppConfig-1.52-r1.ebuild b/dev-perl/AppConfig/AppConfig-1.52-r1.ebuild deleted file mode 100644 index 425022189b11..000000000000 --- a/dev-perl/AppConfig/AppConfig-1.52-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.52-r1.ebuild,v 1.12 2005/03/09 18:20:48 corsair Exp $ - -inherit perl-module - -DESCRIPTION="The Perl CGI Module" -SRC_URI="http://www.cpan.org/authors/id/ABW/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/author/ABW/AppConfig-1.52/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 sparc alpha ppc" -IUSE="" - -src_unpack() { - unpack ${A} - patch -p0 < ${FILESDIR}/${P}-gentoo.diff -} -src_install() { - mydoc="TODO" - perl-module_src_install -} diff --git a/dev-perl/AppConfig/AppConfig-1.52.ebuild b/dev-perl/AppConfig/AppConfig-1.52.ebuild deleted file mode 100644 index b85bcc95590f..000000000000 --- a/dev-perl/AppConfig/AppConfig-1.52.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.52.ebuild,v 1.15 2005/03/09 18:20:48 corsair Exp $ - -inherit perl-module - -DESCRIPTION="The Perl CGI Module" -SRC_URI="http://www.cpan.org/authors/id/ABW/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/author/ABW/AppConfig-1.52/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 sparc alpha ppc" -IUSE="" - -src_unpack() { - unpack ${A} - patch -p0 < ${FILESDIR}/${P}-gentoo.diff -} -src_install() { - mydoc="TODO" - perl-module_src_install -} diff --git a/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild b/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild index 582f04d9539f..731e6b77ed20 100644 --- a/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild +++ b/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild,v 1.7 2005/03/09 18:20:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild,v 1.8 2005/04/24 13:47:48 mcummings Exp $ inherit perl-module eutils -DESCRIPTION="Application config (from ARGV, file, ...)" -HOMEPAGE="http://search.cpan.org/author/ABW/AppConfig-1.55/" -SRC_URI="http://www.cpan.org/authors/id/ABW/${P}.tar.gz" +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/${P}/" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" diff --git a/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild b/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild index 3904cf898bf2..38bdfb3fd2a3 100644 --- a/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild +++ b/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 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.6 2005/03/09 18:20:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild,v 1.7 2005/04/24 13:47:48 mcummings Exp $ inherit perl-module eutils -DESCRIPTION="Application config (from ARGV, file, ...)" -HOMEPAGE="http://search.cpan.org/author/ABW/AppConfig-1.55/" -SRC_URI="http://www.cpan.org/authors/id/ABW/${P}.tar.gz" +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/${P}/" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" diff --git a/dev-perl/AppConfig/ChangeLog b/dev-perl/AppConfig/ChangeLog index 1d573bd34493..17ff1f0e8d3a 100644 --- a/dev-perl/AppConfig/ChangeLog +++ b/dev-perl/AppConfig/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/AppConfig # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/ChangeLog,v 1.17 2005/03/09 18:29:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/ChangeLog,v 1.18 2005/04/24 13:47:48 mcummings Exp $ + + 24 Apr 2005; Michael Cummings <mcummings@gentoo.org> + -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 <corsair@gentoo.org> AppConfig-1.56-r2.ebuild: Added ~ppc64 to KEYWORDS diff --git a/dev-perl/AppConfig/files/digest-AppConfig-1.52 b/dev-perl/AppConfig/files/digest-AppConfig-1.52 deleted file mode 100644 index 11277ca2ec15..000000000000 --- a/dev-perl/AppConfig/files/digest-AppConfig-1.52 +++ /dev/null @@ -1 +0,0 @@ -MD5 176d2709016aee8cf651b2aebafac90b AppConfig-1.52.tar.gz 45654 diff --git a/dev-perl/AppConfig/files/digest-AppConfig-1.52-r1 b/dev-perl/AppConfig/files/digest-AppConfig-1.52-r1 deleted file mode 100644 index 11277ca2ec15..000000000000 --- a/dev-perl/AppConfig/files/digest-AppConfig-1.52-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 176d2709016aee8cf651b2aebafac90b AppConfig-1.52.tar.gz 45654 |