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/primecount/
Date: Tue, 29 Apr 2025 00:23:45 +0000 (UTC)	[thread overview]
Message-ID: <1745886197.3cdedda85a645f1bc6097bafb4dff2474dbb78bd.mjo@gentoo> (raw)

commit:     3cdedda85a645f1bc6097bafb4dff2474dbb78bd
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 29 00:12:06 2025 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Apr 29 00:23:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdedda8

sci-mathematics/primecount: drop 7.6

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

 sci-mathematics/primecount/Manifest              |  1 -
 sci-mathematics/primecount/primecount-7.6.ebuild | 54 ------------------------
 2 files changed, 55 deletions(-)

diff --git a/sci-mathematics/primecount/Manifest b/sci-mathematics/primecount/Manifest
index cfec9e09faf2..02ab4dbd0adc 100644
--- a/sci-mathematics/primecount/Manifest
+++ b/sci-mathematics/primecount/Manifest
@@ -1,2 +1 @@
 DIST primecount-7.13.tar.gz 431676 BLAKE2B a02ba71af2b545f2a89e83018c3e9f2ab6ad5e567e5e72e3a0e85ccc132f1bc54b7dcc8b51ccdb1e727f6edcf050a856cee15e4180cc46a54fa8c5fe834d8cd8 SHA512 836c181e586a691708049d3ba04672e1dd4922160e17b3b03737ea55512186d3a529e003af08ff2e78f7bf7349cce0819c98144cfb89bd8208e4bad8124ae17b
-DIST primecount-7.6.tar.gz 382074 BLAKE2B f665db8724b32b2f057db96fdd6421d7a996ed4bda7f43cd405e6c05b59abab8672407c41b6fafdd9c68dae3f51b65305112c0724c95ce3fdb33b9dbfaadfbff SHA512 643372d9a011dba8a49f21eabc00068b77a5ef5dc6d12e6b55230b97f14dc9d1d855bb7ad662beda548e4ff1396f1b06d473e2fe4b81e7dbe9926aaadc4da360

diff --git a/sci-mathematics/primecount/primecount-7.6.ebuild b/sci-mathematics/primecount/primecount-7.6.ebuild
deleted file mode 100644
index 7ea70f3af335..000000000000
--- a/sci-mathematics/primecount/primecount-7.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake toolchain-funcs
-
-DESCRIPTION="Highly optimized CLI and library to count primes"
-HOMEPAGE="https://github.com/kimwalisch/primecount"
-SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/7"  # subslot is first component of libprimecount.so version
-KEYWORDS="amd64"
-IUSE="cpu_flags_x86_popcnt +executable openmp test"
-RESTRICT="!test? ( test )"
-
-DEPEND=">=sci-mathematics/primesieve-11.0:="
-RDEPEND="${DEPEND}"
-
-DOCS=(
-	ChangeLog
-	README.md
-	doc/Credits.md
-	doc/Easy-Special-Leaves.md
-	doc/Hard-Special-Leaves.md
-	doc/Records.md
-	doc/References.md
-	doc/alpha-factor-dr.pdf
-	doc/alpha-factor-gourdon.pdf
-	doc/alpha-factor-lmo.pdf
-	doc/libprimecount.md
-)
-
-pkg_pretend() {
-	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_LIBPRIMESIEVE="OFF"
-		-DBUILD_PRIMECOUNT="$(usex executable)"
-		-DBUILD_STATIC_LIBS="OFF"
-		-DBUILD_TESTS="$(usex test)"
-		-DWITH_OPENMP="$(usex openmp)"
-		-DWITH_POPCNT="$(usex cpu_flags_x86_popcnt)"
-	)
-
-	cmake_src_configure
-}


             reply	other threads:[~2025-04-29  0:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-29  0:23 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-28 17:49 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/primecount/ Sam James
2024-08-20 14:13 Michael Orlitzky
2024-07-27 23:14 Michael Orlitzky
2023-02-07 19:33 Michael Orlitzky
2023-02-07 19:33 Michael Orlitzky
2022-12-20 21:18 Michael Orlitzky
2022-10-20 20:02 Michael Orlitzky
2022-10-20 20:02 Michael Orlitzky
2022-08-22 15:06 Michael Orlitzky
2022-08-06 13:14 Michael Orlitzky
2022-08-06 13:14 Michael Orlitzky
2022-06-13 11:31 Michael Orlitzky
2022-05-16  8:12 David Seifert
2022-01-30 14:37 Michael Orlitzky
2021-12-26 14:57 Michael Orlitzky
2021-12-24 13:24 Michael Orlitzky

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=1745886197.3cdedda85a645f1bc6097bafb4dff2474dbb78bd.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