From b16967135547b25cf5c6f27dce4885b6a9d5230f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 27 May 2018 10:09:34 +0200 Subject: app-shells/posh: Drop old --- app-shells/posh/Manifest | 1 - app-shells/posh/posh-0.12.6.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) delete mode 100644 app-shells/posh/posh-0.12.6.ebuild diff --git a/app-shells/posh/Manifest b/app-shells/posh/Manifest index e98766d65025..d5057c0685d7 100644 --- a/app-shells/posh/Manifest +++ b/app-shells/posh/Manifest @@ -1,2 +1 @@ -DIST posh_0.12.6.tar.xz 268872 BLAKE2B 8fef9e682344ca40b83c68ea639d1d684a6d743c97e07e3279b6d11928b0b28e2c8014f1d11e36a3374851c4ad41f078ff7e630954740c460318a70b8ed42677 SHA512 2b862264dd13c840facb158f1e2731dd1f11c7a567308feb6bd80fd5a7ea4d8e383cc13a0819f90da5fdad70d0adcc81e5adf2bd69a7a171e2e874f82509123c DIST posh_0.13.1.tar.xz 267436 BLAKE2B f534f64595eda7649a146555238309aba00ec79d53206b17c91ba9ed44ab47794541952af670c5040133d164167e8f2bc844fc4b3b646035e0d08e8495d7aedf SHA512 957fc2924ab8f634007db2e15ecdbb8a1c60ffb4917c127c1583c05e222f598a564906cc40c869c95d79995ea85af24010780e7d36d44a5907a691aa9044f23a diff --git a/app-shells/posh/posh-0.12.6.ebuild b/app-shells/posh/posh-0.12.6.ebuild deleted file mode 100644 index e887cb0b3f9e..000000000000 --- a/app-shells/posh/posh-0.12.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Reimplementation of Bourne shell based on pdksh" -HOMEPAGE="https://packages.debian.org/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_configure() { - local myconf=( - --exec-prefix="${EPREFIX:-/}" - ) - econf "${myconf[@]}" -} -- cgit v1.2.3-65-gdbad