summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-01-24 19:40:17 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-01-24 19:40:17 +0000
commita73c7f0066e87f4cc3d7989b75ff510d53b749f5 (patch)
tree370d197ee94f0d80b5320040443c06e45cebd0b6 /app-shells
parentRemove version with old EAPI (diff)
downloadgentoo-2-a73c7f0066e87f4cc3d7989b75ff510d53b749f5.tar.gz
gentoo-2-a73c7f0066e87f4cc3d7989b75ff510d53b749f5.tar.bz2
gentoo-2-a73c7f0066e87f4cc3d7989b75ff510d53b749f5.zip
Remove version with old EAPI
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/psh/ChangeLog7
-rw-r--r--app-shells/psh/psh-1.8.1.ebuild21
2 files changed, 5 insertions, 23 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog
index afbfaf32b55c..d358a73bd1ac 100644
--- a/app-shells/psh/ChangeLog
+++ b/app-shells/psh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/psh
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.34 2013/12/24 12:55:32 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.35 2014/01/24 19:40:17 zlogene Exp $
+
+ 24 Jan 2014; Mikle Kolyada <zlogene@gentoo.org> -psh-1.8.1.ebuild:
+ Remove version with old EAPI
24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> psh-1.8.1-r1.ebuild:
Stable for x86, wrt bug #491936
diff --git a/app-shells/psh/psh-1.8.1.ebuild b/app-shells/psh/psh-1.8.1.ebuild
deleted file mode 100644
index 724fb4cdb208..000000000000
--- a/app-shells/psh/psh-1.8.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.8 2012/07/29 18:17:49 armin76 Exp $
-
-inherit perl-module
-
-DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl"
-HOMEPAGE="http://www.focusresearch.com/gregor/sw/psh/"
-SRC_URI="http://www.focusresearch.com/gregor/download/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="readline"
-
-DEPEND=">=dev-lang/perl-5"
-RDEPEND="readline? (
- dev-perl/Term-ReadLine-Gnu
- dev-perl/TermReadKey )"
-
-myinst="SITEPREFIX=${D}/usr"