* [gentoo-commits] proj/sci:master commit in: sci-mathematics/bertini/
@ 2012-02-08 14:02 Thomas Kahle
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle @ 2012-02-08 14:02 UTC (permalink / raw
To: gentoo-commits
commit: f991b2d74234ceddfbfc776c62e92e728cf88498
Author: Thomas Kahle <tomka <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 8 13:54:24 2012 +0000
Commit: Thomas Kahle <tom111 <AT> gmx <DOT> de>
CommitDate: Wed Feb 8 13:54:33 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f991b2d7
Bertini-1.3.1 added
---
sci-mathematics/bertini/ChangeLog | 10 +++++
sci-mathematics/bertini/bertini-1.3.1.ebuild | 55 ++++++++++++++++++++++++++
sci-mathematics/bertini/metadata.xml | 29 +++++++++++++
3 files changed, 94 insertions(+), 0 deletions(-)
diff --git a/sci-mathematics/bertini/ChangeLog b/sci-mathematics/bertini/ChangeLog
new file mode 100644
index 0000000..4fd53ce
--- /dev/null
+++ b/sci-mathematics/bertini/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-mathematics/bertini
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*bertini-1.3.1 (08 Feb 2012)
+
+ 08 Feb 2012; Thomas Kahle <tomka@gentoo.org> +bertini-1.3.1.ebuild,
+ +metadata.xml:
+ Initially added
+
diff --git a/sci-mathematics/bertini/bertini-1.3.1.ebuild b/sci-mathematics/bertini/bertini-1.3.1.ebuild
new file mode 100644
index 0000000..16d3cf2
--- /dev/null
+++ b/sci-mathematics/bertini/bertini-1.3.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+# inherit eutils
+DESCRIPTION="Software for Numerical Algebraic Geometry"
+HOMEPAGE="http://www.nd.edu/~sommese/bertini/"
+
+# Point to any required sources; these will be automatically downloaded by
+# Portage.
+SRC_URI="x86? ( http://www.nd.edu/~sommese/bertini/BertiniLinux32_v1.3.1.tar.gz )
+ amd64? ( http://www.nd.edu/~sommese/bertini/BertiniLinux64_v1.3.1.tar.gz )"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+# Mirroring the tarballs is not allowed for now.
+RESTRICT="mirror"
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+ unpack ${A}
+ mkdir "${S}"
+ mv Bertini*/* "${S}" || die
+}
+
+
+src_install() {
+ dodir /opt/${P}
+ cp -R "${S}/" "${D}"opt/ || die
+ dosym ../${P}/bertini /opt/bin/bertini
+}
+
+# As part of the licence we display information about Bertini
+# This procedure was agreed upon with Jon Haustein
+pkg_postinst(){
+ elog "You just installed"
+ elog "Bertini: Software for Numerical Algebraic Geometry"
+ elog "Authors: Daniel J. Bates, Jonathan D. Hauenstein, Andrew J. Sommese, and"
+ elog "Charles W. Wampler"
+ elog ""
+ elog "For additional information about Bertini, please visit"
+ elog "http://www.nd.edu/~sommese/bertini."
+ elog ""
+ elog "Bertini is distributed free of charge on an ``as is'' basis with no"
+ elog "warranties, implied or otherwise, that it is suitable for any purpose. Its"
+ elog "intended usage is for educational and for research purposes, so that the"
+ elog "user may gain a greater understanding of numerical homotopy continuation"
+ elog "for solving systems of polynomial equations. Any other use is strictly the"
+ elog "user's responsibility."
+}
diff --git a/sci-mathematics/bertini/metadata.xml b/sci-mathematics/bertini/metadata.xml
new file mode 100644
index 0000000..857c663
--- /dev/null
+++ b/sci-mathematics/bertini/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-mathematics</herd>
+<maintainer>
+ <email>tomka@gentoo.org</email>
+</maintainer>
+<longdescription>
+Bertini: Software for Numerical Algebraic Geometry
+
+Facts in brief:
+
+ Purpose: The numerical solution of systems of polynomial equations
+
+ Approach: Homotopy continuation.
+
+ Authors: Daniel J. Bates, Jonathan D. Hauenstein, Andrew J. Sommese, Charles W. Wampler
+
+ Background: Bertini is a general-purpose solver, written in C, that was
+ created for research about polynomial continuation.
+
+ Cost: Bertini is distributed free of charge on an ``as is'' basis with no
+ warranties, implied or otherwise, that it is suitable for any purpose. Its
+ intended usage is educational, so that the user may gain a greater
+ understanding of numerical homotopy continuation for solving systems of
+ polynomial equations. Any other use is strictly the user's
+ responsibility. Please see the official license policy.
+</longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/bertini/
@ 2012-02-08 14:04 Thomas Kahle
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle @ 2012-02-08 14:04 UTC (permalink / raw
To: gentoo-commits
commit: b30282e6b3ff11fa398e618af09f0789b9b17406
Author: Thomas Kahle <tomka <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 8 14:03:57 2012 +0000
Commit: Thomas Kahle <tom111 <AT> gmx <DOT> de>
CommitDate: Wed Feb 8 14:03:57 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b30282e6
Fix Jon's name
(Portage version: 2.1.10.45/git/Linux x86_64, unsigned Manifest commit)
---
sci-mathematics/bertini/ChangeLog | 3 +++
sci-mathematics/bertini/bertini-1.3.1.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/sci-mathematics/bertini/ChangeLog b/sci-mathematics/bertini/ChangeLog
index 4fd53ce..bb04b94 100644
--- a/sci-mathematics/bertini/ChangeLog
+++ b/sci-mathematics/bertini/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Feb 2012; Thomas Kahle <tomka@gentoo.org> bertini-1.3.1.ebuild:
+ Fix Jon's name
+
*bertini-1.3.1 (08 Feb 2012)
08 Feb 2012; Thomas Kahle <tomka@gentoo.org> +bertini-1.3.1.ebuild,
diff --git a/sci-mathematics/bertini/bertini-1.3.1.ebuild b/sci-mathematics/bertini/bertini-1.3.1.ebuild
index 16d3cf2..cf13f60 100644
--- a/sci-mathematics/bertini/bertini-1.3.1.ebuild
+++ b/sci-mathematics/bertini/bertini-1.3.1.ebuild
@@ -36,7 +36,7 @@ src_install() {
}
# As part of the licence we display information about Bertini
-# This procedure was agreed upon with Jon Haustein
+# This procedure was agreed upon with Jon Hauenstein
pkg_postinst(){
elog "You just installed"
elog "Bertini: Software for Numerical Algebraic Geometry"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/bertini/
@ 2013-08-04 20:07 Thomas Kahle
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle @ 2013-08-04 20:07 UTC (permalink / raw
To: gentoo-commits
commit: e52bbca425217df6e580f9ef9dd9d0feb6e88b40
Author: Thomas Kahle <tomka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 4 20:06:19 2013 +0000
Commit: Thomas Kahle <tom111 <AT> gmx <DOT> de>
CommitDate: Sun Aug 4 20:06:19 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e52bbca4
Remove bertini. Open source version in main tree now.
---
sci-mathematics/bertini/ChangeLog | 17 ---------
sci-mathematics/bertini/bertini-1.3.1.ebuild | 54 ----------------------------
sci-mathematics/bertini/metadata.xml | 29 ---------------
3 files changed, 100 deletions(-)
diff --git a/sci-mathematics/bertini/ChangeLog b/sci-mathematics/bertini/ChangeLog
deleted file mode 100644
index e0d94d2..0000000
--- a/sci-mathematics/bertini/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for sci-mathematics/bertini
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 03 Mar 2013; Justin Lecher <jlec@gentoo.org> bertini-1.3.1.ebuild,
- metadata.xml:
- Clean wrong space and blank lines
-
- 08 Feb 2012; Thomas Kahle <tomka@gentoo.org> bertini-1.3.1.ebuild:
- Fix Jon's name
-
-*bertini-1.3.1 (08 Feb 2012)
-
- 08 Feb 2012; Thomas Kahle <tomka@gentoo.org> +bertini-1.3.1.ebuild,
- +metadata.xml:
- Initially added
-
diff --git a/sci-mathematics/bertini/bertini-1.3.1.ebuild b/sci-mathematics/bertini/bertini-1.3.1.ebuild
deleted file mode 100644
index fc2d8ab..0000000
--- a/sci-mathematics/bertini/bertini-1.3.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-# inherit eutils
-DESCRIPTION="Software for Numerical Algebraic Geometry"
-HOMEPAGE="http://www.nd.edu/~sommese/bertini/"
-
-# Point to any required sources; these will be automatically downloaded by
-# Portage.
-SRC_URI="x86? ( http://www.nd.edu/~sommese/bertini/BertiniLinux32_v1.3.1.tar.gz )
- amd64? ( http://www.nd.edu/~sommese/bertini/BertiniLinux64_v1.3.1.tar.gz )"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-# Mirroring the tarballs is not allowed for now.
-RESTRICT="mirror"
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- mkdir "${S}"
- mv Bertini*/* "${S}" || die
-}
-
-src_install() {
- dodir /opt/${P}
- cp -R "${S}/" "${D}"opt/ || die
- dosym ../${P}/bertini /opt/bin/bertini
-}
-
-# As part of the licence we display information about Bertini
-# This procedure was agreed upon with Jon Hauenstein
-pkg_postinst(){
- elog "You just installed"
- elog "Bertini: Software for Numerical Algebraic Geometry"
- elog "Authors: Daniel J. Bates, Jonathan D. Hauenstein, Andrew J. Sommese, and"
- elog "Charles W. Wampler"
- elog ""
- elog "For additional information about Bertini, please visit"
- elog "http://www.nd.edu/~sommese/bertini."
- elog ""
- elog "Bertini is distributed free of charge on an ``as is'' basis with no"
- elog "warranties, implied or otherwise, that it is suitable for any purpose. Its"
- elog "intended usage is for educational and for research purposes, so that the"
- elog "user may gain a greater understanding of numerical homotopy continuation"
- elog "for solving systems of polynomial equations. Any other use is strictly the"
- elog "user's responsibility."
-}
diff --git a/sci-mathematics/bertini/metadata.xml b/sci-mathematics/bertini/metadata.xml
deleted file mode 100644
index e0502e4..0000000
--- a/sci-mathematics/bertini/metadata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-mathematics</herd>
- <maintainer>
- <email>tomka@gentoo.org</email>
- </maintainer>
- <longdescription>
-Bertini: Software for Numerical Algebraic Geometry
-
-Facts in brief:
-
- Purpose: The numerical solution of systems of polynomial equations
-
- Approach: Homotopy continuation.
-
- Authors: Daniel J. Bates, Jonathan D. Hauenstein, Andrew J. Sommese, Charles W. Wampler
-
- Background: Bertini is a general-purpose solver, written in C, that was
- created for research about polynomial continuation.
-
- Cost: Bertini is distributed free of charge on an ``as is'' basis with no
- warranties, implied or otherwise, that it is suitable for any purpose. Its
- intended usage is educational, so that the user may gain a greater
- understanding of numerical homotopy continuation for solving systems of
- polynomial equations. Any other use is strictly the user's
- responsibility. Please see the official license policy.
-</longdescription>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-04 20:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08 14:04 [gentoo-commits] proj/sci:master commit in: sci-mathematics/bertini/ Thomas Kahle
-- strict thread matches above, loose matches on Subject: below --
2013-08-04 20:07 Thomas Kahle
2012-02-08 14:02 Thomas Kahle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox