summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-24 20:39:10 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-24 20:39:10 +0000
commitf617b8f64a77b2e501617d6a44d4412b15e2c138 (patch)
treef98a10fdefca0fbcf93f2bc493f3b4289c4d98dc /dev-perl/PAR-Dist
parentVersion bump. (diff)
downloadhistorical-f617b8f64a77b2e501617d6a44d4412b15e2c138.tar.gz
historical-f617b8f64a77b2e501617d6a44d4412b15e2c138.tar.bz2
historical-f617b8f64a77b2e501617d6a44d4412b15e2c138.zip
Cleanup
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/PAR-Dist')
-rw-r--r--dev-perl/PAR-Dist/ChangeLog5
-rw-r--r--dev-perl/PAR-Dist/PAR-Dist-0.25.ebuild18
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog
index 58e01cbc25f4..b263f1a8c2ee 100644
--- a/dev-perl/PAR-Dist/ChangeLog
+++ b/dev-perl/PAR-Dist/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/PAR-Dist
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.56 2009/12/10 16:48:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.57 2009/12/24 19:41:46 tove Exp $
+
+ 24 Dec 2009; Torsten Veller <tove@gentoo.org> -PAR-Dist-0.25.ebuild:
+ Cleanup
*PAR-Dist-0.47 (10 Dec 2009)
diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.25.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.25.ebuild
deleted file mode 100644
index 4f66c9d4ac01..000000000000
--- a/dev-perl/PAR-Dist/PAR-Dist-0.25.ebuild
+++ /dev/null
@@ -1,18 +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/PAR-Dist/PAR-Dist-0.25.ebuild,v 1.4 2008/03/28 09:37:10 jer Exp $
-
-inherit perl-module
-
-DESCRIPTION="Create and manipulate PAR distributions"
-HOMEPAGE="http://search.cpan.org/search?query=${PN}"
-SRC_URI="mirror://cpan/authors/id/S/SM/SMUELLER/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 hppa ia64 sparc x86"
-IUSE=""
-
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl"