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: Thu, 20 Oct 2022 20:02:06 +0000 (UTC)	[thread overview]
Message-ID: <1666296077.616e4e2f954efa8a8157e700f40c16b27473e93a.mjo@gentoo> (raw)

commit:     616e4e2f954efa8a8157e700f40c16b27473e93a
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 20:01:17 2022 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 20:01:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616e4e2f

sci-mathematics/primecount: drop 7.3

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

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

diff --git a/sci-mathematics/primecount/Manifest b/sci-mathematics/primecount/Manifest
index d9f757a35818..f9dc8e98b19c 100644
--- a/sci-mathematics/primecount/Manifest
+++ b/sci-mathematics/primecount/Manifest
@@ -1,2 +1 @@
-DIST primecount-7.3.tar.gz 360921 BLAKE2B 0d9ad7c791dba12b05e4c88703dc4bfc1f557a1443c8430f3921f1a6e99b740b437cb53f39e832d69c4148b597960b028e0f38e4f4d96e50434b1d020f4ea620 SHA512 56dcae60460c88368214e01f8e3618e6b61b13f2730bfd1f281721ef71d6136308ba6832e4bd25a1885e2c6142009c5772d6102f82c65e8522e990cb62c55e71
 DIST primecount-7.4.tar.gz 372374 BLAKE2B ca16004e1a1fe209452d1c4aa9d4dfe7816ff581ffbb9717ae9a8224815df0b672871ec3d749000099a91c8ee50bcc3c43cea3dcb9ff999436544bed2c2f5fde SHA512 20b33a1c0d2338f422a0da8723bafd35689f9c93918c7dcf64068aee1cd5e03f41d0ef49e39a7e920828b478e8faeda4fea477dacca1145c852f24d1f5e6ab5b

diff --git a/sci-mathematics/primecount/primecount-7.3.ebuild b/sci-mathematics/primecount/primecount-7.3.ebuild
deleted file mode 100644
index 617ab1e08c27..000000000000
--- a/sci-mathematics/primecount/primecount-7.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 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:="
-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:[~2022-10-20 20:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-20 20:02 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-20 14:13 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/primecount/ 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-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=1666296077.616e4e2f954efa8a8157e700f40c16b27473e93a.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