diff options
author | 2009-08-03 16:31:28 +0000 | |
---|---|---|
committer | 2009-08-03 16:31:28 +0000 | |
commit | eaecdd978dd3ff3b19e97cb1aa2ab2b8c05f088f (patch) | |
tree | 102cdb960661bc904ab75eb4d670e2b66f8f905e /app-shells/posh | |
parent | x11-drivers/xf86-input-citron: bump to 2.2.2 (diff) | |
download | gentoo-2-eaecdd978dd3ff3b19e97cb1aa2ab2b8c05f088f.tar.gz gentoo-2-eaecdd978dd3ff3b19e97cb1aa2ab2b8c05f088f.tar.bz2 gentoo-2-eaecdd978dd3ff3b19e97cb1aa2ab2b8c05f088f.zip |
Cleaning out old posh version
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-shells/posh')
-rw-r--r-- | app-shells/posh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/posh/posh-0.6.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/app-shells/posh/ChangeLog b/app-shells/posh/ChangeLog index 31926581d5a5..8f2aebac5a90 100644 --- a/app-shells/posh/ChangeLog +++ b/app-shells/posh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/posh # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.12 2009/08/03 16:20:06 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.13 2009/08/03 16:31:28 vostorga Exp $ + + 03 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> -posh-0.6.ebuild: + Cleaning out buggy posh version *posh-0.6.18 (03 Aug 2009) diff --git a/app-shells/posh/posh-0.6.ebuild b/app-shells/posh/posh-0.6.ebuild deleted file mode 100644 index b77f6d862eb0..000000000000 --- a/app-shells/posh/posh-0.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.6.ebuild,v 1.2 2009/08/03 16:20:07 vostorga Exp $ - -DESCRIPTION="stripped-down version of pdksh" -HOMEPAGE="http://packages.debian.org/posh" -SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - emake DESTDIR="${D}" bindir=/bin install || die "emake install failed" -} |