* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/msieve/
@ 2016-10-30 20:05 Sven Wegener
0 siblings, 0 replies; 5+ messages in thread
From: Sven Wegener @ 2016-10-30 20:05 UTC (permalink / raw
To: gentoo-commits
commit: 2eacb46374dea199e612f9bc1724c21bada82fd7
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 10:49:02 2016 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 20:04:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eacb463
sci-mathematics/msieve: Update SourceForge SVN URLs
Package-Manager: portage-2.2.28
sci-mathematics/msieve/msieve-9999.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/sci-mathematics/msieve/msieve-9999.ebuild b/sci-mathematics/msieve/msieve-9999.ebuild
index 7297b0c..9e9dd70 100644
--- a/sci-mathematics/msieve/msieve-9999.ebuild
+++ b/sci-mathematics/msieve/msieve-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -9,7 +9,7 @@ inherit eutils subversion toolchain-funcs
DESCRIPTION="A C library implementing a suite of algorithms to factor large integers"
HOMEPAGE="https://sourceforge.net/projects/msieve/"
#SRC_URI="mirror://sourceforge/${PN}/${PN}/Msieve%20v${PV}/${PN}${PV/./}src.tar.gz"
-ESVN_REPO_URI="https://msieve.svn.sourceforge.net/svnroot/msieve"
+ESVN_REPO_URI="https://svn.code.sf.net/p/msieve/code/trunk"
LICENSE="public-domain"
SLOT="0"
@@ -24,7 +24,6 @@ DEPEND="
RDEPEND="${DEPEND}"
src_prepare() {
- cd trunk
# TODO: Integrate ggnfs properly
sed -i -e 's/-march=k8//' Makefile || die
sed -i -e 's/CC =/#CC =/' Makefile || die
@@ -32,7 +31,6 @@ src_prepare() {
}
src_compile() {
- cd trunk
use ecm && export "ECM=1"
use mpi && export "MPI=1"
use zlib && export "ZLIB=1"
@@ -44,7 +42,6 @@ src_compile() {
}
src_install() {
- cd trunk
mkdir -p "${D}/usr/include/msieve"
mkdir -p "${D}/usr/lib/"
mkdir -p "${D}/usr/share/doc/${P}/"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/msieve/
@ 2019-06-30 21:07 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2019-06-30 21:07 UTC (permalink / raw
To: gentoo-commits
commit: fe50250815b07f0328a7235b2f4e5ca20bb96eb2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 21:06:49 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 21:06:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe502508
sci-mathematics/msieve: Remove gwnum USE dep
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-mathematics/msieve/{msieve-1.51.ebuild => msieve-1.51-r1.ebuild} | 5 ++---
sci-mathematics/msieve/{msieve-1.53.ebuild => msieve-1.53-r1.ebuild} | 3 +--
sci-mathematics/msieve/msieve-9999.ebuild | 5 ++---
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/sci-mathematics/msieve/msieve-1.51.ebuild b/sci-mathematics/msieve/msieve-1.51-r1.ebuild
similarity index 92%
rename from sci-mathematics/msieve/msieve-1.51.ebuild
rename to sci-mathematics/msieve/msieve-1.51-r1.ebuild
index ffe3772b82d..0b4672d57dc 100644
--- a/sci-mathematics/msieve/msieve-1.51.ebuild
+++ b/sci-mathematics/msieve/msieve-1.51-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,9 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zlib +ecm mpi"
-# some linking troubles with gwnum
DEPEND="
- ecm? ( sci-mathematics/gmp-ecm[-gwnum] )
+ ecm? ( sci-mathematics/gmp-ecm )
mpi? ( virtual/mpi )
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"
diff --git a/sci-mathematics/msieve/msieve-1.53.ebuild b/sci-mathematics/msieve/msieve-1.53-r1.ebuild
similarity index 94%
rename from sci-mathematics/msieve/msieve-1.53.ebuild
rename to sci-mathematics/msieve/msieve-1.53-r1.ebuild
index 534207e16fb..67933ca55df 100644
--- a/sci-mathematics/msieve/msieve-1.53.ebuild
+++ b/sci-mathematics/msieve/msieve-1.53-r1.ebuild
@@ -14,9 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zlib +ecm mpi"
-# some linking troubles with gwnum
DEPEND="
- ecm? ( sci-mathematics/gmp-ecm[-gwnum] )
+ ecm? ( sci-mathematics/gmp-ecm )
mpi? ( virtual/mpi )
zlib? ( sys-libs/zlib:= )"
RDEPEND="${DEPEND}"
diff --git a/sci-mathematics/msieve/msieve-9999.ebuild b/sci-mathematics/msieve/msieve-9999.ebuild
index 5da826bda06..d5ad2a8ec1b 100644
--- a/sci-mathematics/msieve/msieve-9999.ebuild
+++ b/sci-mathematics/msieve/msieve-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,9 +15,8 @@ SLOT="0"
KEYWORDS=""
IUSE="zlib +ecm mpi"
-# some linking troubles with gwnum
DEPEND="
- ecm? ( sci-mathematics/gmp-ecm[-gwnum] )
+ ecm? ( sci-mathematics/gmp-ecm )
mpi? ( virtual/mpi )
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/msieve/
@ 2020-02-08 16:25 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2020-02-08 16:25 UTC (permalink / raw
To: gentoo-commits
commit: 30fab25ef3f6e730a1a68601a1774ac061c479b8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 16:23:29 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 16:23:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fab25e
sci-mathematics/msieve: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-mathematics/msieve/msieve-1.53-r1.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/sci-mathematics/msieve/msieve-1.53-r1.ebuild b/sci-mathematics/msieve/msieve-1.53-r1.ebuild
index f590609455e..dd74649ec4b 100644
--- a/sci-mathematics/msieve/msieve-1.53-r1.ebuild
+++ b/sci-mathematics/msieve/msieve-1.53-r1.ebuild
@@ -46,11 +46,11 @@ src_compile() {
}
src_install() {
- mkdir -p "${ED%/}/usr/include/msieve"
- mkdir -p "${ED%/}/usr/lib/"
- mkdir -p "${ED%/}/usr/share/doc/${P}/"
- cp include/* "${ED%/}/usr/include/msieve" || die "Failed to install"
- cp libmsieve.a "${ED%/}/usr/lib/" || die "Failed to install"
+ mkdir -p "${ED}/usr/include/msieve"
+ mkdir -p "${ED}/usr/lib/"
+ mkdir -p "${ED}/usr/share/doc/${P}/"
+ cp include/* "${ED}/usr/include/msieve" || die "Failed to install"
+ cp libmsieve.a "${ED}/usr/lib/" || die "Failed to install"
dobin msieve
- cp Readme* "${ED%/}/usr/share/doc/${P}/" || die "Failed to install"
+ cp Readme* "${ED}/usr/share/doc/${P}/" || die "Failed to install"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/msieve/
@ 2021-03-31 10:17 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2021-03-31 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 81f08ed7814eb869dda2851efca433df263ed87e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 10:17:20 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 10:17:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f08ed7
sci-mathematics/msieve: Remove broken live ebuild
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-mathematics/msieve/msieve-9999.ebuild | 50 -------------------------------
1 file changed, 50 deletions(-)
diff --git a/sci-mathematics/msieve/msieve-9999.ebuild b/sci-mathematics/msieve/msieve-9999.ebuild
deleted file mode 100644
index 72fa0aaf997..00000000000
--- a/sci-mathematics/msieve/msieve-9999.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils subversion toolchain-funcs
-
-DESCRIPTION="A C library implementing a suite of algorithms to factor large integers"
-HOMEPAGE="https://sourceforge.net/projects/msieve/"
-#SRC_URI="mirror://sourceforge/${PN}/${PN}/Msieve%20v${PV}/${PN}${PV/./}src.tar.gz"
-ESVN_REPO_URI="https://svn.code.sf.net/p/msieve/code/trunk"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS=""
-IUSE="zlib +ecm mpi"
-
-DEPEND="
- ecm? ( sci-mathematics/gmp-ecm )
- mpi? ( virtual/mpi )
- zlib? ( sys-libs/zlib )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- # TODO: Integrate ggnfs properly
- sed -i -e 's/-march=k8//' Makefile || die
- sed -i -e 's/CC =/#CC =/' Makefile || die
- sed -i -e 's/CFLAGS =/CFLAGS +=/' Makefile || die
-}
-
-src_compile() {
- use ecm && export "ECM=1"
- use mpi && export "MPI=1"
- use zlib && export "ZLIB=1"
- emake \
- CC=$(tc-getCC) \
- AR=$(tc-getAR) \
- OPT_FLAGS="${CFLAGS}" \
- all
-}
-
-src_install() {
- mkdir -p "${D}/usr/include/msieve"
- mkdir -p "${D}/usr/lib/"
- mkdir -p "${D}/usr/share/doc/${P}/"
- cp include/* "${D}/usr/include/msieve" || die "Failed to install"
- cp libmsieve.a "${D}/usr/lib/" || die "Failed to install"
- dobin msieve
- cp Readme* "${D}/usr/share/doc/${P}/" || die "Failed to install"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/msieve/
@ 2021-05-31 17:49 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2021-05-31 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 82b7c385e26c0bf9ec7983be3e2ca9e87b019982
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 17:47:47 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 17:47:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b7c385
sci-mathematics/msieve: drop inactive maintainer
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-mathematics/msieve/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sci-mathematics/msieve/metadata.xml b/sci-mathematics/msieve/metadata.xml
index 64f70213222..1b40d2cd969 100644
--- a/sci-mathematics/msieve/metadata.xml
+++ b/sci-mathematics/msieve/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
- </maintainer>
+ <!-- maintainer-needed -->
<use>
<flag name="ecm">Enable support for the GMP-ECM library</flag>
</use>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-05-31 17:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-31 17:49 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/msieve/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2021-03-31 10:17 David Seifert
2020-02-08 16:25 David Seifert
2019-06-30 21:07 David Seifert
2016-10-30 20:05 Sven Wegener
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox