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/ecrypto/
Date: Sat, 09 Oct 2021 17:10:56
Message-Id: 1633799444.3ba63892bc93c19a8094c32501564e123e49723e.matsl@gentoo
1 commit: 3ba63892bc93c19a8094c32501564e123e49723e
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 17:10:44 2021 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 17:10:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba63892
7
8 app-xemacs/ecrypto: drop 0.20, 0.21
9
10 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
11
12 app-xemacs/ecrypto/Manifest | 2 --
13 app-xemacs/ecrypto/ecrypto-0.20.ebuild | 14 --------------
14 app-xemacs/ecrypto/ecrypto-0.21.ebuild | 14 --------------
15 3 files changed, 30 deletions(-)
16
17 diff --git a/app-xemacs/ecrypto/Manifest b/app-xemacs/ecrypto/Manifest
18 index f64be7492ce..190e103ddb8 100644
19 --- a/app-xemacs/ecrypto/Manifest
20 +++ b/app-xemacs/ecrypto/Manifest
21 @@ -1,3 +1 @@
22 -DIST ecrypto-0.20-pkg.tar.gz 76257 BLAKE2B f9ae37e7addb3670a162ac36750def814121da60864372ab1f75ceacd7133e7071d94962b41a103a27edd081d0f093859eb2db6f6a84f3dcb9517e12af37fe1e SHA512 bacf0b8e5ee3c11aed744a9e7a3b33a7e4d10aa698b43b95226cc476db0daaa821b1d8e9fd64a487efc8a8c69b932c3112020815ca8abfaa7e5b08785d8b3e9b
23 -DIST ecrypto-0.21-pkg.tar.gz 76396 BLAKE2B b5f730a90370968ab5596a5b0ec8ee72ec93eb71f14df30161be19a9d0b2b8ca82195df462c80120aca3dc6189a1a2158b724eae7ac21c47c88332db79c4f9bb SHA512 b5d74079d940753a809ac294f466ee93244f5c96a79d9af26a45d005ed9b2b4ccb2459baeb63430b8e3dab44db31ea845ec8c64c8d57482e382955b793510e67
24 DIST ecrypto-0.23-pkg.tar.gz 76345 BLAKE2B c6d28f0d9b7b733fd5a976ebb14cfc846ed8bbe563d75f75103c0f05ae8b6830927d8cdef6c7f225d37fbf536687c54a0dfece04796714c39ee488fc5397bce9 SHA512 a273f687eb89360c521d478fc6f1d7bfde0bb0537c95eb05d5ffde2a20024e99cdd44ab8ec253093ab941322c1c7574bef474e8659d94c480079e3f58cdbdcbe
25
26 diff --git a/app-xemacs/ecrypto/ecrypto-0.20.ebuild b/app-xemacs/ecrypto/ecrypto-0.20.ebuild
27 deleted file mode 100644
28 index 82110108664..00000000000
29 --- a/app-xemacs/ecrypto/ecrypto-0.20.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="Crypto functionality in Emacs Lisp"
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/ecrypto/ecrypto-0.21.ebuild b/app-xemacs/ecrypto/ecrypto-0.21.ebuild
48 deleted file mode 100644
49 index 82110108664..00000000000
50 --- a/app-xemacs/ecrypto/ecrypto-0.21.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="Crypto functionality in Emacs Lisp"
60 -XEMACS_PKG_CAT="standard"
61 -
62 -RDEPEND="app-xemacs/xemacs-base
63 -"
64 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
65 -
66 -inherit xemacs-packages