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>[email protected]</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
-}

Reply via email to