summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-12 09:12:48 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-12 10:26:58 +0100
commit3d268feb3e0b2bbd1b660820cf17415391ed8136 (patch)
tree180b1191e569dbd2a0dd1ac7ac9136954be9f5f2 /app-shells
parentdev-tex/biber: Update Manifest (diff)
downloadgentoo-3d268feb3e0b2bbd1b660820cf17415391ed8136.tar.gz
gentoo-3d268feb3e0b2bbd1b660820cf17415391ed8136.tar.bz2
gentoo-3d268feb3e0b2bbd1b660820cf17415391ed8136.zip
app-shells/posh: Drop old
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/posh/posh-0.12.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-shells/posh/posh-0.12.ebuild b/app-shells/posh/posh-0.12.ebuild
deleted file mode 100644
index 88f836731f7b..000000000000
--- a/app-shells/posh/posh-0.12.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-utils
-
-DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
-HOMEPAGE="http://packages.debian.org/posh"
-SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RESTRICT="test"
-
-src_configure() {
- myeconfargs=(
- --exec-prefix=/
- )
- autotools-utils_src_configure
-}