* [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/
@ 2016-02-27 12:32 Patrick Lauer
0 siblings, 0 replies; 10+ messages in thread
From: Patrick Lauer @ 2016-02-27 12:32 UTC (permalink / raw
To: gentoo-commits
commit: ddbb67b91c1393ead89c7087279682f21e96c1d2
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 12:30:46 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 12:31:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbb67b9
dev-lang/regina-rexx: Bump
Package-Manager: portage-2.2.27
dev-lang/regina-rexx/Manifest | 1 +
dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild | 46 +++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-lang/regina-rexx/Manifest b/dev-lang/regina-rexx/Manifest
index 64d09cb..6b6e69b 100644
--- a/dev-lang/regina-rexx/Manifest
+++ b/dev-lang/regina-rexx/Manifest
@@ -1 +1,2 @@
DIST Regina-REXX-3.6.tar.gz 1140272 SHA256 687a52327b74e75cf383c427268346ef884c9aed6cdd7d3108feff2171ecfbcc SHA512 07a65c633da97e2a696c3d038808fa377af05f99fef2322398f4712726f4b7311957afeb9e2c18988feb29392ef06ddae7f7bde1a7574af0b0e8bbd286aa2e8e WHIRLPOOL be930cd0e8cf96a95eccf61d711ec633d7acfaf7b383f2633ac696bddbf8c01ab2ba2ef4bda8cf0f4f9404128e9f3eabbb3168864a5b93360f46b5f09fa1feb1
+DIST Regina-REXX-3.9.1.tar.gz 1358458 SHA256 5d13df26987e27f25e7779a2efa87a5775213beeda449a9efac59b57a5d5f3ee SHA512 679d146d68598ccca28c4e66a12ab898d5bfb77e2e5d64ce5ffc9159b982dcda419815a83b05e5dfbe3acea84f8f59955726a6466defefe1ac24646c46609677 WHIRLPOOL f46e60eb15b290cf8ad0488eae1a4073155051d8be18a7118020937e81de91b4758b08e48f897be0e19dd382f99755b51d9c81368b7d894d2aa373b152921cdc
diff --git a/dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild b/dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild
new file mode 100644
index 0000000..9b932ad
--- /dev/null
+++ b/dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit autotools eutils toolchain-funcs
+
+DESCRIPTION="Portable Rexx interpreter"
+HOMEPAGE="http://regina-rexx.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/Regina-REXX-${PV}.tar.gz"
+
+LICENSE="LGPL-2.1 MPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+S=${WORKDIR}/Regina-REXX-${PV}
+
+MAKEOPTS+=" -j1"
+
+DOCS=( BUGS HACKERS.txt README.Unix README_SAFE TODO )
+
+src_prepare() {
+ sed -e 's/CFLAGS=/UPSTREAM_CFLAGS=/' -i common/incdebug.m4 || die
+
+ eautoconf
+ tc-export CC #don't move it as tc-getCC
+}
+
+src_compile() {
+ emake LIBEXE="$(tc-getAR)"
+}
+
+src_install() {
+ default
+ newinitd "${FILESDIR}"/rxstack-r1 rxstack
+}
+
+pkg_postinst() {
+ elog "You may want to run"
+ elog
+ elog "\trc-update add rxstack default"
+ elog
+ elog "to enable Rexx queues (optional)."
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/
@ 2016-04-26 22:27 Austin English
0 siblings, 0 replies; 10+ messages in thread
From: Austin English @ 2016-04-26 22:27 UTC (permalink / raw
To: gentoo-commits
commit: 28dddb91233e0d287d29f6af86e4f3f7247e1836
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 20:52:10 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 22:26:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dddb91
dev-lang/regina-rexx: remove regina-rexx-3.6-r2 / regina-rexx-3.9.1
Package-Manager: portage-2.2.26
dev-lang/regina-rexx/regina-rexx-3.6-r2.ebuild | 48 --------------------------
dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild | 46 ------------------------
2 files changed, 94 deletions(-)
diff --git a/dev-lang/regina-rexx/regina-rexx-3.6-r2.ebuild b/dev-lang/regina-rexx/regina-rexx-3.6-r2.ebuild
deleted file mode 100644
index 8210874..0000000
--- a/dev-lang/regina-rexx/regina-rexx-3.6-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="Portable Rexx interpreter"
-HOMEPAGE="http://regina-rexx.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/Regina-REXX-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1 MPL-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-S=${WORKDIR}/Regina-REXX-${PV}
-
-MAKEOPTS+=" -j1"
-
-DOCS=( BUGS HACKERS.txt README.Unix README_SAFE TODO )
-
-src_prepare() {
- sed -e 's/CFLAGS=/UPSTREAM_CFLAGS=/' -i common/incdebug.m4 || die
-
- epatch "${FILESDIR}"/${PN}-3.6-gentoo.patch
-
- eautoconf
- tc-export CC #don't move it as tc-getCC
-}
-
-src_compile() {
- emake LIBEXE="$(tc-getAR)"
-}
-
-src_install() {
- default
- newinitd "${FILESDIR}"/rxstack-r1 rxstack
-}
-
-pkg_postinst() {
- elog "You may want to run"
- elog
- elog "\trc-update add rxstack default"
- elog
- elog "to enable Rexx queues (optional)."
-}
diff --git a/dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild b/dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild
deleted file mode 100644
index 9b932ad..0000000
--- a/dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="Portable Rexx interpreter"
-HOMEPAGE="http://regina-rexx.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/Regina-REXX-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1 MPL-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-S=${WORKDIR}/Regina-REXX-${PV}
-
-MAKEOPTS+=" -j1"
-
-DOCS=( BUGS HACKERS.txt README.Unix README_SAFE TODO )
-
-src_prepare() {
- sed -e 's/CFLAGS=/UPSTREAM_CFLAGS=/' -i common/incdebug.m4 || die
-
- eautoconf
- tc-export CC #don't move it as tc-getCC
-}
-
-src_compile() {
- emake LIBEXE="$(tc-getAR)"
-}
-
-src_install() {
- default
- newinitd "${FILESDIR}"/rxstack-r1 rxstack
-}
-
-pkg_postinst() {
- elog "You may want to run"
- elog
- elog "\trc-update add rxstack default"
- elog
- elog "to enable Rexx queues (optional)."
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/
@ 2016-10-31 16:38 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2016-10-31 16:38 UTC (permalink / raw
To: gentoo-commits
commit: 59417a87ce9590ff8366d759d581a9a31eadd1f5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 16:37:56 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 16:38:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59417a87
dev-lang/regina-rexx: Fix the Manifest
dev-lang/regina-rexx/Manifest | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-lang/regina-rexx/Manifest b/dev-lang/regina-rexx/Manifest
index 6b6e69b..f49e57e 100644
--- a/dev-lang/regina-rexx/Manifest
+++ b/dev-lang/regina-rexx/Manifest
@@ -1,2 +1 @@
-DIST Regina-REXX-3.6.tar.gz 1140272 SHA256 687a52327b74e75cf383c427268346ef884c9aed6cdd7d3108feff2171ecfbcc SHA512 07a65c633da97e2a696c3d038808fa377af05f99fef2322398f4712726f4b7311957afeb9e2c18988feb29392ef06ddae7f7bde1a7574af0b0e8bbd286aa2e8e WHIRLPOOL be930cd0e8cf96a95eccf61d711ec633d7acfaf7b383f2633ac696bddbf8c01ab2ba2ef4bda8cf0f4f9404128e9f3eabbb3168864a5b93360f46b5f09fa1feb1
DIST Regina-REXX-3.9.1.tar.gz 1358458 SHA256 5d13df26987e27f25e7779a2efa87a5775213beeda449a9efac59b57a5d5f3ee SHA512 679d146d68598ccca28c4e66a12ab898d5bfb77e2e5d64ce5ffc9159b982dcda419815a83b05e5dfbe3acea84f8f59955726a6466defefe1ac24646c46609677 WHIRLPOOL f46e60eb15b290cf8ad0488eae1a4073155051d8be18a7118020937e81de91b4758b08e48f897be0e19dd382f99755b51d9c81368b7d894d2aa373b152921cdc
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/
@ 2018-08-20 9:45 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2018-08-20 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 7e6e071c69624ec1a08635ef29c26270649b9ff0
Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Aug 12 17:03:23 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Aug 20 09:45:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6e071c
dev-lang/regina-rexx: update link to upstream bug tracker. in metadata.xml
dev-lang/regina-rexx/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/regina-rexx/metadata.xml b/dev-lang/regina-rexx/metadata.xml
index 66f8c4898e6..ab9a547bb04 100644
--- a/dev-lang/regina-rexx/metadata.xml
+++ b/dev-lang/regina-rexx/metadata.xml
@@ -10,6 +10,6 @@
</longdescription>
<upstream>
<remote-id type="sourceforge">regina-rexx</remote-id>
- <bugs-to>https://sourceforge.net/tracker/?group_id=28102</bugs-to>
+ <bugs-to>https://sourceforge.net/p/regina-rexx/bugs/</bugs-to>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/
@ 2018-08-20 9:45 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2018-08-20 9:45 UTC (permalink / raw
To: gentoo-commits
commit: d3e31819e223aa3f3595c475028edb0f89a00f31
Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Aug 12 17:00:11 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Aug 20 09:44:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e31819
dev-lang/regina-rexx: update HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/9550
dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild b/dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild
index a6e6fd89af4..e3a31db968a 100644
--- a/dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild
+++ b/dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
inherit autotools eutils toolchain-funcs
DESCRIPTION="Portable Rexx interpreter"
-HOMEPAGE="http://regina-rexx.sourceforge.net"
+HOMEPAGE="https://regina-rexx.sourceforge.io/"
SRC_URI="mirror://sourceforge/${PN}/Regina-REXX-${PV}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.0"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/
@ 2021-07-14 4:10 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-07-14 4:10 UTC (permalink / raw
To: gentoo-commits
commit: f037d8ec055e342e73d24b691cffff35f8e41caa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 14 04:04:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 04:09:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f037d8ec
dev-lang/regina-rexx: add missing libcrypt dependency
Closes: https://bugs.gentoo.org/801973
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{regina-rexx-3.9.1-r1.ebuild => regina-rexx-3.9.1-r2.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild b/dev-lang/regina-rexx/regina-rexx-3.9.1-r2.ebuild
similarity index 90%
rename from dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild
rename to dev-lang/regina-rexx/regina-rexx-3.9.1-r2.ebuild
index bc100fa59cf..b09080ce292 100644
--- a/dev-lang/regina-rexx/regina-rexx-3.9.1-r1.ebuild
+++ b/dev-lang/regina-rexx/regina-rexx-3.9.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,12 +8,14 @@ inherit autotools
DESCRIPTION="Portable Rexx interpreter"
HOMEPAGE="https://regina-rexx.sourceforge.io/"
SRC_URI="mirror://sourceforge/${PN}/Regina-REXX-${PV}.tar.gz"
+S="${WORKDIR}/Regina-REXX-${PV}"
LICENSE="LGPL-2.1 MPL-1.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-S="${WORKDIR}/Regina-REXX-${PV}"
+RDEPEND="virtual/libcrypt:="
+DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${PN}-3.9.1-makefile.patch )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/
@ 2024-05-08 19:34 Mike Gilbert
0 siblings, 0 replies; 10+ messages in thread
From: Mike Gilbert @ 2024-05-08 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 55d587420881cbe1064ef2cfcc7e72235a7c37cc
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed May 8 19:27:40 2024 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed May 8 19:27:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d58742
dev-lang/regina-rexx: update SRC_URI
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild b/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild
index 88bd7934d186..6783de3c6f87 100644
--- a/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild
+++ b/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild
@@ -7,7 +7,7 @@ inherit autotools toolchain-funcs
DESCRIPTION="Portable Rexx interpreter"
HOMEPAGE="https://regina-rexx.sourceforge.io/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/
@ 2024-07-13 7:35 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2024-07-13 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 01e8577934ebf755d347e723d3195f5cbdcfef6f
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sat Jun 8 20:13:32 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 07:34:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e85779
dev-lang/regina-rexx: add myself as a maintainer
Bug: https://bugs.gentoo.org/931611
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-lang/regina-rexx/metadata.xml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-lang/regina-rexx/metadata.xml b/dev-lang/regina-rexx/metadata.xml
index 1d3a12c3cc85..db944ab7dde1 100644
--- a/dev-lang/regina-rexx/metadata.xml
+++ b/dev-lang/regina-rexx/metadata.xml
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>s390@gentoo.org</email>
- <name>s390 architecture team</name>
+ <maintainer type="person" proxied="yes">
+ <email>matoro_gentoo@matoro.tk</email>
+ <name>Matoro Mahri</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
</maintainer>
<longdescription>
Regina is a Rexx interpreter. Rexx is a programming language that was
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/
@ 2024-10-02 19:44 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-10-02 19:44 UTC (permalink / raw
To: gentoo-commits
commit: 56a214b114917def1074e4aba64a5d20025296c0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 2 19:43:51 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 19:43:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a214b1
dev-lang/regina-rexx: Stabilize 3.9.5 ppc64, #940656
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild b/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild
index 6783de3c6f87..ce3e45dd8439 100644
--- a/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild
+++ b/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz
LICENSE="LGPL-2.1 MPL-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ppc64"
RDEPEND="virtual/libcrypt:=
!dev-lang/oorexx"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/
@ 2024-10-02 22:53 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-10-02 22:53 UTC (permalink / raw
To: gentoo-commits
commit: 01004a38e3ceb682fde35ff1c4eff1947fadef93
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 2 22:50:23 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 22:52:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01004a38
dev-lang/regina-rexx: Stabilize 3.9.5 amd64, #940656
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild b/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild
index ce3e45dd8439..80909f1b885d 100644
--- a/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild
+++ b/dev-lang/regina-rexx/regina-rexx-3.9.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz
LICENSE="LGPL-2.1 MPL-1.0"
SLOT="0"
-KEYWORDS="~amd64 ppc64"
+KEYWORDS="amd64 ppc64"
RDEPEND="virtual/libcrypt:=
!dev-lang/oorexx"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-10-02 22:54 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-13 7:35 [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2024-10-02 22:53 Sam James
2024-10-02 19:44 Sam James
2024-05-08 19:34 Mike Gilbert
2021-07-14 4:10 Sam James
2018-08-20 9:45 Patrice Clement
2018-08-20 9:45 Patrice Clement
2016-10-31 16:38 Michał Górny
2016-04-26 22:27 Austin English
2016-02-27 12:32 Patrick Lauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox