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/nauty/
Date: Mon,  5 Jun 2023 12:33:54 +0000 (UTC)	[thread overview]
Message-ID: <1685967964.feee27afbcc09dc5f9290b8985f0c3df8ff2df08.mjo@gentoo> (raw)

commit:     feee27afbcc09dc5f9290b8985f0c3df8ff2df08
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 12:06:43 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 12:26:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feee27af

sci-mathematics/nauty: drop 2.7.4

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

 sci-mathematics/nauty/Manifest           |  2 -
 sci-mathematics/nauty/nauty-2.7.4.ebuild | 83 --------------------------------
 2 files changed, 85 deletions(-)

diff --git a/sci-mathematics/nauty/Manifest b/sci-mathematics/nauty/Manifest
index 6d6e6df96096..111f546fdc06 100644
--- a/sci-mathematics/nauty/Manifest
+++ b/sci-mathematics/nauty/Manifest
@@ -1,5 +1,3 @@
 DIST nauty-includes.patch 2530 BLAKE2B 8789bc2f65b89aa3bbf27e517f1c56340f9bde089ef54aa28757c66c3954b5c54e8a09b6989ad8d57098970240dd1838baa0003766fe10c7f6c32041abf461e3 SHA512 d11f530fecb86edc9e95f0b4d91240778047c0e84d6259c80490358baf0a3eeaa112acfe1fcdb594da6c6e17855f5e21cb75c88446b8d6d9e96402be0e5e6af2
-DIST nauty27r4.tar.gz 1731562 BLAKE2B 104481e5af3333b60574a7185848832ad08b0cfeb8378e3c89ddd3f2cc87023cd701889356fa196b529ddbf19232a733fe3e694d9573adef04c2ad86baaf38e5 SHA512 2ed691bf0a6806f77cccbd95ee7687a66b6e6342493a0d65636166727cf4ea8cd887187d88a3154d911f665deb8d6f5bbaba33c8a1b740a564a1fc52bf4b4520
 DIST nauty2_8_6.tar.gz 1546765 BLAKE2B be8aa8ef816c8833a79876e6bf99b0dc4a23922f48684c8a3272c01b0b4eb64959366cae363fbda4200354a0833942b64e85c009fc35a3d6fa02f9b74c9b9a74 SHA512 9bc597d4341a6a67aece0ad95ecd4a649f675def73e97af1d215cf7399cbd3fb8e39f140cbd6f69740f2083c7a5739d5089e746bb3f831250709e0d2b43548b5
-DIST nauty_2.7r4+ds-1.debian.tar.xz 45712 BLAKE2B e4a7a1d2b70b5fa969f708bbd56b47aaf422c268be23ffa7ceb3f9cc21ff8d27270556adadd43fe60309e7840e1541a586b1d9d42d90ba6207801e170b747922 SHA512 7384e7637a875c35f6da94707576aa26a94f981a750eb80991a837fa9ae245680f11ca57cf24a9efe1164dcd386c9888270688c1b3de30d1a81b67bb7c670dd9
 DIST nauty_2.8.6+ds-1.debian.tar.xz 62852 BLAKE2B fcbbed54b10d9dd4bdf82d8a72ef91866a235c7679266b8f395e2fe6b44a679e98f85462a42037094d856130d5456d9989749c416932f895bc17df8ef32241a2 SHA512 3784e0ec15c64ea6850f9198c61af3924fcedf1ffa4715fbd53a9bd1cd7defd69b543a8d4e6d46ef727918661409e2de77c89c3ca79f36769c1335b30bdd305c

diff --git a/sci-mathematics/nauty/nauty-2.7.4.ebuild b/sci-mathematics/nauty/nauty-2.7.4.ebuild
deleted file mode 100644
index a07631e57792..000000000000
--- a/sci-mathematics/nauty/nauty-2.7.4.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PV1=$(ver_rs 2 'r')
-MY_PV=$(ver_rs 1 '' $(ver_rs 2 'r'))
-DEBIAN_PATCH_VERSION=1
-
-DESCRIPTION="Computing automorphism groups of graphs and digraphs"
-HOMEPAGE="https://pallini.di.uniroma1.it/"
-
-SRC_URI="https://pallini.di.uniroma1.it/${PN}${MY_PV}.tar.gz
-	mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${MY_PV1}+ds-${DEBIAN_PATCH_VERSION}.debian.tar.xz
-	https://src.fedoraproject.org/rpms/nauty/raw/f35/f/nauty-includes.patch"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~riscv x86"
-IUSE="examples"
-
-BDEPEND="sys-apps/help2man"
-DEPEND="dev-libs/gmp:0
-	sys-libs/zlib
-	sci-mathematics/cliquer"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}${MY_PV}"
-
-DOCS=( schreier.txt formats.txt changes24-27.txt )
-
-PATCHES=(
-	"${WORKDIR}"/debian/patches/upstream-fix-gt_numorbits.patch
-	"${WORKDIR}"/debian/patches/upstream-C2help2man.patch
-	"${WORKDIR}"/debian/patches/upstream-autotoolization.patch
-	"${DISTDIR}"/nauty-includes.patch
-	"${WORKDIR}"/debian/patches/unbundle-cliquer.patch
-)
-
-src_prepare() {
-	default
-	rm makefile || die
-
-	# The debian patch looks for <cliquer.h>, but the autotools-form of
-	# cliquer installs that header as <cliquer/cliquer.h>.
-	sed -e 's~<cliquer\.h>~<cliquer/cliquer\.h>~' -i nautycliquer.h || die
-
-	# The debian autotools patch has only a placeholder in LT_INIT for
-	# the version that we must provide.
-	sed -e "s/@INJECTVER@/${PV}/" -i configure.ac || die
-
-	# This is not great, since consumers should expect to see the
-	# upstream versioning scheme in e.g. PKG_CHECK_MODULES. However, the
-	# upstream version is next to impossible to use for comparisons, so
-	# at least this fixes the QA warning and makes the pkg-config
-	# version useful on Gentoo?
-	sed -e "s/^Version:.*/Version: ${PV}/" -i nauty.pc.in || die
-
-	eautoreconf
-}
-
-src_configure() {
-	# Fedora has a patch to enable popcnt at runtime on CPUs that support it,
-	# but their patch isn't applying cleanly. What's worse, the patch doesn't
-	# support clang (bug 732020).
-	econf --disable-static \
-		  --disable-popcnt \
-		  --enable-tls \
-		  --enable-generic
-}
-
-src_install() {
-	default
-
-	if use examples; then
-		docinto examples
-		dodoc nautyex*.c
-	fi
-
-	find "${ED}" -name '*.la' -delete || die
-}


             reply	other threads:[~2023-06-05 12:33 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-05 12:33 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-14 22:44 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nauty/ Michael Orlitzky
2024-07-14 22:44 Michael Orlitzky
2024-07-14 20:17 Jakov Smolić
2024-01-22  5:53 Sam James
2023-12-15 14:16 Michael Orlitzky
2023-06-09 15:06 Arthur Zamarin
2023-06-05  4:35 Sam James
2023-06-05  4:35 Sam James
2022-12-21  2:16 Michael Orlitzky
2022-10-29 13:28 Michael Orlitzky
2022-10-27 23:46 Sam James
2022-10-25 10:44 Sam James
2022-08-11 11:50 Michael Orlitzky
2022-01-19  1:45 Michael Orlitzky
2022-01-18 22:13 Sam James
2022-01-18 21:50 Jakov Smolić
2021-12-29 13:46 Yixun Lan
2021-11-29  7:36 Arthur Zamarin
2021-11-23 13:25 Michael Orlitzky
2021-11-23  2:44 Michael Orlitzky
2021-06-16 17:50 Andrew Ammerlaan
2020-02-28 17:50 Agostino Sarubbo
2020-02-28 14:12 Agostino Sarubbo
2017-07-11  4:08 Christoph Junghans
2016-03-02 19:27 Markus Meier

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=1685967964.feee27afbcc09dc5f9290b8985f0c3df8ff2df08.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