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/eshell/
Date: Sat, 09 Oct 2021 17:05:23
Message-Id: 1633799114.3dfa9726a2801cc81e86773e1ca225f9c5f9e620.matsl@gentoo
1 commit: 3dfa9726a2801cc81e86773e1ca225f9c5f9e620
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 17:05:05 2021 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 17:05:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfa9726
7
8 app-xemacs/eshell: drop 1.10, 1.18
9
10 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
11
12 app-xemacs/eshell/Manifest | 2 --
13 app-xemacs/eshell/eshell-1.10.ebuild | 15 ---------------
14 app-xemacs/eshell/eshell-1.18.ebuild | 15 ---------------
15 3 files changed, 32 deletions(-)
16
17 diff --git a/app-xemacs/eshell/Manifest b/app-xemacs/eshell/Manifest
18 index 5eff799fb46..309c9319d07 100644
19 --- a/app-xemacs/eshell/Manifest
20 +++ b/app-xemacs/eshell/Manifest
21 @@ -1,3 +1 @@
22 -DIST eshell-1.10-pkg.tar.gz 232616 BLAKE2B 42c057c6afc401f480c8531be0b6dd2f1a1d1230063ca9649c23f751c6d988d2eb1918a3158840ada50d1b59f02319f7e06d1e021bd0b502be77dfe13036ea64 SHA512 97b4d81b024513b4dacbdbd3d04150a3dcc10aa9c2a8ed0e7157ada3aa404de6c44f8cce60c59f1c75c0e9e31f0f7b6de86b402b2c6527111162e2ee54e51dc9
23 -DIST eshell-1.18-pkg.tar.gz 238988 BLAKE2B d595f9c36ca5cd50ac46efabc813575b6f8415f47ac1d44632151bf8a39233c7166a0d9fdc2eb2cf00565b4e4f9ed9b4828ffb385ef4941745529260d31850e3 SHA512 3cb3f66c2714ffc5e2875bdbc3fd02dd60032db338ef9ef9c0904ec89945075ae95a5e02ce402299dbbc98b6e53d7304dbe50fc3cb3eb0dd2aacaef5535f2792
24 DIST eshell-1.21-pkg.tar.gz 239308 BLAKE2B a20c3cfdb64f0b604f4aa0af44279598f0564bc623ce75303df7133b560846d4e79286914e8b5f06941503563cab6204962ba9c1be7f54290d1af3afbb023ef3 SHA512 d7724d43b2451e237f7a9f281f3aebb15266a1f58fe0e5a5f4c8104a6d85163d61877cdeee57ee7ace2d824ffe2d131624e4bfe3854ddd4581ba7b92cad076e3
25
26 diff --git a/app-xemacs/eshell/eshell-1.10.ebuild b/app-xemacs/eshell/eshell-1.10.ebuild
27 deleted file mode 100644
28 index f527918e2dd..00000000000
29 --- a/app-xemacs/eshell/eshell-1.10.ebuild
30 +++ /dev/null
31 @@ -1,15 +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="Command shell implemented entirely in Emacs Lisp"
39 -XEMACS_PKG_CAT="standard"
40 -
41 -RDEPEND="app-xemacs/xemacs-base
42 -app-xemacs/xemacs-eterm
43 -"
44 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
45 -
46 -inherit xemacs-packages
47
48 diff --git a/app-xemacs/eshell/eshell-1.18.ebuild b/app-xemacs/eshell/eshell-1.18.ebuild
49 deleted file mode 100644
50 index f527918e2dd..00000000000
51 --- a/app-xemacs/eshell/eshell-1.18.ebuild
52 +++ /dev/null
53 @@ -1,15 +0,0 @@
54 -# Copyright 1999-2020 Gentoo Authors
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=6
58 -
59 -SLOT="0"
60 -DESCRIPTION="Command shell implemented entirely in Emacs Lisp"
61 -XEMACS_PKG_CAT="standard"
62 -
63 -RDEPEND="app-xemacs/xemacs-base
64 -app-xemacs/xemacs-eterm
65 -"
66 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
67 -
68 -inherit xemacs-packages