public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/
@ 2018-08-10 21:00 Mats Lidell
  0 siblings, 0 replies; 8+ messages in thread
From: Mats Lidell @ 2018-08-10 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8eab4a0525a6e6091ce01c07e73c922d2dc836a9
Author:     Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 20:58:59 2018 +0000
Commit:     Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 20:58:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eab4a05

app-xemacs/ilisp: version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-xemacs/ilisp/Manifest          |  1 +
 app-xemacs/ilisp/ilisp-1.38.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/app-xemacs/ilisp/Manifest b/app-xemacs/ilisp/Manifest
index bd78bde83ef..fde268d6c48 100644
--- a/app-xemacs/ilisp/Manifest
+++ b/app-xemacs/ilisp/Manifest
@@ -1,2 +1,3 @@
 DIST ilisp-1.34-pkg.tar.gz 345867 BLAKE2B 7a3faf630fabf39f25f4cbb73fafdc261441699d75bcdad0c8117ee051ae59b06735306b77617ab75c092178cfe0f0e0b98b53bda01a3026f0728ba86bef25ee SHA512 c6d024383f6bb33dcc47f175895aace02bab209fa4ece11ac90812630e49a3ac43f10931a9398fcd9dc4f14747bdb0a0694fab4f67c9b15650bcf201fea7508c
 DIST ilisp-1.36-pkg.tar.gz 347911 BLAKE2B 4e8783055d06b4824c806c80d79dacb4bad8066fcd1afb9c6e3911a176792a6ee8b6ff269726178642d7c75ce12b47856abe82504c67fa8caa5291f89e9c0f39 SHA512 71a637f80df53ef59b5e2d56ab1c36790d702a7419831d1a1ed54f4e29570e0120c757af71675039fc7076625ad1379eae07a2895c01ced0b066de88bb62576d
+DIST ilisp-1.38-pkg.tar.gz 347693 BLAKE2B 41e83efd134dd013aed6da858db1df6276483f613e920127db9fd289ef3bb27e7d59a2e99ce39e4a6e57f9a76f12e178daa5787f133e2cd3de9a592444578d80 SHA512 157cdaf3a4bfec9602c8a63cf573a40d50d5d88d5c620e1f23e41ef7c272bbeaaf4937361ab412a4e79ad9d60fe0a2d8c99362d086e4ad7b60cf0c122f9b82e0

diff --git a/app-xemacs/ilisp/ilisp-1.38.ebuild b/app-xemacs/ilisp/ilisp-1.38.ebuild
new file mode 100644
index 00000000000..9e0a973ad97
--- /dev/null
+++ b/app-xemacs/ilisp/ilisp-1.38.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+SLOT="0"
+DESCRIPTION="Front-end for Inferior Lisp"
+XEMACS_PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/mail-lib
+app-xemacs/fsf-compat
+app-xemacs/xemacs-eterm
+app-xemacs/sh-script
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/
@ 2018-10-20 10:36 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-10-20 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     fb9fe0cad43afd58f0ae8bb16db64b86e521b3f7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 10:35:01 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 10:35:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9fe0ca

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

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

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

diff --git a/app-xemacs/ilisp/ilisp-1.38.ebuild b/app-xemacs/ilisp/ilisp-1.38.ebuild
index 9e0a973ad97..d47230fe62d 100644
--- a/app-xemacs/ilisp/ilisp-1.38.ebuild
+++ b/app-xemacs/ilisp/ilisp-1.38.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
@@ -13,6 +13,6 @@ app-xemacs/fsf-compat
 app-xemacs/xemacs-eterm
 app-xemacs/sh-script
 "
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
 
 inherit xemacs-packages


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/
@ 2018-10-28 20:18 Sergei Trofimovich
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2018-10-28 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     03593245799deaac025e2061114dbbe545cfeb47
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Oct 28 20:01:14 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 20:16:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03593245

app-xemacs/ilisp: stable 1.38 for sparc, bug #666312

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-xemacs/ilisp/ilisp-1.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-xemacs/ilisp/ilisp-1.38.ebuild b/app-xemacs/ilisp/ilisp-1.38.ebuild
index 14a3bf9726f..489d9615546 100644
--- a/app-xemacs/ilisp/ilisp-1.38.ebuild
+++ b/app-xemacs/ilisp/ilisp-1.38.ebuild
@@ -13,6 +13,6 @@ app-xemacs/fsf-compat
 app-xemacs/xemacs-eterm
 app-xemacs/sh-script
 "
-KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86"
 
 inherit xemacs-packages


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/
@ 2021-10-08  7:53 Mats Lidell
  0 siblings, 0 replies; 8+ messages in thread
From: Mats Lidell @ 2021-10-08  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     383b3c15aa7764104638628fa5299b2ba3ee9aee
Author:     Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  8 07:53:24 2021 +0000
Commit:     Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Fri Oct  8 07:53:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383b3c15

app-xemacs/ilisp: drop 1.34, 1.36

Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>

 app-xemacs/ilisp/Manifest          |  2 --
 app-xemacs/ilisp/ilisp-1.34.ebuild | 18 ------------------
 app-xemacs/ilisp/ilisp-1.36.ebuild | 18 ------------------
 3 files changed, 38 deletions(-)

diff --git a/app-xemacs/ilisp/Manifest b/app-xemacs/ilisp/Manifest
index fde268d6c48..5c544fbbeb8 100644
--- a/app-xemacs/ilisp/Manifest
+++ b/app-xemacs/ilisp/Manifest
@@ -1,3 +1 @@
-DIST ilisp-1.34-pkg.tar.gz 345867 BLAKE2B 7a3faf630fabf39f25f4cbb73fafdc261441699d75bcdad0c8117ee051ae59b06735306b77617ab75c092178cfe0f0e0b98b53bda01a3026f0728ba86bef25ee SHA512 c6d024383f6bb33dcc47f175895aace02bab209fa4ece11ac90812630e49a3ac43f10931a9398fcd9dc4f14747bdb0a0694fab4f67c9b15650bcf201fea7508c
-DIST ilisp-1.36-pkg.tar.gz 347911 BLAKE2B 4e8783055d06b4824c806c80d79dacb4bad8066fcd1afb9c6e3911a176792a6ee8b6ff269726178642d7c75ce12b47856abe82504c67fa8caa5291f89e9c0f39 SHA512 71a637f80df53ef59b5e2d56ab1c36790d702a7419831d1a1ed54f4e29570e0120c757af71675039fc7076625ad1379eae07a2895c01ced0b066de88bb62576d
 DIST ilisp-1.38-pkg.tar.gz 347693 BLAKE2B 41e83efd134dd013aed6da858db1df6276483f613e920127db9fd289ef3bb27e7d59a2e99ce39e4a6e57f9a76f12e178daa5787f133e2cd3de9a592444578d80 SHA512 157cdaf3a4bfec9602c8a63cf573a40d50d5d88d5c620e1f23e41ef7c272bbeaaf4937361ab412a4e79ad9d60fe0a2d8c99362d086e4ad7b60cf0c122f9b82e0

diff --git a/app-xemacs/ilisp/ilisp-1.34.ebuild b/app-xemacs/ilisp/ilisp-1.34.ebuild
deleted file mode 100644
index df17a9edec2..00000000000
--- a/app-xemacs/ilisp/ilisp-1.34.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Front-end for Inferior Lisp"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/mail-lib
-app-xemacs/fsf-compat
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/ilisp/ilisp-1.36.ebuild b/app-xemacs/ilisp/ilisp-1.36.ebuild
deleted file mode 100644
index df17a9edec2..00000000000
--- a/app-xemacs/ilisp/ilisp-1.36.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Front-end for Inferior Lisp"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/mail-lib
-app-xemacs/fsf-compat
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/
@ 2023-04-04 21:45 Mats Lidell
  0 siblings, 0 replies; 8+ messages in thread
From: Mats Lidell @ 2023-04-04 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4b159869aaf223aee561d156d2fa6687cc3b498a
Author:     Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 21:32:35 2023 +0000
Commit:     Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 21:45:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b159869

app-xemacs/ilisp: add 1.39

Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>

 app-xemacs/ilisp/Manifest          |  1 +
 app-xemacs/ilisp/ilisp-1.39.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/app-xemacs/ilisp/Manifest b/app-xemacs/ilisp/Manifest
index 5c544fbbeb8a..a8db8eec555a 100644
--- a/app-xemacs/ilisp/Manifest
+++ b/app-xemacs/ilisp/Manifest
@@ -1 +1,2 @@
 DIST ilisp-1.38-pkg.tar.gz 347693 BLAKE2B 41e83efd134dd013aed6da858db1df6276483f613e920127db9fd289ef3bb27e7d59a2e99ce39e4a6e57f9a76f12e178daa5787f133e2cd3de9a592444578d80 SHA512 157cdaf3a4bfec9602c8a63cf573a40d50d5d88d5c620e1f23e41ef7c272bbeaaf4937361ab412a4e79ad9d60fe0a2d8c99362d086e4ad7b60cf0c122f9b82e0
+DIST ilisp-1.39-pkg.tar.gz 335695 BLAKE2B a312ee0cb226e26912e2fab4042c4cdd984fd361ab2a1bbd414906ce106b9b41031bd93432b533b8acb55ba2b4d18a78d8f2078dbe0cb1b3254ddc62e66e1134 SHA512 eebce805ea2b2900fad229458a979f1cc173c37bc9534dc819e5204c1956f469a4b0a085ed687f4bab2c4ef196bd8a8363d1be0ebd3529b8a325cca5879750b5

diff --git a/app-xemacs/ilisp/ilisp-1.39.ebuild b/app-xemacs/ilisp/ilisp-1.39.ebuild
new file mode 100644
index 000000000000..db04154453c0
--- /dev/null
+++ b/app-xemacs/ilisp/ilisp-1.39.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SLOT="0"
+DESCRIPTION="Front-end for Inferior Lisp"
+XEMACS_PKG_CAT="standard"
+
+XEMACS_EXPERIMENTAL="true"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/mail-lib
+app-xemacs/fsf-compat
+app-xemacs/xemacs-eterm
+app-xemacs/sh-script
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+inherit xemacs-packages


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/
@ 2023-11-11 22:22 Mats Lidell
  0 siblings, 0 replies; 8+ messages in thread
From: Mats Lidell @ 2023-11-11 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     ee7dcca2204252d014ca4003faf0c706df608827
Author:     Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 22:18:57 2023 +0000
Commit:     Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 22:22:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7dcca2

app-xemacs/ilisp: mark ALLARCHES

Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>

 app-xemacs/ilisp/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/ilisp/metadata.xml b/app-xemacs/ilisp/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/ilisp/metadata.xml
+++ b/app-xemacs/ilisp/metadata.xml
@@ -5,4 +5,5 @@
     <email>xemacs@gentoo.org</email>
     <name>Gentoo XEmacs project</name>
   </maintainer>
+  <stabilize-allarches/>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/
@ 2023-11-12  2:34 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-11-12  2:34 UTC (permalink / raw
  To: gentoo-commits

commit:     004a7ddb88a3c12cbfb131307ce9cb257117aa87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 02:33:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 02:33:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004a7ddb

app-xemacs/ilisp: Stabilize 1.39 ALLARCHES, #917216

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-xemacs/ilisp/ilisp-1.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-xemacs/ilisp/ilisp-1.39.ebuild b/app-xemacs/ilisp/ilisp-1.39.ebuild
index db04154453c0..1214fc5e5fa4 100644
--- a/app-xemacs/ilisp/ilisp-1.39.ebuild
+++ b/app-xemacs/ilisp/ilisp-1.39.ebuild
@@ -15,6 +15,6 @@ app-xemacs/fsf-compat
 app-xemacs/xemacs-eterm
 app-xemacs/sh-script
 "
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
 
 inherit xemacs-packages


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/
@ 2024-01-24 20:24 Mats Lidell
  0 siblings, 0 replies; 8+ messages in thread
From: Mats Lidell @ 2024-01-24 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ec11e1855d6225526eb646a16a6e5a421f7a8958
Author:     Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 20:16:36 2024 +0000
Commit:     Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 20:24:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec11e185

app-xemacs/ilisp: drop 1.38

Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>

 app-xemacs/ilisp/Manifest          |  1 -
 app-xemacs/ilisp/ilisp-1.38.ebuild | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/app-xemacs/ilisp/Manifest b/app-xemacs/ilisp/Manifest
index a8db8eec555a..6dc23a9d0f62 100644
--- a/app-xemacs/ilisp/Manifest
+++ b/app-xemacs/ilisp/Manifest
@@ -1,2 +1 @@
-DIST ilisp-1.38-pkg.tar.gz 347693 BLAKE2B 41e83efd134dd013aed6da858db1df6276483f613e920127db9fd289ef3bb27e7d59a2e99ce39e4a6e57f9a76f12e178daa5787f133e2cd3de9a592444578d80 SHA512 157cdaf3a4bfec9602c8a63cf573a40d50d5d88d5c620e1f23e41ef7c272bbeaaf4937361ab412a4e79ad9d60fe0a2d8c99362d086e4ad7b60cf0c122f9b82e0
 DIST ilisp-1.39-pkg.tar.gz 335695 BLAKE2B a312ee0cb226e26912e2fab4042c4cdd984fd361ab2a1bbd414906ce106b9b41031bd93432b533b8acb55ba2b4d18a78d8f2078dbe0cb1b3254ddc62e66e1134 SHA512 eebce805ea2b2900fad229458a979f1cc173c37bc9534dc819e5204c1956f469a4b0a085ed687f4bab2c4ef196bd8a8363d1be0ebd3529b8a325cca5879750b5

diff --git a/app-xemacs/ilisp/ilisp-1.38.ebuild b/app-xemacs/ilisp/ilisp-1.38.ebuild
deleted file mode 100644
index 610c21109d16..000000000000
--- a/app-xemacs/ilisp/ilisp-1.38.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SLOT="0"
-DESCRIPTION="Front-end for Inferior Lisp"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-app-xemacs/mail-lib
-app-xemacs/fsf-compat
-app-xemacs/xemacs-eterm
-app-xemacs/sh-script
-"
-KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
-
-inherit xemacs-packages


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-01-24 20:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-04 21:45 [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ilisp/ Mats Lidell
  -- strict thread matches above, loose matches on Subject: below --
2024-01-24 20:24 Mats Lidell
2023-11-12  2:34 Sam James
2023-11-11 22:22 Mats Lidell
2021-10-08  7:53 Mats Lidell
2018-10-28 20:18 Sergei Trofimovich
2018-10-20 10:36 Mikle Kolyada
2018-08-10 21:00 Mats Lidell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox