* [gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/
@ 2012-12-19 19:43 Sebastien Fabbro
0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2012-12-19 19:43 UTC (permalink / raw
To: gentoo-commits
commit: 632a68272c632856dad43df697f8ca305d7c010d
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 05:42:34 2012 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 05:42:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=632a6827
sci-libs/o2scl: Initial import
Package-Manager: portage-2.2.01.21418-prefix
---
sci-libs/o2scl/ChangeLog | 9 +++++++
sci-libs/o2scl/metadata.xml | 12 ++++++++++
sci-libs/o2scl/o2scl-0.911.ebuild | 45 +++++++++++++++++++++++++++++++++++++
3 files changed, 66 insertions(+), 0 deletions(-)
diff --git a/sci-libs/o2scl/ChangeLog b/sci-libs/o2scl/ChangeLog
new file mode 100644
index 0000000..6aa7fc5
--- /dev/null
+++ b/sci-libs/o2scl/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-libs/o2scl
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*o2scl-0.911 (19 Dec 2012)
+
+ 19 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+ +o2scl-0.911.ebuild:
+ sci-libs/o2scl: Initial import
diff --git a/sci-libs/o2scl/metadata.xml b/sci-libs/o2scl/metadata.xml
new file mode 100644
index 0000000..6f32b15
--- /dev/null
+++ b/sci-libs/o2scl/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<longdescription lang="en">
+ O2scl is a C++ class library for object-oriented numerical
+ programming. It includes classes based on numerical routines from
+ GSL and CERNLIB and two sub-libraries: thermodynamics of ideal and
+ nearly-ideal particles with quantum statistics and e quations of
+ state for finite density relevant for neutron stars.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-libs/o2scl/o2scl-0.911.ebuild b/sci-libs/o2scl/o2scl-0.911.ebuild
new file mode 100644
index 0000000..b56034b
--- /dev/null
+++ b/sci-libs/o2scl/o2scl-0.911.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+inherit autotools-utils flag-o-matic
+
+DESCRIPTION="Object-oriented Scientific Computing Library"
+HOMEPAGE="http://o2scl.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug doc examples hdf5 static-libs"
+
+RDEPEND="sci-libs/gsl
+ hdf5? ( sci-libs/hdf5 )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ use debug || append-cppflags -DO2SCL_NO_RANGE_CHECK
+ local myeconfargs=(
+ $(use_enable hdf5 hdf)
+ $(use_enable hdf5 partlib)
+ $(use_enable hdf5 eoslib)
+ )
+ autotools-utils_src_configure
+}
+
+src_test() {
+ autotools-utils_src_test o2scl-test
+}
+
+src_install() {
+ autotools-utils_src_install
+ rm -r "${ED}"/usr/doc || die
+ use doc && dohtml doc/o2scl/html/*
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r examples
+ fi
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/
@ 2013-03-03 18:39 Sebastien Fabbro
0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2013-03-03 18:39 UTC (permalink / raw
To: gentoo-commits
commit: 0474f1b35672ba455390b8f392ed16b10d8db7ce
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 18:17:48 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 18:17:48 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0474f1b3
sci-libs/o2scl: Version bump
Package-Manager: portage-2.2.01.21688-prefix
---
sci-libs/o2scl/ChangeLog | 8 +++++++-
.../{o2scl-0.911.ebuild => o2scl-0.912.ebuild} | 7 ++++---
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/sci-libs/o2scl/ChangeLog b/sci-libs/o2scl/ChangeLog
index 6aa7fc5..e8a099b 100644
--- a/sci-libs/o2scl/ChangeLog
+++ b/sci-libs/o2scl/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-libs/o2scl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*o2scl-0.912 (03 Mar 2013)
+
+ 03 Mar 2013; Sébastien Fabbro <bicatali@gentoo.org> +o2scl-0.912.ebuild,
+ -o2scl-0.911.ebuild:
+ sci-libs/o2scl: Version bump
+
*o2scl-0.911 (19 Dec 2012)
19 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
diff --git a/sci-libs/o2scl/o2scl-0.911.ebuild b/sci-libs/o2scl/o2scl-0.912.ebuild
similarity index 92%
rename from sci-libs/o2scl/o2scl-0.911.ebuild
rename to sci-libs/o2scl/o2scl-0.912.ebuild
index b56034b..1432caf 100644
--- a/sci-libs/o2scl/o2scl-0.911.ebuild
+++ b/sci-libs/o2scl/o2scl-0.912.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils flag-o-matic
@@ -16,7 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc examples hdf5 static-libs"
-RDEPEND="sci-libs/gsl
+RDEPEND="
+ sci-libs/gsl
hdf5? ( sci-libs/hdf5 )"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/
@ 2013-08-19 23:33 Sebastien Fabbro
0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2013-08-19 23:33 UTC (permalink / raw
To: gentoo-commits
commit: 69c7cc191dc57a39abe579a5aabad49b1f6cecef
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 22:16:31 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 22:16:31 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=69c7cc19
sci-libs/o2scl: Version bump. Add boost as dependency
Package-Manager: portage-2.2.01.22288-prefix
RepoMan-Options: --force
---
sci-libs/o2scl/ChangeLog | 6 ++++++
sci-libs/o2scl/{o2scl-0.912.ebuild => o2scl-0.913.ebuild} | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/sci-libs/o2scl/ChangeLog b/sci-libs/o2scl/ChangeLog
index e8a099b..654c447 100644
--- a/sci-libs/o2scl/ChangeLog
+++ b/sci-libs/o2scl/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*o2scl-0.913 (19 Aug 2013)
+
+ 19 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> +o2scl-0.913.ebuild,
+ -o2scl-0.912.ebuild:
+ sci-libs/o2scl: Version bump. Add boost as dependency
+
*o2scl-0.912 (03 Mar 2013)
03 Mar 2013; Sébastien Fabbro <bicatali@gentoo.org> +o2scl-0.912.ebuild,
diff --git a/sci-libs/o2scl/o2scl-0.912.ebuild b/sci-libs/o2scl/o2scl-0.913.ebuild
similarity index 94%
rename from sci-libs/o2scl/o2scl-0.912.ebuild
rename to sci-libs/o2scl/o2scl-0.913.ebuild
index 1432caf..dca66aa 100644
--- a/sci-libs/o2scl/o2scl-0.912.ebuild
+++ b/sci-libs/o2scl/o2scl-0.913.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc examples hdf5 static-libs"
RDEPEND="
+ dev-libs/boost
sci-libs/gsl
hdf5? ( sci-libs/hdf5 )"
DEPEND="${RDEPEND}"
@@ -38,7 +39,7 @@ src_test() {
src_install() {
autotools-utils_src_install
rm -r "${ED}"/usr/doc || die
- use doc && dohtml doc/o2scl/html/*
+ use doc && dohtml -r doc/o2scl/html/*
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/
@ 2014-03-03 20:37 Sebastien Fabbro
0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2014-03-03 20:37 UTC (permalink / raw
To: gentoo-commits
commit: 4690d433fc2575c63105ead2087cb2788484661d
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 3 20:07:27 2014 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Mar 3 20:07:27 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4690d433
sci-libs/o2scl: Switch to EAPI5
Package-Manager: portage-2.2.8-prefix
---
sci-libs/o2scl/ChangeLog | 8 +++++++-
sci-libs/o2scl/{o2scl-0.913.ebuild => o2scl-0.914.ebuild} | 0
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/sci-libs/o2scl/ChangeLog b/sci-libs/o2scl/ChangeLog
index 654c447..83ed19d 100644
--- a/sci-libs/o2scl/ChangeLog
+++ b/sci-libs/o2scl/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-libs/o2scl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*o2scl-0.914 (03 Mar 2014)
+
+ 03 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> +o2scl-0.914.ebuild,
+ -o2scl-0.913.ebuild:
+ sci-libs/o2scl: Switch to EAPI5
+
*o2scl-0.913 (19 Aug 2013)
19 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> +o2scl-0.913.ebuild,
diff --git a/sci-libs/o2scl/o2scl-0.913.ebuild b/sci-libs/o2scl/o2scl-0.914.ebuild
similarity index 100%
rename from sci-libs/o2scl/o2scl-0.913.ebuild
rename to sci-libs/o2scl/o2scl-0.914.ebuild
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/
@ 2014-06-09 16:36 Sebastien Fabbro
0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2014-06-09 16:36 UTC (permalink / raw
To: gentoo-commits
commit: f49899ada2f9c21d05701d6ad9e9cb04dd1f76f4
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 16:58:36 2014 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 16:58:36 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f49899ad
Version bump
Package-Manager: portage-HEAD
---
sci-libs/o2scl/ChangeLog | 6 ++++++
sci-libs/o2scl/{o2scl-0.914.ebuild => o2scl-0.915.ebuild} | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/sci-libs/o2scl/ChangeLog b/sci-libs/o2scl/ChangeLog
index 83ed19d..37af493 100644
--- a/sci-libs/o2scl/ChangeLog
+++ b/sci-libs/o2scl/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*o2scl-0.915 (02 Jun 2014)
+
+ 02 Jun 2014; Sébastien Fabbro <bicatali@gentoo.org> +o2scl-0.915.ebuild,
+ -o2scl-0.914.ebuild:
+ Version bump
+
*o2scl-0.914 (03 Mar 2014)
03 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> +o2scl-0.914.ebuild,
diff --git a/sci-libs/o2scl/o2scl-0.914.ebuild b/sci-libs/o2scl/o2scl-0.915.ebuild
similarity index 93%
rename from sci-libs/o2scl/o2scl-0.914.ebuild
rename to sci-libs/o2scl/o2scl-0.915.ebuild
index c067d19..9a2236a 100644
--- a/sci-libs/o2scl/o2scl-0.914.ebuild
+++ b/sci-libs/o2scl/o2scl-0.915.ebuild
@@ -17,9 +17,9 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc examples hdf5 static-libs"
RDEPEND="
- dev-libs/boost
- sci-libs/gsl
- hdf5? ( sci-libs/hdf5 )"
+ dev-libs/boost:0=
+ sci-libs/gsl:0=
+ hdf5? ( sci-libs/hdf5:0= )"
DEPEND="${RDEPEND}"
src_configure() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/
@ 2015-06-08 12:19 Justin Lecher
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2015-06-08 12:19 UTC (permalink / raw
To: gentoo-commits
commit: bac7e20c45bd8399ec335d56239e38eb63ca02fc
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 11:39:38 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 11:39:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bac7e20c
sci-libs/o2scl: Updating remote-id in metadata.xml
Package-Manager: portage-2.2.20
sci-libs/o2scl/ChangeLog | 5 ++++-
sci-libs/o2scl/metadata.xml | 7 +++++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/sci-libs/o2scl/ChangeLog b/sci-libs/o2scl/ChangeLog
index 37af493..e0817cd 100644
--- a/sci-libs/o2scl/ChangeLog
+++ b/sci-libs/o2scl/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-libs/o2scl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ sci-libs/o2scl: Updating remote-id in metadata.xml
+
*o2scl-0.915 (02 Jun 2014)
02 Jun 2014; Sébastien Fabbro <bicatali@gentoo.org> +o2scl-0.915.ebuild,
diff --git a/sci-libs/o2scl/metadata.xml b/sci-libs/o2scl/metadata.xml
index 6f32b15..dd14258 100644
--- a/sci-libs/o2scl/metadata.xml
+++ b/sci-libs/o2scl/metadata.xml
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
O2scl is a C++ class library for object-oriented numerical
programming. It includes classes based on numerical routines from
GSL and CERNLIB and two sub-libraries: thermodynamics of ideal and
nearly-ideal particles with quantum statistics and e quations of
state for finite density relevant for neutron stars.
</longdescription>
+ <upstream>
+ <remote-id type="sourceforge">o2scl</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/
@ 2020-09-22 12:14 Aisha Tammy
0 siblings, 0 replies; 7+ messages in thread
From: Aisha Tammy @ 2020-09-22 12:14 UTC (permalink / raw
To: gentoo-commits
commit: ba8e125607a481d848bd4fcbd5c19df59f062adf
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 12:11:59 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 12:11:59 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba8e1256
sci-libs/o2scl: drop package
present in ::gentoo
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-libs/o2scl/metadata.xml | 18 ---------------
sci-libs/o2scl/o2scl-0.915.ebuild | 46 ---------------------------------------
2 files changed, 64 deletions(-)
diff --git a/sci-libs/o2scl/metadata.xml b/sci-libs/o2scl/metadata.xml
deleted file mode 100644
index 20d390281..000000000
--- a/sci-libs/o2scl/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
-O2scl is a C++ class library for object-oriented numerical
-programming. It includes classes based on numerical routines from
-GSL and CERNLIB and two sub-libraries: thermodynamics of ideal and
-nearly-ideal particles with quantum statistics and e quations of
-state for finite density relevant for neutron stars.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">o2scl</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-libs/o2scl/o2scl-0.915.ebuild b/sci-libs/o2scl/o2scl-0.915.ebuild
deleted file mode 100644
index e7290d78d..000000000
--- a/sci-libs/o2scl/o2scl-0.915.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit autotools-utils flag-o-matic
-
-DESCRIPTION="Object-oriented Scientific Computing Library"
-HOMEPAGE="http://o2scl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug doc examples hdf5 static-libs"
-
-RDEPEND="
- dev-libs/boost:0=
- sci-libs/gsl:0=
- hdf5? ( sci-libs/hdf5:0= )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- use debug || append-cppflags -DO2SCL_NO_RANGE_CHECK
- local myeconfargs=(
- $(use_enable hdf5 hdf)
- $(use_enable hdf5 partlib)
- $(use_enable hdf5 eoslib)
- )
- autotools-utils_src_configure
-}
-
-src_test() {
- autotools-utils_src_test o2scl-test
-}
-
-src_install() {
- autotools-utils_src_install
- rm -r "${ED}"/usr/doc || die
- use doc && dohtml -r doc/o2scl/html/*
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-09-22 12:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19 19:43 [gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/ Sebastien Fabbro
-- strict thread matches above, loose matches on Subject: below --
2013-03-03 18:39 Sebastien Fabbro
2013-08-19 23:33 Sebastien Fabbro
2014-03-03 20:37 Sebastien Fabbro
2014-06-09 16:36 Sebastien Fabbro
2015-06-08 12:19 Justin Lecher
2020-09-22 12:14 Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox