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, 04 Aug 2018 10:17:16
Message-Id: 1533377817.2351f044350043563d663bd3a26810ab89f6c35f.matsl@gentoo
1 commit: 2351f044350043563d663bd3a26810ab89f6c35f
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 10:16:57 2018 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 10:16:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2351f044
7
8 app-xemacs/ecrypto: version bump
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-xemacs/ecrypto/Manifest | 1 +
13 app-xemacs/ecrypto/ecrypto-0.23.ebuild | 14 ++++++++++++++
14 2 files changed, 15 insertions(+)
15
16 diff --git a/app-xemacs/ecrypto/Manifest b/app-xemacs/ecrypto/Manifest
17 index 40920a5999a..f64be7492ce 100644
18 --- a/app-xemacs/ecrypto/Manifest
19 +++ b/app-xemacs/ecrypto/Manifest
20 @@ -1,2 +1,3 @@
21 DIST ecrypto-0.20-pkg.tar.gz 76257 BLAKE2B f9ae37e7addb3670a162ac36750def814121da60864372ab1f75ceacd7133e7071d94962b41a103a27edd081d0f093859eb2db6f6a84f3dcb9517e12af37fe1e SHA512 bacf0b8e5ee3c11aed744a9e7a3b33a7e4d10aa698b43b95226cc476db0daaa821b1d8e9fd64a487efc8a8c69b932c3112020815ca8abfaa7e5b08785d8b3e9b
22 DIST ecrypto-0.21-pkg.tar.gz 76396 BLAKE2B b5f730a90370968ab5596a5b0ec8ee72ec93eb71f14df30161be19a9d0b2b8ca82195df462c80120aca3dc6189a1a2158b724eae7ac21c47c88332db79c4f9bb SHA512 b5d74079d940753a809ac294f466ee93244f5c96a79d9af26a45d005ed9b2b4ccb2459baeb63430b8e3dab44db31ea845ec8c64c8d57482e382955b793510e67
23 +DIST ecrypto-0.23-pkg.tar.gz 76345 BLAKE2B c6d28f0d9b7b733fd5a976ebb14cfc846ed8bbe563d75f75103c0f05ae8b6830927d8cdef6c7f225d37fbf536687c54a0dfece04796714c39ee488fc5397bce9 SHA512 a273f687eb89360c521d478fc6f1d7bfde0bb0537c95eb05d5ffde2a20024e99cdd44ab8ec253093ab941322c1c7574bef474e8659d94c480079e3f58cdbdcbe
24
25 diff --git a/app-xemacs/ecrypto/ecrypto-0.23.ebuild b/app-xemacs/ecrypto/ecrypto-0.23.ebuild
26 new file mode 100644
27 index 00000000000..dad8da2a746
28 --- /dev/null
29 +++ b/app-xemacs/ecrypto/ecrypto-0.23.ebuild
30 @@ -0,0 +1,14 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +SLOT="0"
37 +DESCRIPTION="Crypto functionality in Emacs Lisp"
38 +XEMACS_PKG_CAT="standard"
39 +
40 +RDEPEND="app-xemacs/xemacs-base
41 +"
42 +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
43 +
44 +inherit xemacs-packages