[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ecrypto/

2021-10-09 Thread Mats Lidell
commit: 3ba63892bc93c19a8094c32501564e123e49723e
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Oct  9 17:10:44 2021 +
Commit: Mats Lidell  gentoo  org>
CommitDate: Sat Oct  9 17:10:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba63892

app-xemacs/ecrypto: drop 0.20, 0.21

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/ecrypto/Manifest|  2 --
 app-xemacs/ecrypto/ecrypto-0.20.ebuild | 14 --
 app-xemacs/ecrypto/ecrypto-0.21.ebuild | 14 --
 3 files changed, 30 deletions(-)

diff --git a/app-xemacs/ecrypto/Manifest b/app-xemacs/ecrypto/Manifest
index f64be7492ce..190e103ddb8 100644
--- a/app-xemacs/ecrypto/Manifest
+++ b/app-xemacs/ecrypto/Manifest
@@ -1,3 +1 @@
-DIST ecrypto-0.20-pkg.tar.gz 76257 BLAKE2B 
f9ae37e7addb3670a162ac36750def814121da60864372ab1f75ceacd7133e7071d94962b41a103a27edd081d0f093859eb2db6f6a84f3dcb9517e12af37fe1e
 SHA512 
bacf0b8e5ee3c11aed744a9e7a3b33a7e4d10aa698b43b95226cc476db0daaa821b1d8e9fd64a487efc8a8c69b932c3112020815ca8abfaa7e5b08785d8b3e9b
-DIST ecrypto-0.21-pkg.tar.gz 76396 BLAKE2B 
b5f730a90370968ab5596a5b0ec8ee72ec93eb71f14df30161be19a9d0b2b8ca82195df462c80120aca3dc6189a1a2158b724eae7ac21c47c88332db79c4f9bb
 SHA512 
b5d74079d940753a809ac294f466ee93244f5c96a79d9af26a45d005ed9b2b4ccb2459baeb63430b8e3dab44db31ea845ec8c64c8d57482e382955b793510e67
 DIST ecrypto-0.23-pkg.tar.gz 76345 BLAKE2B 
c6d28f0d9b7b733fd5a976ebb14cfc846ed8bbe563d75f75103c0f05ae8b6830927d8cdef6c7f225d37fbf536687c54a0dfece04796714c39ee488fc5397bce9
 SHA512 
a273f687eb89360c521d478fc6f1d7bfde0bb0537c95eb05d5ffde2a20024e99cdd44ab8ec253093ab941322c1c7574bef474e8659d94c480079e3f58cdbdcbe

diff --git a/app-xemacs/ecrypto/ecrypto-0.20.ebuild 
b/app-xemacs/ecrypto/ecrypto-0.20.ebuild
deleted file mode 100644
index 82110108664..000
--- a/app-xemacs/ecrypto/ecrypto-0.20.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="Crypto functionality in Emacs Lisp"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/ecrypto/ecrypto-0.21.ebuild 
b/app-xemacs/ecrypto/ecrypto-0.21.ebuild
deleted file mode 100644
index 82110108664..000
--- a/app-xemacs/ecrypto/ecrypto-0.21.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="Crypto functionality in Emacs Lisp"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ecrypto/

2018-10-20 Thread Mikle Kolyada
commit: 4cc8f2bd98628b03afc355282694dd0013e688ae
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 20 10:00:02 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 20 10:06:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc8f2bd

app-xemacs/ecrypto: amd64 stable wrt bug #666312

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-xemacs/ecrypto/ecrypto-0.23.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-xemacs/ecrypto/ecrypto-0.23.ebuild 
b/app-xemacs/ecrypto/ecrypto-0.23.ebuild
index dad8da2a746..956dfc74704 100644
--- a/app-xemacs/ecrypto/ecrypto-0.23.ebuild
+++ b/app-xemacs/ecrypto/ecrypto-0.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,6 +9,6 @@ XEMACS_PKG_CAT="standard"
 
 RDEPEND="app-xemacs/xemacs-base
 "
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
 
 inherit xemacs-packages



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ecrypto/

2018-08-04 Thread Mats Lidell
commit: 2351f044350043563d663bd3a26810ab89f6c35f
Author: Mats Lidell  gentoo  org>
AuthorDate: Sat Aug  4 10:16:57 2018 +
Commit: Mats Lidell  gentoo  org>
CommitDate: Sat Aug  4 10:16:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2351f044

app-xemacs/ecrypto: version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-xemacs/ecrypto/Manifest|  1 +
 app-xemacs/ecrypto/ecrypto-0.23.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/app-xemacs/ecrypto/Manifest b/app-xemacs/ecrypto/Manifest
index 40920a5999a..f64be7492ce 100644
--- a/app-xemacs/ecrypto/Manifest
+++ b/app-xemacs/ecrypto/Manifest
@@ -1,2 +1,3 @@
 DIST ecrypto-0.20-pkg.tar.gz 76257 BLAKE2B 
f9ae37e7addb3670a162ac36750def814121da60864372ab1f75ceacd7133e7071d94962b41a103a27edd081d0f093859eb2db6f6a84f3dcb9517e12af37fe1e
 SHA512 
bacf0b8e5ee3c11aed744a9e7a3b33a7e4d10aa698b43b95226cc476db0daaa821b1d8e9fd64a487efc8a8c69b932c3112020815ca8abfaa7e5b08785d8b3e9b
 DIST ecrypto-0.21-pkg.tar.gz 76396 BLAKE2B 
b5f730a90370968ab5596a5b0ec8ee72ec93eb71f14df30161be19a9d0b2b8ca82195df462c80120aca3dc6189a1a2158b724eae7ac21c47c88332db79c4f9bb
 SHA512 
b5d74079d940753a809ac294f466ee93244f5c96a79d9af26a45d005ed9b2b4ccb2459baeb63430b8e3dab44db31ea845ec8c64c8d57482e382955b793510e67
+DIST ecrypto-0.23-pkg.tar.gz 76345 BLAKE2B 
c6d28f0d9b7b733fd5a976ebb14cfc846ed8bbe563d75f75103c0f05ae8b6830927d8cdef6c7f225d37fbf536687c54a0dfece04796714c39ee488fc5397bce9
 SHA512 
a273f687eb89360c521d478fc6f1d7bfde0bb0537c95eb05d5ffde2a20024e99cdd44ab8ec253093ab941322c1c7574bef474e8659d94c480079e3f58cdbdcbe

diff --git a/app-xemacs/ecrypto/ecrypto-0.23.ebuild 
b/app-xemacs/ecrypto/ecrypto-0.23.ebuild
new file mode 100644
index 000..dad8da2a746
--- /dev/null
+++ b/app-xemacs/ecrypto/ecrypto-0.23.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+SLOT="0"
+DESCRIPTION="Crypto functionality in Emacs Lisp"
+XEMACS_PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages