public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2015-10-31  9:36 Ian Delaney
  0 siblings, 0 replies; 18+ messages in thread
From: Ian Delaney @ 2015-10-31  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a289c56de026df3013b77253ef6dafe0de4d097d
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 02:44:11 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 09:36:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a289c56d

sci-mathematics/rw:  metadata.xml: update maintainer's email address

Package-Manager: portage-2.2.23

 sci-mathematics/rw/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/rw/metadata.xml b/sci-mathematics/rw/metadata.xml
index 29dcd6c..2487e63 100644
--- a/sci-mathematics/rw/metadata.xml
+++ b/sci-mathematics/rw/metadata.xml
@@ -10,7 +10,7 @@
   </maintainer>
 
   <maintainer>
-    <email>francois.bissey@canterbury.ac.nz</email>
+    <email>fbissey@slingshot.co.nz</email>
     <name>François Bissey</name>
   </maintainer>
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2016-06-03 13:23 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2016-06-03 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     3ce952baca9125fa4286ae17519a974fd82ac8fc
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 02:16:05 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 13:16:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce952ba

sci-mathematics/rw: new revision with EAPI=6 and ~x86 keywords.

The main goal of the new revision is to add ~x86 keywords. In the
process, the ebuild was updated to EAPI=6. That basically amounts
to replacing the autotools-utils eclass stuff.

Gentoo-Bug: 573728

Package-Manager: portage-2.2.28

 .../rw/{rw-0.7.ebuild => rw-0.7-r1.ebuild}          | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/sci-mathematics/rw/rw-0.7.ebuild b/sci-mathematics/rw/rw-0.7-r1.ebuild
similarity index 64%
rename from sci-mathematics/rw/rw-0.7.ebuild
rename to sci-mathematics/rw/rw-0.7-r1.ebuild
index e623511..ba4627f 100644
--- a/sci-mathematics/rw/rw-0.7.ebuild
+++ b/sci-mathematics/rw/rw-0.7-r1.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-
-inherit autotools-utils
+EAPI=6
 
 DESCRIPTION="Compute rank-width decompositions of graphs"
 AUTHORPAGE="http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/"
@@ -13,23 +11,16 @@ SRC_URI="${AUTHORPAGE}/software/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos"
-IUSE="+executable static-libs"
+KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux ~ppc-macos ~x86-macos ~x64-macos"
+IUSE="+executable"
 
 DEPEND="executable? ( >=dev-libs/igraph-0.6 )"
 RDEPEND="${DEPEND}"
 
 DOCDIR="/usr/share/doc/${PF}"
 
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
 src_configure(){
-	local myeconfargs=(
-		$(use_enable executable)
-		--docdir="${EPREFIX}${DOCDIR}"
-	)
-
-	autotools-utils_src_configure
+	econf $(use_enable executable) --docdir="${EPREFIX}${DOCDIR}"
 }
 
 src_install(){
@@ -37,5 +28,5 @@ src_install(){
 	# program. The rest of the docs are small so just leave everything
 	# uncompressed.
 	docompress -x "${DOCDIR}"
-	autotools-utils_src_install
+	default
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2016-09-25 22:38 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2016-09-25 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     70cab5d6e01b2358452e3e9a4b6ae98c0fad7b6a
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 22:37:47 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 22:38:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cab5d6

sci-mathematics/rw: update François Bissey's email address in metadata.xml.

Package-Manager: portage-2.2.28

 sci-mathematics/rw/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/rw/metadata.xml b/sci-mathematics/rw/metadata.xml
index a0e62e0..ba9f847 100644
--- a/sci-mathematics/rw/metadata.xml
+++ b/sci-mathematics/rw/metadata.xml
@@ -7,7 +7,7 @@
   </maintainer>
 
   <maintainer type="person">
-    <email>fbissey@slingshot.co.nz</email>
+    <email>francois.bissey@canterbury.ac.nz</email>
     <name>François Bissey</name>
   </maintainer>
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2016-10-16 14:28 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2016-10-16 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f44f0193a792635ea779651f2d2c50a9b0ccc7ae
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 14:23:36 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 14:24:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44f0193

sci-mathematics/rw: new revision with a blocker on media-gfx/xpaint.

We have a file collision (librw.so) with xpaint. Barring a better
solution, we should at least block it in RDEPEND so that users don't
see the collision. This new revision adds "!media-gfx/xpaint" to
RDEPEND.

Gentoo-Bug: 560210

Package-Manager: portage-2.3.0

 sci-mathematics/rw/{rw-0.7-r1.ebuild => rw-0.7-r2.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/rw/rw-0.7-r1.ebuild b/sci-mathematics/rw/rw-0.7-r2.ebuild
similarity index 84%
rename from sci-mathematics/rw/rw-0.7-r1.ebuild
rename to sci-mathematics/rw/rw-0.7-r2.ebuild
index ba4627f..e0712fd 100644
--- a/sci-mathematics/rw/rw-0.7-r1.ebuild
+++ b/sci-mathematics/rw/rw-0.7-r2.ebuild
@@ -7,7 +7,7 @@ EAPI=6
 DESCRIPTION="Compute rank-width decompositions of graphs"
 AUTHORPAGE="http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/"
 HOMEPAGE="${AUTHORPAGE}software/${PN}.shtml"
-SRC_URI="${AUTHORPAGE}/software/${P}.tar.gz"
+SRC_URI="${AUTHORPAGE}software/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux ~ppc-macos ~x86-macos ~x64-macos"
 IUSE="+executable"
 
 DEPEND="executable? ( >=dev-libs/igraph-0.6 )"
-RDEPEND="${DEPEND}"
+
+# We have a file collision (librw.so) with xpaint, bug 560210.
+RDEPEND="${DEPEND}
+	!media-gfx/xpaint"
 
 DOCDIR="/usr/share/doc/${PF}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2017-08-06  8:14 Amy Liffey
  0 siblings, 0 replies; 18+ messages in thread
From: Amy Liffey @ 2017-08-06  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1e4a935e8f47a15b0130e46e174dd9c9f5f768a2
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 08:13:41 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 08:13:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4a935e

sci-mathematics/rw: update proxy maintainer email

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sci-mathematics/rw/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/rw/metadata.xml b/sci-mathematics/rw/metadata.xml
index ba9f847ac42..888e9c75b94 100644
--- a/sci-mathematics/rw/metadata.xml
+++ b/sci-mathematics/rw/metadata.xml
@@ -7,7 +7,7 @@
   </maintainer>
 
   <maintainer type="person">
-    <email>francois.bissey@canterbury.ac.nz</email>
+    <email>frp.bissey@gmail.com</email>
     <name>François Bissey</name>
   </maintainer>
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2019-10-07 18:43 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2019-10-07 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ed0afbba56fed7035c49d7c53a4e8b1c93afac33
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 18:40:05 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 18:41:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0afbba

sci-mathematics/rw: new version 0.8.

This new version contains only minor documentation and build system
updates, but the project homepage was dead so this is also a good
opportunity to point the ebuild at upstream's SourceForge page.

Closes: https://bugs.gentoo.org/696676
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/rw/Manifest                            | 2 +-
 sci-mathematics/rw/metadata.xml                        | 4 ++++
 sci-mathematics/rw/{rw-0.7-r2.ebuild => rw-0.8.ebuild} | 7 +++----
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/sci-mathematics/rw/Manifest b/sci-mathematics/rw/Manifest
index 750baed85d9..d217ad56100 100644
--- a/sci-mathematics/rw/Manifest
+++ b/sci-mathematics/rw/Manifest
@@ -1 +1 @@
-DIST rw-0.7.tar.gz 322255 BLAKE2B 88d8f5da9b95619bd3cbb4fa3e006b64306e0dccb96f87945cbb86e757ba9ac68ee4446e558442afe1b06ef8bb9dcbbde2ac91872608e8b3c4732748f36c89e0 SHA512 2bccbaf1a7432b845e9bf14d79e350275d1ca417cb368e870b6cb1a310a92cce67c9e4ce3c550da2900a8e08c3771cc534d593f67267eee17d25c756d8c36e3b
+DIST rw-0.8.tar.gz 217215 BLAKE2B e6f379ce7cde0fafb0c6e234e8958018c0682ad47e60da3755a891b7eee4c910e84556252a333a12fe0cf2eac88863a272cb8fa6d2cfa4c9f1e93bd88bc6a2d2 SHA512 609d46fd3c76e2eb1724cc3e3ff9354d13b3c15ce23b96bef9f73f02b490e1d8713146230db079fcc87f45f5acc0e04130dac04e27589836e20891c63219f3ec

diff --git a/sci-mathematics/rw/metadata.xml b/sci-mathematics/rw/metadata.xml
index 888e9c75b94..76588843b8f 100644
--- a/sci-mathematics/rw/metadata.xml
+++ b/sci-mathematics/rw/metadata.xml
@@ -32,4 +32,8 @@
   <use>
     <flag name="executable">Build the 'rw' program.</flag>
   </use>
+
+  <upstream>
+    <remote-id type="sourceforge">rankwidth</remote-id>
+  </upstream>
 </pkgmetadata>

diff --git a/sci-mathematics/rw/rw-0.7-r2.ebuild b/sci-mathematics/rw/rw-0.8.ebuild
similarity index 82%
rename from sci-mathematics/rw/rw-0.7-r2.ebuild
rename to sci-mathematics/rw/rw-0.8.ebuild
index b7bbee63c20..97ddc55d7a6 100644
--- a/sci-mathematics/rw/rw-0.7-r2.ebuild
+++ b/sci-mathematics/rw/rw-0.8.ebuild
@@ -1,12 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Compute rank-width decompositions of graphs"
-AUTHORPAGE="http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/"
-HOMEPAGE="${AUTHORPAGE}software/${PN}.shtml"
-SRC_URI="${AUTHORPAGE}software/${P}.tar.gz"
+HOMEPAGE="https://sourceforge.net/projects/rankwidth/"
+SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2019-10-08 22:07 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2019-10-08 22:07 UTC (permalink / raw
  To: gentoo-commits

commit:     57dbd4a0c591e4c1fe219d6883c54b5a19e6ac27
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  8 22:04:47 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Oct  8 22:07:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57dbd4a0

sci-mathematics/rw: new revision to fix the build.

No good deed goes unpunished! The recent version bump that contained
only "minor build system and documentation fixes" broke the build. The
upstream v0.8 tarball contains symlinks to various important files
instead of the files themselves, and that doesn't always work. Instead,
we now run eautoreconf in src_prepare() to (re)generate those files.

Closes: https://bugs.gentoo.org/696986
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/rw/{rw-0.8.ebuild => rw-0.8-r1.ebuild} | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/sci-mathematics/rw/rw-0.8.ebuild b/sci-mathematics/rw/rw-0.8-r1.ebuild
similarity index 74%
rename from sci-mathematics/rw/rw-0.8.ebuild
rename to sci-mathematics/rw/rw-0.8-r1.ebuild
index 97ddc55d7a6..9a873189398 100644
--- a/sci-mathematics/rw/rw-0.8.ebuild
+++ b/sci-mathematics/rw/rw-0.8-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit autotools
+
 DESCRIPTION="Compute rank-width decompositions of graphs"
 HOMEPAGE="https://sourceforge.net/projects/rankwidth/"
 SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
@@ -20,6 +22,15 @@ RDEPEND="${DEPEND}
 
 DOCDIR="/usr/share/doc/${PF}"
 
+src_prepare() {
+	# The upstream tarball for v0.8 contains SYMLINKS to ar-lib,
+	# compile, install-sh, ltmain.sh, etc. And those symlinks don't
+	# always point to a working location for us, so we have to
+	# (re)generate actual files for that stuff. Bug 696986.
+	eautoreconf
+	default
+}
+
 src_configure(){
 	econf $(use_enable executable) --docdir="${EPREFIX}${DOCDIR}"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2020-02-28 12:57 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2020-02-28 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     7d9d78d4154c1aa111a5316b7c4fd13bb4319fd1
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 12:51:34 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 12:53:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9d78d4

sci-mathematics/rw: new revision sans the "rw" executable.

The main use case for rw is as a library, specifically one used by
SageMath. The "rw" executable was nice to have, but it pulls in
dev-libs/igraph, and igraph upstream has gone crazy and started
copy/pasting libraries into its "src" directory. Since igraph
will never be upgraded like that, it's staying unmaintained and
won't be stabilized, thereby blocking the stabilization of rw.

This commit drops the "rw" executable entirely, so that we can get rid
of the igraph dependency and stabilize a version of rw.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/rw/metadata.xml                       |  4 ----
 .../rw/{rw-0.8-r1.ebuild => rw-0.8-r2.ebuild}         | 19 +++++--------------
 2 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/sci-mathematics/rw/metadata.xml b/sci-mathematics/rw/metadata.xml
index 76588843b8f..4a95d1f4b12 100644
--- a/sci-mathematics/rw/metadata.xml
+++ b/sci-mathematics/rw/metadata.xml
@@ -29,10 +29,6 @@
     additions on masked integers" by Michael D. Adams and David S. Wise.
   </longdescription>
 
-  <use>
-    <flag name="executable">Build the 'rw' program.</flag>
-  </use>
-
   <upstream>
     <remote-id type="sourceforge">rankwidth</remote-id>
   </upstream>

diff --git a/sci-mathematics/rw/rw-0.8-r1.ebuild b/sci-mathematics/rw/rw-0.8-r2.ebuild
similarity index 69%
rename from sci-mathematics/rw/rw-0.8-r1.ebuild
rename to sci-mathematics/rw/rw-0.8-r2.ebuild
index 4ccfc56281e..cd1ab5d589b 100644
--- a/sci-mathematics/rw/rw-0.8-r1.ebuild
+++ b/sci-mathematics/rw/rw-0.8-r2.ebuild
@@ -12,13 +12,10 @@ SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="+executable"
-
-DEPEND="executable? ( >=dev-libs/igraph-0.6 )"
+IUSE=""
 
 # We have a file collision (librw.so) with xpaint, bug 560210.
-RDEPEND="${DEPEND}
-	!media-gfx/xpaint"
+RDEPEND="!media-gfx/xpaint"
 
 src_prepare() {
 	# The upstream tarball for v0.8 contains SYMLINKS to ar-lib,
@@ -30,13 +27,7 @@ src_prepare() {
 }
 
 src_configure() {
-	econf $(use_enable executable)
-}
-
-src_install() {
-	default
-	# The examples graphs are meant to be fed uncompressed into the 'rw'
-	# program. The rest of the docs are small so just leave everything
-	# uncompressed.
-	docompress -x /usr/share/doc/${PF}
+	# The executable depends on igraph, which has gone off the rails
+	# upstream and has copy/pasted ~10 libraries into its src/ directory.
+	econf --disable-executable
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2020-03-24 18:29 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2020-03-24 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     af956eea006b5d3d2aa5014a310b2a0a41476bfc
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 18:27:45 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 18:27:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af956eea

sci-mathematics/rw: maintainer stabilize on amd64/x86.

The best way to test this package is through its SageMath interface,
which I do pretty regularly. The latest revision just drops a USE
flag, and the previous one was around forever. It's stable.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/rw/rw-0.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/rw/rw-0.8-r2.ebuild b/sci-mathematics/rw/rw-0.8-r2.ebuild
index cd1ab5d589b..bc5bc34162b 100644
--- a/sci-mathematics/rw/rw-0.8-r2.ebuild
+++ b/sci-mathematics/rw/rw-0.8-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 # We have a file collision (librw.so) with xpaint, bug 560210.


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2020-05-26 23:28 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2020-05-26 23:28 UTC (permalink / raw
  To: gentoo-commits

commit:     fd15775af4196eefe3748260a6824955773672b0
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 23:27:10 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue May 26 23:27:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd15775a

sci-mathematics/rw: disable static libs and delete libtool archives.

Closes: https://bugs.gentoo.org/725530
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/rw/rw-0.8-r3.ebuild | 40 +++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/sci-mathematics/rw/rw-0.8-r3.ebuild b/sci-mathematics/rw/rw-0.8-r3.ebuild
new file mode 100644
index 00000000000..6bbd3085010
--- /dev/null
+++ b/sci-mathematics/rw/rw-0.8-r3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Compute rank-width decompositions of graphs"
+HOMEPAGE="https://sourceforge.net/projects/rankwidth/"
+SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+# We have a file collision (librw.so) with xpaint, bug 560210.
+RDEPEND="!media-gfx/xpaint"
+
+src_prepare() {
+	# The upstream tarball for v0.8 contains SYMLINKS to ar-lib,
+	# compile, install-sh, ltmain.sh, etc. And those symlinks don't
+	# always point to a working location for us, so we have to
+	# (re)generate actual files for that stuff. Bug 696986.
+	default
+	eautoreconf
+}
+
+src_configure() {
+	# The executable depends on igraph, which has gone off the rails
+	# upstream and has copy/pasted ~10 libraries into its src/ directory.
+	econf --disable-executable --disable-static
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete \
+		|| die 'failed to delete libtool archives'
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2020-06-22 21:50 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2020-06-22 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b82639effb1f9079247ade8163fddd285e0011b4
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 22 21:47:16 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Jun 22 21:47:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82639ef

sci-mathematics/rw: maintainer stabilize and drop old.

The -r3 is a trivial revision, and the best way to test this is
through SageMath, which I have already done.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/rw/rw-0.8-r2.ebuild | 33 ---------------------------------
 sci-mathematics/rw/rw-0.8-r3.ebuild |  2 +-
 2 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/sci-mathematics/rw/rw-0.8-r2.ebuild b/sci-mathematics/rw/rw-0.8-r2.ebuild
deleted file mode 100644
index bc5bc34162b..00000000000
--- a/sci-mathematics/rw/rw-0.8-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Compute rank-width decompositions of graphs"
-HOMEPAGE="https://sourceforge.net/projects/rankwidth/"
-SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-# We have a file collision (librw.so) with xpaint, bug 560210.
-RDEPEND="!media-gfx/xpaint"
-
-src_prepare() {
-	# The upstream tarball for v0.8 contains SYMLINKS to ar-lib,
-	# compile, install-sh, ltmain.sh, etc. And those symlinks don't
-	# always point to a working location for us, so we have to
-	# (re)generate actual files for that stuff. Bug 696986.
-	default
-	eautoreconf
-}
-
-src_configure() {
-	# The executable depends on igraph, which has gone off the rails
-	# upstream and has copy/pasted ~10 libraries into its src/ directory.
-	econf --disable-executable
-}

diff --git a/sci-mathematics/rw/rw-0.8-r3.ebuild b/sci-mathematics/rw/rw-0.8-r3.ebuild
index 6bbd3085010..979e8339519 100644
--- a/sci-mathematics/rw/rw-0.8-r3.ebuild
+++ b/sci-mathematics/rw/rw-0.8-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 # We have a file collision (librw.so) with xpaint, bug 560210.


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2021-01-06 15:19 Fabian Groffen
  0 siblings, 0 replies; 18+ messages in thread
From: Fabian Groffen @ 2021-01-06 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     e0fd3f3b3c78273c499c5752504bd358c3d66d2e
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 15:19:02 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 15:19:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fd3f3b

sci-mathematics/rw: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 sci-mathematics/rw/rw-0.8-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/rw/rw-0.8-r3.ebuild b/sci-mathematics/rw/rw-0.8-r3.ebuild
index 979e8339519..3daf3404e45 100644
--- a/sci-mathematics/rw/rw-0.8-r3.ebuild
+++ b/sci-mathematics/rw/rw-0.8-r3.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
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 # We have a file collision (librw.so) with xpaint, bug 560210.


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2021-02-28 14:26 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2021-02-28 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d6fd5dafd38358af6a01d365394e3329f16e67fa
Author:     François Bissey <frp.bissey <AT> gmail <DOT> com>
AuthorDate: Sun Feb 28 08:35:25 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 14:26:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fd5daf

sci-mathematics/rw: new upstream version

Closes: https://github.com/gentoo/gentoo/pull/19706
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: François René Pierre Bissey <frp.bissey <AT> gmail.com>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/rw/Manifest      |  1 +
 sci-mathematics/rw/rw-0.9.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/sci-mathematics/rw/Manifest b/sci-mathematics/rw/Manifest
index d217ad56100..03f8a2f53d1 100644
--- a/sci-mathematics/rw/Manifest
+++ b/sci-mathematics/rw/Manifest
@@ -1 +1,2 @@
 DIST rw-0.8.tar.gz 217215 BLAKE2B e6f379ce7cde0fafb0c6e234e8958018c0682ad47e60da3755a891b7eee4c910e84556252a333a12fe0cf2eac88863a272cb8fa6d2cfa4c9f1e93bd88bc6a2d2 SHA512 609d46fd3c76e2eb1724cc3e3ff9354d13b3c15ce23b96bef9f73f02b490e1d8713146230db079fcc87f45f5acc0e04130dac04e27589836e20891c63219f3ec
+DIST rw-0.9.tar.gz 340385 BLAKE2B 2eba540146094eea7adb26874ed6f7982e46a863c786bf6f4a55af2d1d3167641e10c324f2b0e0e366bb8f83503b5da5fb02447abf46ae955da78ac8fe6149b6 SHA512 f4f1910506cbdb557ca50bac6f63cfca3271a5df8d13c67d2d9bba79b9cdb03196a679e6091554175decbee0871888de71bed5746662c9a75418f0f5dd9bd609

diff --git a/sci-mathematics/rw/rw-0.9.ebuild b/sci-mathematics/rw/rw-0.9.ebuild
new file mode 100644
index 00000000000..17031e1789f
--- /dev/null
+++ b/sci-mathematics/rw/rw-0.9.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Compute rank-width decompositions of graphs"
+HOMEPAGE="https://sourceforge.net/projects/rankwidth/"
+SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE=""
+
+# We have a file collision (librw.so) with xpaint, bug 560210.
+RDEPEND="!media-gfx/xpaint"
+
+src_configure() {
+	# The executable depends on igraph, which has gone off the rails
+	# upstream and has copy/pasted ~10 libraries into its src/ directory.
+	econf --disable-executable --disable-static
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete \
+		|| die 'failed to delete libtool archives'
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2021-05-26  6:49 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2021-05-26  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5822080bd8868a0c4315b141d2cf5b5b6f9e2331
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 26 06:47:44 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 26 06:47:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5822080b

sci-mathematics/rw: amd64 stable wrt bug #792066

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-mathematics/rw/rw-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/rw/rw-0.9.ebuild b/sci-mathematics/rw/rw-0.9.ebuild
index 17031e1789f..a831cb6f9a2 100644
--- a/sci-mathematics/rw/rw-0.9.ebuild
+++ b/sci-mathematics/rw/rw-0.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 # We have a file collision (librw.so) with xpaint, bug 560210.


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2021-05-26  6:51 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2021-05-26  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c9178d9f4153f94c543f4b2d8dc3003a2ea5ffb1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 26 06:51:06 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 26 06:51:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9178d9f

sci-mathematics/rw: x86 stable wrt bug #792066

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-mathematics/rw/rw-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/rw/rw-0.9.ebuild b/sci-mathematics/rw/rw-0.9.ebuild
index a831cb6f9a2..66b44f3cc23 100644
--- a/sci-mathematics/rw/rw-0.9.ebuild
+++ b/sci-mathematics/rw/rw-0.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 # We have a file collision (librw.so) with xpaint, bug 560210.


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2021-05-26 10:42 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2021-05-26 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     6e63814cbcbbc5c2345219c7de00366e51a71067
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed May 26 10:40:57 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed May 26 10:40:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e63814c

sci-mathematics/rw: remove old "unused" rw-0.8-r3.ebuild.

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/rw/Manifest         |  1 -
 sci-mathematics/rw/rw-0.8-r3.ebuild | 40 -------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/sci-mathematics/rw/Manifest b/sci-mathematics/rw/Manifest
index 03f8a2f53d1..78105a50908 100644
--- a/sci-mathematics/rw/Manifest
+++ b/sci-mathematics/rw/Manifest
@@ -1,2 +1 @@
-DIST rw-0.8.tar.gz 217215 BLAKE2B e6f379ce7cde0fafb0c6e234e8958018c0682ad47e60da3755a891b7eee4c910e84556252a333a12fe0cf2eac88863a272cb8fa6d2cfa4c9f1e93bd88bc6a2d2 SHA512 609d46fd3c76e2eb1724cc3e3ff9354d13b3c15ce23b96bef9f73f02b490e1d8713146230db079fcc87f45f5acc0e04130dac04e27589836e20891c63219f3ec
 DIST rw-0.9.tar.gz 340385 BLAKE2B 2eba540146094eea7adb26874ed6f7982e46a863c786bf6f4a55af2d1d3167641e10c324f2b0e0e366bb8f83503b5da5fb02447abf46ae955da78ac8fe6149b6 SHA512 f4f1910506cbdb557ca50bac6f63cfca3271a5df8d13c67d2d9bba79b9cdb03196a679e6091554175decbee0871888de71bed5746662c9a75418f0f5dd9bd609

diff --git a/sci-mathematics/rw/rw-0.8-r3.ebuild b/sci-mathematics/rw/rw-0.8-r3.ebuild
deleted file mode 100644
index 3daf3404e45..00000000000
--- a/sci-mathematics/rw/rw-0.8-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Compute rank-width decompositions of graphs"
-HOMEPAGE="https://sourceforge.net/projects/rankwidth/"
-SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE=""
-
-# We have a file collision (librw.so) with xpaint, bug 560210.
-RDEPEND="!media-gfx/xpaint"
-
-src_prepare() {
-	# The upstream tarball for v0.8 contains SYMLINKS to ar-lib,
-	# compile, install-sh, ltmain.sh, etc. And those symlinks don't
-	# always point to a working location for us, so we have to
-	# (re)generate actual files for that stuff. Bug 696986.
-	default
-	eautoreconf
-}
-
-src_configure() {
-	# The executable depends on igraph, which has gone off the rails
-	# upstream and has copy/pasted ~10 libraries into its src/ directory.
-	econf --disable-executable --disable-static
-}
-
-src_install() {
-	default
-
-	find "${ED}" -name '*.la' -delete \
-		|| die 'failed to delete libtool archives'
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2024-09-21  3:38 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2024-09-21  3:38 UTC (permalink / raw
  To: gentoo-commits

commit:     401da970f62a477e147e2bbcc9e91b47c4161662
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 12:15:08 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 03:22:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401da970

sci-mathematics/rw: keyword 0.9 for ~riscv

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/rw/rw-0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/rw/rw-0.9.ebuild b/sci-mathematics/rw/rw-0.9.ebuild
index da2e390db2ad..b92817010d10 100644
--- a/sci-mathematics/rw/rw-0.9.ebuild
+++ b/sci-mathematics/rw/rw-0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 # We have a file collision (librw.so) with xpaint, bug 560210.


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
@ 2024-09-21  3:38 Michael Orlitzky
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Orlitzky @ 2024-09-21  3:38 UTC (permalink / raw
  To: gentoo-commits

commit:     78773a4c1ca902fb6580d1fb04fff14ea5e462ab
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 03:28:29 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 03:28:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78773a4c

sci-mathematics/rw: drop IUSE=""

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/rw/rw-0.9.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-mathematics/rw/rw-0.9.ebuild b/sci-mathematics/rw/rw-0.9.ebuild
index b92817010d10..5f2e0b011c6a 100644
--- a/sci-mathematics/rw/rw-0.9.ebuild
+++ b/sci-mathematics/rw/rw-0.9.ebuild
@@ -10,7 +10,6 @@ SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE=""
 
 # We have a file collision (librw.so) with xpaint, bug 560210.
 RDEPEND="!media-gfx/xpaint"


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

end of thread, other threads:[~2024-09-21  3:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-28 12:57 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2024-09-21  3:38 Michael Orlitzky
2024-09-21  3:38 Michael Orlitzky
2021-05-26 10:42 Michael Orlitzky
2021-05-26  6:51 Agostino Sarubbo
2021-05-26  6:49 Agostino Sarubbo
2021-02-28 14:26 Michael Orlitzky
2021-01-06 15:19 Fabian Groffen
2020-06-22 21:50 Michael Orlitzky
2020-05-26 23:28 Michael Orlitzky
2020-03-24 18:29 Michael Orlitzky
2019-10-08 22:07 Michael Orlitzky
2019-10-07 18:43 Michael Orlitzky
2017-08-06  8:14 Amy Liffey
2016-10-16 14:28 Michael Orlitzky
2016-09-25 22:38 Michael Orlitzky
2016-06-03 13:23 Michael Orlitzky
2015-10-31  9:36 Ian Delaney

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