diff options
author | 2012-03-31 07:43:24 +0000 | |
---|---|---|
committer | 2012-03-31 07:43:24 +0000 | |
commit | f2f41121bde927585b39258199a21282828bf859 (patch) | |
tree | 135606d9823ef45e9a66dfff320c35d0e5cbd1a0 /dev-perl/Config-Tiny | |
parent | Drop useless sed for unused SCons buildsystem (diff) | |
download | historical-f2f41121bde927585b39258199a21282828bf859.tar.gz historical-f2f41121bde927585b39258199a21282828bf859.tar.bz2 historical-f2f41121bde927585b39258199a21282828bf859.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha96/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Config-Tiny')
-rw-r--r-- | dev-perl/Config-Tiny/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Config-Tiny/Config-Tiny-2.10.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Config-Tiny/Config-Tiny-2.12.ebuild | 17 |
3 files changed, 5 insertions, 37 deletions
diff --git a/dev-perl/Config-Tiny/ChangeLog b/dev-perl/Config-Tiny/ChangeLog index f39a4794b571..3c7691a04f09 100644 --- a/dev-perl/Config-Tiny/ChangeLog +++ b/dev-perl/Config-Tiny/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Config-Tiny # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.80 2012/03/18 18:18:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.81 2012/03/31 07:35:58 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> -Config-Tiny-2.10.ebuild, + -Config-Tiny-2.12.ebuild: + Cleanup 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> Config-Tiny-2.140.0.ebuild: ia64/sparc stable wrt #396919 diff --git a/dev-perl/Config-Tiny/Config-Tiny-2.10.ebuild b/dev-perl/Config-Tiny/Config-Tiny-2.10.ebuild deleted file mode 100644 index 10782ab4849c..000000000000 --- a/dev-perl/Config-Tiny/Config-Tiny-2.10.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/Config-Tiny-2.10.ebuild,v 1.9 2008/03/28 09:11:25 jer Exp $ - -inherit perl-module - -DESCRIPTION="Read/Write .ini style files with as little code as possible" -SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~adamk/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="virtual/perl-Test-Simple - dev-lang/perl" diff --git a/dev-perl/Config-Tiny/Config-Tiny-2.12.ebuild b/dev-perl/Config-Tiny/Config-Tiny-2.12.ebuild deleted file mode 100644 index adc374a38067..000000000000 --- a/dev-perl/Config-Tiny/Config-Tiny-2.12.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/Config-Tiny-2.12.ebuild,v 1.7 2010/01/09 18:20:35 grobian Exp $ - -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="Read/Write .ini style files with as little code as possible" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |