Gentoo Archives: gentoo-commits

From: Mats Lidell <matsl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/sh-script/
Date: Sun, 03 Oct 2021 07:53:25
Message-Id: 1633247546.2e6fdb2763edf247955d683bb983931be8ac8e2b.matsl@gentoo
1 commit: 2e6fdb2763edf247955d683bb983931be8ac8e2b
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 07:52:26 2021 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 07:52:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6fdb27
7
8 app-xemacs/sh-script: drop 1.22, 1.24
9
10 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
11
12 app-xemacs/sh-script/Manifest | 2 --
13 app-xemacs/sh-script/sh-script-1.22.ebuild | 14 --------------
14 app-xemacs/sh-script/sh-script-1.24.ebuild | 14 --------------
15 3 files changed, 30 deletions(-)
16
17 diff --git a/app-xemacs/sh-script/Manifest b/app-xemacs/sh-script/Manifest
18 index 47c246a5ff1..d7482e0d0ce 100644
19 --- a/app-xemacs/sh-script/Manifest
20 +++ b/app-xemacs/sh-script/Manifest
21 @@ -1,3 +1 @@
22 -DIST sh-script-1.22-pkg.tar.gz 70396 BLAKE2B a4f1f5394ec7bb80dbb0469883fd471bc3479bb886112e4eca7b97bef39e33018d98d56b02ce8e04f2d84a1794c0f97ddc139f330be985ae4a1a5f8e74989b4f SHA512 2eee3fb6f000469e2802f55971299901d044e9206372650ab8691789ccabc21601335c6dd2e7cf233c10209d6632959fce11e854ad9565e27d4688ddfc8e2d1a
23 -DIST sh-script-1.24-pkg.tar.gz 70667 BLAKE2B aa1290823da1d23a1eea030ae68fa5d1458d248f2635ff4c88557456e9f2ca8b55dc293746f66d2e7cd057c39f0cd5859364b33730b417aea762148f95828884 SHA512 b39fbec933b73a21e340a47e24058cb2fd741b0bd4868aa880f171a5a164aba8f6c8e708f70a775f6e74f120254f4c283ac98ee1d3ea532e3eee95c05e960c4f
24 DIST sh-script-1.26-pkg.tar.gz 70687 BLAKE2B 59c9f37a7e90cddc5968aea984348e8cfa366f51b59d5ba23be27d5f5b37bc02d9da879b011619cd8595613d1f5a760b9b325570ec95c45c5122aa9c622b1d34 SHA512 fed9b6796cb22838e40d400b8f21ce275540c8e9ae7b779b8cd214a2f16887fb6fe9bea985898fd4e8d0410d60dd20796690dca5d0a0cc019a26f757517711d8
25
26 diff --git a/app-xemacs/sh-script/sh-script-1.22.ebuild b/app-xemacs/sh-script/sh-script-1.22.ebuild
27 deleted file mode 100644
28 index ef593fec8a2..00000000000
29 --- a/app-xemacs/sh-script/sh-script-1.22.ebuild
30 +++ /dev/null
31 @@ -1,14 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -SLOT="0"
38 -DESCRIPTION="Support for editing shell scripts"
39 -XEMACS_PKG_CAT="standard"
40 -
41 -RDEPEND="app-xemacs/xemacs-base
42 -"
43 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
44 -
45 -inherit xemacs-packages
46
47 diff --git a/app-xemacs/sh-script/sh-script-1.24.ebuild b/app-xemacs/sh-script/sh-script-1.24.ebuild
48 deleted file mode 100644
49 index cc3a9b17259..00000000000
50 --- a/app-xemacs/sh-script/sh-script-1.24.ebuild
51 +++ /dev/null
52 @@ -1,14 +0,0 @@
53 -# Copyright 1999-2020 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=6
57 -
58 -SLOT="0"
59 -DESCRIPTION="Support for editing shell scripts"
60 -XEMACS_PKG_CAT="standard"
61 -
62 -RDEPEND="app-xemacs/xemacs-base
63 -"
64 -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
65 -
66 -inherit xemacs-packages