public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/factory/
@ 2015-01-22  0:09 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2015-01-22  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2a38d5d263ed9c1d6d7396752db69bd12deed92d
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 17 12:32:43 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Jan 17 12:32:43 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2a38d5d2

sci-libs/factory: Move to EAPI=5

---
 sci-libs/factory/factory-3.1.1-r1.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sci-libs/factory/factory-3.1.1-r1.ebuild b/sci-libs/factory/factory-3.1.1-r1.ebuild
index b0ee3b1..cdfecc7 100644
--- a/sci-libs/factory/factory-3.1.1-r1.ebuild
+++ b/sci-libs/factory/factory-3.1.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="3"
+EAPI=5
 
 inherit autotools-utils versionator
 
@@ -17,8 +17,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~ppc"
 IUSE="singular"
 
-RESTRICT="mirror"
-
 DEPEND="dev-libs/gmp
 	>=dev-libs/ntl-5.4.1"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/factory/
@ 2015-01-22  0:09 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2015-01-22  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     48e131e52959d28d2a4775d1d9ac177cda59c77f
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Jan 19 07:29:56 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Jan 19 07:29:56 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=48e131e5

sci-libs/factory-3.1.1-r2: Improve removal of static libs

---
 sci-libs/factory/factory-3.1.1-r2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sci-libs/factory/factory-3.1.1-r2.ebuild b/sci-libs/factory/factory-3.1.1-r2.ebuild
index d3622fc..ada5536 100644
--- a/sci-libs/factory/factory-3.1.1-r2.ebuild
+++ b/sci-libs/factory/factory-3.1.1-r2.ebuild
@@ -42,7 +42,5 @@ src_install() {
 
 	# Passing --disable-static to configure won't disable the build of static libs,
 	# as libtool isn't used. Therefore the static libs are deleted after installed to ${D}.
-	if ! use static-libs; then
-		find "${D}" -type f -name "*.a" -delete || die
-	fi
+	use !static-libs || find "${ED}" -type f -name "*.a" -delete || die
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/factory/
@ 2015-01-22  0:09 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2015-01-22  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c3f5d486b2945f60d0ae8ccd62b68b860207731a
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 17 12:31:36 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Jan 17 12:31:36 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c3f5d486

Drop sci-libs/factory-3.1.1

---
 sci-libs/factory/factory-3.1.1.ebuild | 44 -----------------------------------
 1 file changed, 44 deletions(-)

diff --git a/sci-libs/factory/factory-3.1.1.ebuild b/sci-libs/factory/factory-3.1.1.ebuild
deleted file mode 100644
index fd19917..0000000
--- a/sci-libs/factory/factory-3.1.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils versionator
-
-MY_PV=$(replace_all_version_separators '-')
-
-DESCRIPTION="C++ library for representing multivariate polynomials"
-HOMEPAGE="http://www.mathematik.uni-kl.de/pub/Math/Singular/Factory"
-SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
-
-IUSE="singular"
-
-DEPEND="dev-libs/gmp
-		>=dev-libs/ntl-5.4.1"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-RESTRICT="mirror"
-
-pkg_setup () {
-	tc-export CC CPP CXX
-}
-
-src_prepare () {
-	epatch "${FILESDIR}"/${P}-gentoo.diff
-}
-
-src_configure () {
-	econf $(use_with singular Singular)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc README NEWS || die
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/factory/
@ 2015-01-22  0:09 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2015-01-22  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c6eb39ae487c5ba48e633e087af589c2a952747a
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 17 12:37:24 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Jan 17 12:37:24 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c6eb39ae

Add sci-libs/factory-3.1.1-r2 with support for static-libs use flag

---
 sci-libs/factory/ChangeLog               |  9 +++++-
 sci-libs/factory/factory-3.1.1-r2.ebuild | 47 ++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+), 1 deletion(-)

diff --git a/sci-libs/factory/ChangeLog b/sci-libs/factory/ChangeLog
index f8ef985..523d745 100644
--- a/sci-libs/factory/ChangeLog
+++ b/sci-libs/factory/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for sci-libs/factory
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*factory-3.1.1-r2 (17 Jan 2015)
+
+  17 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>
+  -factory-3.1.1.ebuild, factory-3.1.1-r1.ebuild, +factory-3.1.1-r2.ebuild:
+  Add 3.1.1-r2 with support for static-libs use flag;
+  Move 3.1.1-r1 to EAPI=5 and drop 3.1.1
+
 *factory-3.1.1-r1 (04 Sep 2010)
 
   04 Sep 2010; François Bissey <f.r.bissey@massey.ac.nz>

diff --git a/sci-libs/factory/factory-3.1.1-r2.ebuild b/sci-libs/factory/factory-3.1.1-r2.ebuild
new file mode 100644
index 0000000..a549a75
--- /dev/null
+++ b/sci-libs/factory/factory-3.1.1-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools-utils versionator
+
+MY_PV=$(replace_all_version_separators '-')
+
+DESCRIPTION="C++ library for representing multivariate polynomials"
+HOMEPAGE="http://www.mathematik.uni-kl.de/pub/Math/Singular/Factory"
+SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc"
+IUSE="singular static-libs"
+
+DEPEND="dev-libs/gmp
+	>=dev-libs/ntl-5.4.1"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}"
+
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+DOCS=( README NEWS )
+PATCHES=( "${FILESDIR}"/${P}-gentoo.diff )
+
+pkg_setup() {
+	tc-export CC CPP CXX
+}
+
+src_configure() {
+	myeconfargs=( $(use_with singular Singular) )
+
+	autotools-utils_src_configure
+}
+
+src_install() {
+	autotools-utils_src_install
+
+	# We cannot disable the build of static libs, so delete after installed to ${D}
+	if ! use static-libs; then
+		find "${D}" -type f -name "*.a" -delete || die
+	fi
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/factory/
@ 2015-01-22  0:09 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2015-01-22  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     036a5301d99d546433c7bc6f06ca8bdbbeed1725
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 18 09:40:52 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 09:40:52 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=036a5301

Add sci-libs/factory-3.1.1-r2: Adjust comment on static libs

---
 sci-libs/factory/factory-3.1.1-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-libs/factory/factory-3.1.1-r2.ebuild b/sci-libs/factory/factory-3.1.1-r2.ebuild
index a549a75..d3622fc 100644
--- a/sci-libs/factory/factory-3.1.1-r2.ebuild
+++ b/sci-libs/factory/factory-3.1.1-r2.ebuild
@@ -40,7 +40,8 @@ src_configure() {
 src_install() {
 	autotools-utils_src_install
 
-	# We cannot disable the build of static libs, so delete after installed to ${D}
+	# Passing --disable-static to configure won't disable the build of static libs,
+	# as libtool isn't used. Therefore the static libs are deleted after installed to ${D}.
 	if ! use static-libs; then
 		find "${D}" -type f -name "*.a" -delete || die
 	fi


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/factory/
@ 2015-01-22  0:09 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2015-01-22  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     660c3d62726e17ddd668fb0aa3d5148fdd0e1001
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 18 11:22:12 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 11:22:12 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=660c3d62

Drop sci-libs/factory-3.1.1-r1

---
 sci-libs/factory/ChangeLog               |  4 ++++
 sci-libs/factory/factory-3.1.1-r1.ebuild | 40 --------------------------------
 2 files changed, 4 insertions(+), 40 deletions(-)

diff --git a/sci-libs/factory/ChangeLog b/sci-libs/factory/ChangeLog
index 523d745..2ae9c7c 100644
--- a/sci-libs/factory/ChangeLog
+++ b/sci-libs/factory/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>
+  -factory-3.1.1-r1.ebuild:
+  Drop old revision
+
 *factory-3.1.1-r2 (17 Jan 2015)
 
   17 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>

diff --git a/sci-libs/factory/factory-3.1.1-r1.ebuild b/sci-libs/factory/factory-3.1.1-r1.ebuild
deleted file mode 100644
index cdfecc7..0000000
--- a/sci-libs/factory/factory-3.1.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit autotools-utils versionator
-
-MY_PV=$(replace_all_version_separators '-')
-
-DESCRIPTION="C++ library for representing multivariate polynomials"
-HOMEPAGE="http://www.mathematik.uni-kl.de/pub/Math/Singular/Factory"
-SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE="singular"
-
-DEPEND="dev-libs/gmp
-	>=dev-libs/ntl-5.4.1"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-AUTOTOOLS_IN_SOURCE_BUILD="1"
-DOCS=( README NEWS )
-PATCHES=( "${FILESDIR}"/${P}-gentoo.diff )
-
-pkg_setup() {
-	tc-export CC CPP CXX
-}
-
-src_configure() {
-	myeconfargs=( $(use_with singular Singular) )
-
-	autotools-utils_src_configure
-}
-
-# TODO: get rid of factories static libs ?


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/factory/
@ 2015-09-21 17:44 Justin Lecher
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2015-09-21 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     1a3f8bec7accf385ade1c3087bf376eb7f541618
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 17:38:42 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 17:38:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a3f8bec

sci-libs/factory: Add subslot operators

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/factory/factory-3.1.1-r2.ebuild |  3 ++-
 sci-libs/factory/metadata.xml            | 18 +++++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/sci-libs/factory/factory-3.1.1-r2.ebuild b/sci-libs/factory/factory-3.1.1-r2.ebuild
index 4562faf..d2dde0f 100644
--- a/sci-libs/factory/factory-3.1.1-r2.ebuild
+++ b/sci-libs/factory/factory-3.1.1-r2.ebuild
@@ -17,7 +17,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~ppc"
 IUSE="singular static-libs"
 
-DEPEND="dev-libs/gmp
+DEPEND="
+	dev-libs/gmp:0=
 	>=dev-libs/ntl-5.4.1"
 RDEPEND="${DEPEND}"
 

diff --git a/sci-libs/factory/metadata.xml b/sci-libs/factory/metadata.xml
index c4c8e8e..391f66a 100644
--- a/sci-libs/factory/metadata.xml
+++ b/sci-libs/factory/metadata.xml
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<maintainer>
-<email>tom111@gmx.de</email>
-<name>Thomas Kahle</name>
-</maintainer>
-<longdescription lang="en">
+	<herd>sci</herd>
+	<maintainer>
+		<email>tom111@gmx.de</email>
+		<name>Thomas Kahle</name>
+	</maintainer>
+	<longdescription lang="en">
 factory is a template library to handle recursive polynomial data
 </longdescription>
-<use>
-	<flag name="singular">Enable support for <pkg>sci-mathematics/singular</pkg></flag>
-</use>
+	<use>
+		<flag name="singular">Enable support for <pkg>sci-mathematics/singular</pkg></flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-09-21 17:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-21 17:44 [gentoo-commits] proj/sci:master commit in: sci-libs/factory/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-01-22  0:09 Christoph Junghans
2015-01-22  0:09 Christoph Junghans
2015-01-22  0:09 Christoph Junghans
2015-01-22  0:09 Christoph Junghans
2015-01-22  0:09 Christoph Junghans
2015-01-22  0:09 Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox