summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-20 07:51:26 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-20 07:51:26 +0000
commit158c64330a44a78df301cba7c1cf7674b71fe881 (patch)
tree8e0ab6a28830b3cdac1d730db4e52e350b87638c /app-portage
parentCleanup (diff)
downloadgentoo-2-158c64330a44a78df301cba7c1cf7674b71fe881.tar.gz
gentoo-2-158c64330a44a78df301cba7c1cf7674b71fe881.tar.bz2
gentoo-2-158c64330a44a78df301cba7c1cf7674b71fe881.zip
Cleanup
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/perl-info/ChangeLog7
-rw-r--r--app-portage/perl-info/perl-info-0.14.ebuild21
2 files changed, 5 insertions, 23 deletions
diff --git a/app-portage/perl-info/ChangeLog b/app-portage/perl-info/ChangeLog
index fb058d52b2c9..851603fe2485 100644
--- a/app-portage/perl-info/ChangeLog
+++ b/app-portage/perl-info/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/perl-info
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/perl-info/ChangeLog,v 1.22 2010/11/03 08:40:45 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/perl-info/ChangeLog,v 1.23 2011/03/20 07:51:26 tove Exp $
+
+ 20 Mar 2011; Torsten Veller <tove@gentoo.org> -perl-info-0.14.ebuild:
+ Cleanup
*perl-info-0.16 (03 Nov 2010)
diff --git a/app-portage/perl-info/perl-info-0.14.ebuild b/app-portage/perl-info/perl-info-0.14.ebuild
deleted file mode 100644
index 03873cfeeb43..000000000000
--- a/app-portage/perl-info/perl-info-0.14.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/perl-info/perl-info-0.14.ebuild,v 1.7 2008/11/18 15:58:42 tove Exp $
-
-DESCRIPTION="Tool to gather relevant perl data useful for bugreports; 'emerge --info' for perl"
-HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
-SRC_URI="http://download.iansview.com/gentoo/tools/perl-info/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ppc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl
- virtual/perl-Term-ANSIColor
- >=dev-perl/PortageXS-0.02.01"
-RDEPEND="${DEPEND}"
-
-src_install() {
- mv "${WORKDIR}"/usr "${D}"/ || die
-}