public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/primegen/
Date: Fri,  3 Jan 2020 19:08:13 +0000 (UTC)	[thread overview]
Message-ID: <1578077617.6a62b1d3e56db740b1d3ce538653774c4e986393.asturm@gentoo> (raw)

commit:     6a62b1d3e56db740b1d3ce538653774c4e986393
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 18:45:25 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 18:53:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a62b1d3

sci-libs/primegen: Drop 0.97-r1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/primegen/primegen-0.97-r1.ebuild | 51 -------------------------------
 1 file changed, 51 deletions(-)

diff --git a/sci-libs/primegen/primegen-0.97-r1.ebuild b/sci-libs/primegen/primegen-0.97-r1.ebuild
deleted file mode 100644
index 4dc121e56cd..00000000000
--- a/sci-libs/primegen/primegen-0.97-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="Small, fast library to generate primes in order"
-HOMEPAGE="http://cr.yp.to/primegen.html"
-SRC_URI="http://cr.yp.to/primegen/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-man.patch"
-	epatch "${FILESDIR}/${P}-missing-headers.patch"
-	find . -type f -exec \
-		sed -i -e 's:\(primegen.a\):lib\1:' {} \;
-	mkdir usr
-}
-
-src_configure() {
-	# Fixes bug #161015
-	append-flags -fsigned-char
-	echo "$(tc-getCC) ${CFLAGS}" > conf-cc
-	echo "${S}/usr" > conf-home
-	echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
-}
-
-src_test() {
-	[[ $(./primes 1 100000000 | md5sum ) == "4e2b0027288a27e9c99699364877c9db "* ]] || die "test failed"
-}
-
-src_install() {
-	dobin primegaps primes primespeed
-	doman primegaps.1 primes.1 primespeed.1 primegen.3
-	dolib.a libprimegen.a
-	# include the 2 typedefs to avoid collision (bug #248327)
-	sed -i \
-		-e "s/#include \"uint32.h\"/$(grep typedef uint32.h)/" \
-		-e "s/#include \"uint64.h\"/$(grep typedef uint64.h)/" \
-		primegen.h || die
-	insinto /usr/include
-	doins primegen.h
-	dodoc BLURB CHANGES README TODO
-}


             reply	other threads:[~2020-01-03 19:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-03 19:08 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30 20:08 [gentoo-commits] repo/gentoo:master commit in: sci-libs/primegen/ Andreas K. Hüttel
2023-12-16 16:17 Arthur Zamarin
2020-01-03 14:30 Agostino Sarubbo
2020-01-01 15:30 Agostino Sarubbo

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=1578077617.6a62b1d3e56db740b1d3ce538653774c4e986393.asturm@gentoo \
    --to=asturm@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