diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-12 12:22:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-12 12:22:13 +0000 |
commit | 3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a (patch) | |
tree | 97d9548660ec91d14486bcdd5806bebb4e677436 /dev-perl/Class-Data-Inheritable | |
parent | Version bump (diff) | |
download | historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.gz historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.bz2 historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.zip |
Cleanup
Package-Manager: portage-2.2_rc45/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Class-Data-Inheritable')
-rw-r--r-- | dev-perl/Class-Data-Inheritable/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild | 17 |
2 files changed, 6 insertions, 19 deletions
diff --git a/dev-perl/Class-Data-Inheritable/ChangeLog b/dev-perl/Class-Data-Inheritable/ChangeLog index 05e52fd92dc5..b66031f60bbf 100644 --- a/dev-perl/Class-Data-Inheritable/ChangeLog +++ b/dev-perl/Class-Data-Inheritable/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-Data-Inheritable -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.36 2009/09/21 18:39:38 tgall Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.37 2009/10/12 12:12:11 tove Exp $ + + 12 Oct 2009; Torsten Veller <tove@gentoo.org> + -Class-Data-Inheritable-0.06.ebuild: + Cleanup 21 Sep 2009; Tom Gall <tgall@gentoo.org> Class-Data-Inheritable-0.08.ebuild: diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild deleted file mode 100644 index cefd834a7029..000000000000 --- a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild +++ /dev/null @@ -1,17 +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/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild,v 1.7 2007/04/15 20:33:04 corsair Exp $ - -inherit perl-module - -DESCRIPTION="Exception::Class module for perl" -SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~tmtm/${P}" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -export OPTIMIZE="${CFLAGS}" -DEPEND="dev-lang/perl" |