summaryrefslogtreecommitdiff
path: root/app-shells
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-07 09:08:55 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-07 09:27:04 +0200
commit73e06e7b466f2df4b9cdaf9ac030e940d08efed7 (patch)
treee6b43d9f35eebf5431c466136d3ee2237130ae48 /app-shells
parent91168a43023a342f5944a2fa8a92b97066dcf535 (diff)
downloadgentoo-73e06e7b466f2df4b9cdaf9ac030e940d08efed7.tar.gz
gentoo-73e06e7b466f2df4b9cdaf9ac030e940d08efed7.tar.xz
app-shells/posh: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/posh/Manifest1
-rw-r--r--app-shells/posh/posh-0.13.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/app-shells/posh/Manifest b/app-shells/posh/Manifest
index 535b68df54c..78c1bc567cc 100644
--- a/app-shells/posh/Manifest
+++ b/app-shells/posh/Manifest
@@ -1,2 +1 @@
-DIST posh_0.13.1.tar.xz 267436 BLAKE2B f534f64595eda7649a146555238309aba00ec79d53206b17c91ba9ed44ab47794541952af670c5040133d164167e8f2bc844fc4b3b646035e0d08e8495d7aedf SHA512 957fc2924ab8f634007db2e15ecdbb8a1c60ffb4917c127c1583c05e222f598a564906cc40c869c95d79995ea85af24010780e7d36d44a5907a691aa9044f23a
DIST posh_0.13.2.tar.xz 267492 BLAKE2B 44a06528825485ac1c5d899e9b625785ec733fee945241dc0708e51e1f2145a31aae04023477f6b3abb8053ab42714d2ceac6b5a1d776780ea2ab78ca1fd44d5 SHA512 1d0de10e47e66cb654a47c18bb7f8b5361eff2d99e6c0b215ed9a1052134b534276ed58feafd53fe0ee2fbc3e048dc9cf747752568fb361ea47700e02a3478f0
diff --git a/app-shells/posh/posh-0.13.1.ebuild b/app-shells/posh/posh-0.13.1.ebuild
deleted file mode 100644
index 0291aa09ccf..00000000000
--- a/app-shells/posh/posh-0.13.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
-HOMEPAGE="https://salsa.debian.org/clint/posh"
-SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="app-arch/xz-utils"
-
-S=${WORKDIR}/posh
-
-src_prepare() {
- default
- # the tarball apparently contains outdated files
- eautoreconf
-}
-
-src_configure() {
- local myconf=(
- --exec-prefix="${EPREFIX:-/}"
- )
- econf "${myconf[@]}"
-}