public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
Date: Wed, 26 May 2021 10:42:18 +0000 (UTC)	[thread overview]
Message-ID: <1622025657.6e63814cbcbbc5c2345219c7de00366e51a71067.mjo@gentoo> (raw)

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'
-}


             reply	other threads:[~2021-05-26 10:42 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26 10:42 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-21  3:38 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/ Michael Orlitzky
2024-09-21  3:38 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
2020-02-28 12:57 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1622025657.6e63814cbcbbc5c2345219c7de00366e51a71067.mjo@gentoo \
    --to=mjo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox