Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/posh/
Date: Wed, 05 Aug 2020 15:18:42
Message-Id: 1596640707.aba5762dbc820214b02767b082807c9d36eaecd8.mgorny@gentoo
1 commit: aba5762dbc820214b02767b082807c9d36eaecd8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 15:14:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 15:18:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba5762d
7
8 app-shells/posh: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-shells/posh/Manifest | 2 --
13 app-shells/posh/posh-0.13.2.ebuild | 22 ----------------------
14 app-shells/posh/posh-0.14.ebuild | 32 --------------------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/app-shells/posh/Manifest b/app-shells/posh/Manifest
18 index 2bb336a2a51..698839d2e85 100644
19 --- a/app-shells/posh/Manifest
20 +++ b/app-shells/posh/Manifest
21 @@ -1,3 +1 @@
22 DIST posh-debian-0.14.1.tar.bz2 208385 BLAKE2B 0670d529f0d2f3b27e212d0efd66b42de4d37a6ce99f18d6fdd0b681a61ed313df5a9cecfee840eacb95df73b611fa3fa24163529d59423a3c0ac3f33bf5cccc SHA512 2beb8af9edbc318da243a82e1fbaec4ac81ec166b3e602f6b37867e4bbe548247a299dd748df4da88b2ff2930785945d91c5b84b563c339bc239299ecf67beec
23 -DIST posh-debian-0.14.tar.bz2 208192 BLAKE2B b2a974fdb55d39260bf21831c2df1518e6ef2e7c982e7a15c70ba470dff9e1eac41ac5b7e6709b630d7dcb2cd2871268328c70f876778fb9196f70dd1702fedf SHA512 8e30245146197f379ae7bccc6f56a1d0d38796d7b5499bf334d0c4375e8caacabaf8293e838bc827e511a57c6ae70701bfb1887c0756bce3bb9a4b69b9fd07ae
24 -DIST posh_0.13.2.tar.xz 267492 BLAKE2B 44a06528825485ac1c5d899e9b625785ec733fee945241dc0708e51e1f2145a31aae04023477f6b3abb8053ab42714d2ceac6b5a1d776780ea2ab78ca1fd44d5 SHA512 1d0de10e47e66cb654a47c18bb7f8b5361eff2d99e6c0b215ed9a1052134b534276ed58feafd53fe0ee2fbc3e048dc9cf747752568fb361ea47700e02a3478f0
25
26 diff --git a/app-shells/posh/posh-0.13.2.ebuild b/app-shells/posh/posh-0.13.2.ebuild
27 deleted file mode 100644
28 index b5f53776db4..00000000000
29 --- a/app-shells/posh/posh-0.13.2.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
38 -HOMEPAGE="https://salsa.debian.org/clint/posh"
39 -SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.xz"
40 -
41 -LICENSE="GPL-2+ BSD public-domain"
42 -SLOT="0"
43 -KEYWORDS="amd64 ppc x86"
44 -IUSE=""
45 -
46 -DEPEND="app-arch/xz-utils"
47 -
48 -src_configure() {
49 - local myconf=(
50 - --exec-prefix="${EPREFIX:-/}"
51 - )
52 - econf "${myconf[@]}"
53 -}
54
55 diff --git a/app-shells/posh/posh-0.14.ebuild b/app-shells/posh/posh-0.14.ebuild
56 deleted file mode 100644
57 index 9ebc1b24bba..00000000000
58 --- a/app-shells/posh/posh-0.14.ebuild
59 +++ /dev/null
60 @@ -1,32 +0,0 @@
61 -# Copyright 1999-2020 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=7
65 -
66 -inherit autotools
67 -
68 -MY_P=posh-debian-${PV}
69 -DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
70 -HOMEPAGE="https://salsa.debian.org/clint/posh"
71 -SRC_URI="
72 - https://salsa.debian.org/clint/posh/-/archive/debian/${PV}/${MY_P}.tar.bz2"
73 -S=${WORKDIR}/${MY_P}
74 -
75 -LICENSE="GPL-2+ BSD public-domain"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~ppc ~x86"
78 -IUSE=""
79 -
80 -DEPEND="app-arch/xz-utils"
81 -
82 -src_prepare() {
83 - default
84 - eautoreconf
85 -}
86 -
87 -src_configure() {
88 - local myconf=(
89 - --exec-prefix="${EPREFIX:-/}"
90 - )
91 - econf "${myconf[@]}"
92 -}