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/elib/
Date: Sat, 09 Oct 2021 07:47:15
Message-Id: 1633765623.b3a12ec4574e76f4e368a6dcbca3c838cfbb789c.matsl@gentoo
1 commit: b3a12ec4574e76f4e368a6dcbca3c838cfbb789c
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 07:47:03 2021 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 07:47:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a12ec4
7
8 app-xemacs/elib: drop 1.11, 1.13
9
10 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
11
12 app-xemacs/elib/Manifest | 2 --
13 app-xemacs/elib/elib-1.11.ebuild | 13 -------------
14 app-xemacs/elib/elib-1.13.ebuild | 14 --------------
15 3 files changed, 29 deletions(-)
16
17 diff --git a/app-xemacs/elib/Manifest b/app-xemacs/elib/Manifest
18 index c05109e2405..aede5206173 100644
19 --- a/app-xemacs/elib/Manifest
20 +++ b/app-xemacs/elib/Manifest
21 @@ -1,3 +1 @@
22 -DIST elib-1.11-pkg.tar.gz 73387 BLAKE2B 423476172a1a1ffe2731ca67fc24bec37a52de5387afc22c044aa90c40dbc0c2d4d858f57ccf2237274b7b3cc7b7b366bb44cd52c9c6f0d1264d1ad051a10be8 SHA512 0ed1b6bd47b13c69b5990e6e1ca8e203440e28527f860a70e22fe0da94811909bcddcf184cfc9a8016a2fe590cea5e3ceec270bfb33ff655b542a3c8c0ea8638
23 -DIST elib-1.13-pkg.tar.gz 80235 BLAKE2B b81ca5b529a808ee5a9c7f514cf53dfa1c5d5ad4531b3aef10706ba746b4ee4a3216460e006842f733bba073d1048d2d26c88643c1d3f9f5744924e66f84a9c4 SHA512 edffc77f9db1300693701df56fea7fa6e0fe3c4d11949bd8766faea21ccad79cb52b60f5c25e84350fa7f3cfc45820035b06f82890ea760dcb90e93a065feec9
24 DIST elib-1.15-pkg.tar.gz 80288 BLAKE2B b336e467ef1b586bfcdec74f7c7766f16623ad223ced12c66b4a38282683e7a9ce7b8eb70b0b263be5e2cc42468c7cab622e8c2ce843680c28751c6202966e82 SHA512 16594062b094330a6cecfb9de8698c4f6608ed9276f8e4600658a9026ace1b3185fb9d23ec70fe4474093c8e95d67255d5a8741f0d84a906b415704e6fdc78ce
25
26 diff --git a/app-xemacs/elib/elib-1.11.ebuild b/app-xemacs/elib/elib-1.11.ebuild
27 deleted file mode 100644
28 index 2d54ea332cd..00000000000
29 --- a/app-xemacs/elib/elib-1.11.ebuild
30 +++ /dev/null
31 @@ -1,13 +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="Portable Emacs Lisp utilities library"
39 -XEMACS_PKG_CAT="standard"
40 -
41 -RDEPEND=""
42 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
43 -
44 -inherit xemacs-packages
45
46 diff --git a/app-xemacs/elib/elib-1.13.ebuild b/app-xemacs/elib/elib-1.13.ebuild
47 deleted file mode 100644
48 index fa6883d778b..00000000000
49 --- a/app-xemacs/elib/elib-1.13.ebuild
50 +++ /dev/null
51 @@ -1,14 +0,0 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=6
56 -
57 -SLOT="0"
58 -DESCRIPTION="Portable Emacs Lisp utilities library"
59 -XEMACS_PKG_CAT="standard"
60 -
61 -RDEPEND="app-xemacs/xemacs-base
62 -"
63 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
64 -
65 -inherit xemacs-packages