From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8E31138359 for ; Tue, 22 Sep 2020 12:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF3B6E08AD; Tue, 22 Sep 2020 12:14:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9C73E08AD for ; Tue, 22 Sep 2020 12:14:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F40E4340E8C for ; Tue, 22 Sep 2020 12:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48507380 for ; Tue, 22 Sep 2020 12:14:10 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600776719.ba8e125607a481d848bd4fcbd5c19df59f062adf.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/o2scl/metadata.xml sci-libs/o2scl/o2scl-0.915.ebuild X-VCS-Directories: sci-libs/o2scl/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: ba8e125607a481d848bd4fcbd5c19df59f062adf X-VCS-Branch: master Date: Tue, 22 Sep 2020 12:14:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 571cabc1-17dd-4bbd-aaf6-e2c149834892 X-Archives-Hash: b90bcf76ef2b4ee660e949a5c8829a68 commit: ba8e125607a481d848bd4fcbd5c19df59f062adf Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 12:11:59 2020 +0000 Commit: Aisha Tammy aisha 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 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 @@ - - - - - sci@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..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 -}