public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/factory/
Date: Thu, 22 Jan 2015 00:09:39 +0000 (UTC)	[thread overview]
Message-ID: <1421498244.c6eb39ae487c5ba48e633e087af589c2a952747a.ottxor@gentoo> (raw)

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
+}


             reply	other threads:[~2015-01-22  0:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22  0:09 Christoph Junghans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-21 17:44 [gentoo-commits] proj/sci:master commit in: sci-libs/factory/ Justin Lecher
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

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=1421498244.c6eb39ae487c5ba48e633e087af589c2a952747a.ottxor@gentoo \
    --to=ottxor@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