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

commit:     aa79798e157e870f399305fe24ebb009251c67b8
Author:     Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  4 08:35:06 2018 +0000
Commit:     Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  4 08:35:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa79798e

app-xemacs/calc: Version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-xemacs/calc/Manifest b/app-xemacs/calc/Manifest
index c2c2e70b94f..e95eb1f4ae2 100644
--- a/app-xemacs/calc/Manifest
+++ b/app-xemacs/calc/Manifest
@@ -1 +1,2 @@
 DIST calc-1.26-pkg.tar.gz 1600637 BLAKE2B 5ded27390d06e9e5ade53e6b33ad9583233ebae64f2600e9cb3c8717bac7e372bad4e45c2fad45f15090bfaa7e661f98a84414e297765dae0578a58f06b49394 SHA512 f727675754980f448d9607fd45b561642104888042fae35f64e20130e0ee7c9dae8cb24b07d871281e3e995b97addf268e6d2db390d900f4826c85c89c30845b
+DIST calc-1.28-pkg.tar.gz 1607492 BLAKE2B 34204674fd925dae07e0eb13c8303c38947dbe2bc7e7117b8cda96cbf3d100cf2ef12f94420e50e5dbbc925aa2a35383ab444734756f94e4920988750d999bd0 SHA512 829577c6cd1029e07ba1b813755bcf6b19d14be5e75e4d10c8e8dfca4dd250b66c76ce4cb63965274e2ba3235488d42112c295791c5dbc4ffd26faa855e70d90

diff --git a/app-xemacs/calc/calc-1.28.ebuild b/app-xemacs/calc/calc-1.28.ebuild
new file mode 100644
index 00000000000..28092079ac3
--- /dev/null
+++ b/app-xemacs/calc/calc-1.28.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="Emacs calculator"
+XEMACS_PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages


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

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

commit:     eb7ab84ebffa17887189b221887b9df9b27f146e
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 09:27:36 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 09:33:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7ab84e

app-xemacs/calc: 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/calc/calc-1.28.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-xemacs/calc/calc-1.28.ebuild b/app-xemacs/calc/calc-1.28.ebuild
index 28092079ac3..3f94d53e5c4 100644
--- a/app-xemacs/calc/calc-1.28.ebuild
+++ b/app-xemacs/calc/calc-1.28.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


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

* [gentoo-commits] repo/gentoo:master commit in: app-xemacs/calc/
@ 2021-10-09 20:56 Mats Lidell
  0 siblings, 0 replies; 3+ messages in thread
From: Mats Lidell @ 2021-10-09 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f288b43f8e3a00f6c7ea1afd7fe1a02b64b0fb39
Author:     Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  9 20:56:01 2021 +0000
Commit:     Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 20:56:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f288b43f

app-xemacs/calc: drop 1.26

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

 app-xemacs/calc/Manifest         |  1 -
 app-xemacs/calc/calc-1.26.ebuild | 14 --------------
 2 files changed, 15 deletions(-)

diff --git a/app-xemacs/calc/Manifest b/app-xemacs/calc/Manifest
index e95eb1f4ae2..6eb233d4590 100644
--- a/app-xemacs/calc/Manifest
+++ b/app-xemacs/calc/Manifest
@@ -1,2 +1 @@
-DIST calc-1.26-pkg.tar.gz 1600637 BLAKE2B 5ded27390d06e9e5ade53e6b33ad9583233ebae64f2600e9cb3c8717bac7e372bad4e45c2fad45f15090bfaa7e661f98a84414e297765dae0578a58f06b49394 SHA512 f727675754980f448d9607fd45b561642104888042fae35f64e20130e0ee7c9dae8cb24b07d871281e3e995b97addf268e6d2db390d900f4826c85c89c30845b
 DIST calc-1.28-pkg.tar.gz 1607492 BLAKE2B 34204674fd925dae07e0eb13c8303c38947dbe2bc7e7117b8cda96cbf3d100cf2ef12f94420e50e5dbbc925aa2a35383ab444734756f94e4920988750d999bd0 SHA512 829577c6cd1029e07ba1b813755bcf6b19d14be5e75e4d10c8e8dfca4dd250b66c76ce4cb63965274e2ba3235488d42112c295791c5dbc4ffd26faa855e70d90

diff --git a/app-xemacs/calc/calc-1.26.ebuild b/app-xemacs/calc/calc-1.26.ebuild
deleted file mode 100644
index 4d94e8a66b4..00000000000
--- a/app-xemacs/calc/calc-1.26.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="Emacs calculator"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages


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

end of thread, other threads:[~2021-10-09 20:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-04  8:35 [gentoo-commits] repo/gentoo:master commit in: app-xemacs/calc/ Mats Lidell
  -- strict thread matches above, loose matches on Subject: below --
2018-10-20  9:33 Mikle Kolyada
2021-10-09 20:56 Mats Lidell

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