diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-10-09 09:47:03 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-10-09 09:47:03 +0200 |
commit | b3a12ec4574e76f4e368a6dcbca3c838cfbb789c (patch) | |
tree | e496b3ff7e19f7e2fe9c469eefb89ff148785a0e /app-xemacs/elib | |
parent | app-xemacs/fsf-compat: drop 1.15, 1.19 (diff) | |
download | gentoo-b3a12ec4574e76f4e368a6dcbca3c838cfbb789c.tar.gz gentoo-b3a12ec4574e76f4e368a6dcbca3c838cfbb789c.tar.bz2 gentoo-b3a12ec4574e76f4e368a6dcbca3c838cfbb789c.zip |
app-xemacs/elib: drop 1.11, 1.13
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/elib')
-rw-r--r-- | app-xemacs/elib/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/elib/elib-1.11.ebuild | 13 | ||||
-rw-r--r-- | app-xemacs/elib/elib-1.13.ebuild | 14 |
3 files changed, 0 insertions, 29 deletions
diff --git a/app-xemacs/elib/Manifest b/app-xemacs/elib/Manifest index c05109e24050..aede52061730 100644 --- a/app-xemacs/elib/Manifest +++ b/app-xemacs/elib/Manifest @@ -1,3 +1 @@ -DIST elib-1.11-pkg.tar.gz 73387 BLAKE2B 423476172a1a1ffe2731ca67fc24bec37a52de5387afc22c044aa90c40dbc0c2d4d858f57ccf2237274b7b3cc7b7b366bb44cd52c9c6f0d1264d1ad051a10be8 SHA512 0ed1b6bd47b13c69b5990e6e1ca8e203440e28527f860a70e22fe0da94811909bcddcf184cfc9a8016a2fe590cea5e3ceec270bfb33ff655b542a3c8c0ea8638 -DIST elib-1.13-pkg.tar.gz 80235 BLAKE2B b81ca5b529a808ee5a9c7f514cf53dfa1c5d5ad4531b3aef10706ba746b4ee4a3216460e006842f733bba073d1048d2d26c88643c1d3f9f5744924e66f84a9c4 SHA512 edffc77f9db1300693701df56fea7fa6e0fe3c4d11949bd8766faea21ccad79cb52b60f5c25e84350fa7f3cfc45820035b06f82890ea760dcb90e93a065feec9 DIST elib-1.15-pkg.tar.gz 80288 BLAKE2B b336e467ef1b586bfcdec74f7c7766f16623ad223ced12c66b4a38282683e7a9ce7b8eb70b0b263be5e2cc42468c7cab622e8c2ce843680c28751c6202966e82 SHA512 16594062b094330a6cecfb9de8698c4f6608ed9276f8e4600658a9026ace1b3185fb9d23ec70fe4474093c8e95d67255d5a8741f0d84a906b415704e6fdc78ce diff --git a/app-xemacs/elib/elib-1.11.ebuild b/app-xemacs/elib/elib-1.11.ebuild deleted file mode 100644 index 2d54ea332cda..000000000000 --- a/app-xemacs/elib/elib-1.11.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Portable Emacs Lisp utilities library" -XEMACS_PKG_CAT="standard" - -RDEPEND="" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages diff --git a/app-xemacs/elib/elib-1.13.ebuild b/app-xemacs/elib/elib-1.13.ebuild deleted file mode 100644 index fa6883d778bd..000000000000 --- a/app-xemacs/elib/elib-1.13.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Portable Emacs Lisp utilities library" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |