summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-10-27 15:29:58 +0000
committerTorsten Veller <tove@gentoo.org>2008-10-27 15:29:58 +0000
commitf763cf63e244c0f09fec912a7eeca130f34c7ede (patch)
tree0dc1918f669d5d4604dd7ba5c01ec412c838c886 /dev-perl/Class-MakeMethods
parentVersion bump, removes some crashes and saves some bandwidth (diff)
downloadhistorical-f763cf63e244c0f09fec912a7eeca130f34c7ede.tar.gz
historical-f763cf63e244c0f09fec912a7eeca130f34c7ede.tar.bz2
historical-f763cf63e244c0f09fec912a7eeca130f34c7ede.zip
Cleanup
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/Class-MakeMethods')
-rw-r--r--dev-perl/Class-MakeMethods/ChangeLog8
-rw-r--r--dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild22
-rw-r--r--dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild5
3 files changed, 8 insertions, 27 deletions
diff --git a/dev-perl/Class-MakeMethods/ChangeLog b/dev-perl/Class-MakeMethods/ChangeLog
index 9120538d649e..95e831f9a9bb 100644
--- a/dev-perl/Class-MakeMethods/ChangeLog
+++ b/dev-perl/Class-MakeMethods/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Class-MakeMethods
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/ChangeLog,v 1.30 2007/07/05 14:08:25 armin76 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/ChangeLog,v 1.31 2008/10/27 15:29:58 tove Exp $
+
+ 27 Oct 2008; Torsten Veller <tove@gentoo.org>
+ -Class-MakeMethods-1.009.ebuild:
+ Cleanup
05 Jul 2007; Raúl Porcel <armin76@gentoo.org>
Class-MakeMethods-1.01.ebuild:
diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild
deleted file mode 100644
index 28861dda1650..000000000000
--- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild
+++ /dev/null
@@ -1,22 +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-MakeMethods/Class-MakeMethods-1.009.ebuild,v 1.14 2007/01/15 14:51:36 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="Automated method creation module for Perl"
-SRC_URI="mirror://cpan/modules/by-module/Class/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~evo/"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE=""
-
-SRC_TEST="do"
-
-src_compile() {
- perl-module_src_compile
- perl-module_src_test || die "test failed"
-}
-DEPEND="dev-lang/perl"
diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild
index 1b134699c4d5..d2ad40525505 100644
--- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild
+++ b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild,v 1.11 2007/07/05 14:08:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild,v 1.12 2008/10/27 15:29:58 tove Exp $
+MODULE_AUTHOR=EVO
inherit perl-module
DESCRIPTION="Automated method creation module for Perl"
-SRC_URI="mirror://cpan/authors/id/E/EV/EVO/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~evo/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"