summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/psh/ChangeLog6
-rw-r--r--app-shells/psh/psh-1.8-r1.ebuild21
-rw-r--r--app-shells/psh/psh-1.8.ebuild18
3 files changed, 5 insertions, 40 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog
index a554bb206690..591bdacf02d8 100644
--- a/app-shells/psh/ChangeLog
+++ b/app-shells/psh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/psh
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.29 2012/07/29 18:17:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.30 2012/08/17 16:39:58 kensington Exp $
+
+ 17 Aug 2012; Michael Palimaka <kensington@gentoo.org> -psh-1.8-r1.ebuild,
+ -psh-1.8.ebuild:
+ Remove old.
29 Jul 2012; Raúl Porcel <armin76@gentoo.org> psh-1.8.ebuild,
psh-1.8-r1.ebuild, psh-1.8.1.ebuild:
diff --git a/app-shells/psh/psh-1.8-r1.ebuild b/app-shells/psh/psh-1.8-r1.ebuild
deleted file mode 100644
index c456d2ff1694..000000000000
--- a/app-shells/psh/psh-1.8-r1.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-r1.ebuild,v 1.5 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/psh/"
-SRC_URI="http://www.focusresearch.com/gregor/psh/${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-Perl
- dev-perl/TermReadKey )"
-
-myinst="SITEPREFIX=${D}/usr"
diff --git a/app-shells/psh/psh-1.8.ebuild b/app-shells/psh/psh-1.8.ebuild
deleted file mode 100644
index fa48eba5b6ff..000000000000
--- a/app-shells/psh/psh-1.8.ebuild
+++ /dev/null
@@ -1,18 +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.ebuild,v 1.11 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/psh/"
-SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="ppc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5"
-
-myinst="SITEPREFIX=${D}/usr"