summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-02 11:50:37 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-02 11:50:37 +0000
commit7cca63f6cffefedae5f9cddf7123410a68fa7f5d (patch)
treef865a503f88e7d6e5c316b16b089e1e5577f9f70 /dev-perl/Class-Spiffy
parentCleanup (diff)
downloadgentoo-2-7cca63f6cffefedae5f9cddf7123410a68fa7f5d.tar.gz
gentoo-2-7cca63f6cffefedae5f9cddf7123410a68fa7f5d.tar.bz2
gentoo-2-7cca63f6cffefedae5f9cddf7123410a68fa7f5d.zip
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Class-Spiffy')
-rw-r--r--dev-perl/Class-Spiffy/ChangeLog7
-rw-r--r--dev-perl/Class-Spiffy/Class-Spiffy-0.12.ebuild17
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-perl/Class-Spiffy/ChangeLog b/dev-perl/Class-Spiffy/ChangeLog
index a0fa5c4e35ae..97f9a5a4c581 100644
--- a/dev-perl/Class-Spiffy/ChangeLog
+++ b/dev-perl/Class-Spiffy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Class-Spiffy
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Spiffy/ChangeLog,v 1.13 2007/04/15 20:33:47 corsair Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Spiffy/ChangeLog,v 1.14 2009/05/02 11:50:37 tove Exp $
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org> -Class-Spiffy-0.12.ebuild:
+ Cleanup
15 Apr 2007; Markus Rothe <corsair@gentoo.org> Class-Spiffy-0.15.ebuild:
Stable on ppc64
diff --git a/dev-perl/Class-Spiffy/Class-Spiffy-0.12.ebuild b/dev-perl/Class-Spiffy/Class-Spiffy-0.12.ebuild
deleted file mode 100644
index 7a883db9fd1a..000000000000
--- a/dev-perl/Class-Spiffy/Class-Spiffy-0.12.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-Spiffy/Class-Spiffy-0.12.ebuild,v 1.7 2007/01/15 15:01:21 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="Spiffy Perl Interface Framework For You"
-HOMEPAGE="http://search.cpan.org/~ingy/"
-SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz"
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~hppa ~ia64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-SRC_TEST="do"
-
-DEPEND=">=dev-lang/perl-5.6.1"