[gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/

2020-09-22 Thread Aisha Tammy
commit: ba8e125607a481d848bd4fcbd5c19df59f062adf
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Sep 22 12:11:59 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Sep 22 12:11:59 2020 +
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  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..0
--- a/sci-libs/o2scl/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-   
-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.
-
-   
-   o2scl
-   
-

diff --git a/sci-libs/o2scl/o2scl-0.915.ebuild 
b/sci-libs/o2scl/o2scl-0.915.ebuild
deleted file mode 100644
index e7290d78d..0
--- 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
-}



[gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/

2015-06-08 Thread Justin Lecher
commit: bac7e20c45bd8399ec335d56239e38eb63ca02fc
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon Jun  8 11:39:38 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Jun  8 11:39:38 2015 +
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 j...@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 bicat...@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
-herdsci/herd
-longdescription lang=en
+  herdsci/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=sourceforgeo2scl/remote-id
+  /upstream
 /pkgmetadata



[gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/

2014-06-09 Thread Sebastien Fabbro
commit: f49899ada2f9c21d05701d6ad9e9cb04dd1f76f4
Author: Sébastien Fabbro bicatali AT gentoo DOT org
AuthorDate: Mon Jun  2 16:58:36 2014 +
Commit: Sebastien Fabbro bicatali AT gentoo DOT org
CommitDate: Mon Jun  2 16:58:36 2014 +
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 bicat...@gentoo.org +o2scl-0.915.ebuild,
+  -o2scl-0.914.ebuild:
+  Version bump
+
 *o2scl-0.914 (03 Mar 2014)
 
   03 Mar 2014; Sébastien Fabbro bicat...@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() {