summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2018-03-09 11:00:07 +0100
committerGuilherme Amadio <amadio@gentoo.org>2018-03-09 11:53:15 +0100
commit5b9426e3ed6e3ae60d9dbf3459773c4e03953183 (patch)
tree4bb80db82e8bc8a8fcd2b1ad1545d9b038fe5cef /sci-physics/yoda
parentRevert "dev-python/matplotlib: cleaning 2.1.0" (diff)
downloadgentoo-5b9426e3ed6e3ae60d9dbf3459773c4e03953183.tar.gz
gentoo-5b9426e3ed6e3ae60d9dbf3459773c4e03953183.tar.bz2
gentoo-5b9426e3ed6e3ae60d9dbf3459773c4e03953183.zip
sci-physics/yoda: drop old 1.4.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-physics/yoda')
-rw-r--r--sci-physics/yoda/Manifest1
-rw-r--r--sci-physics/yoda/metadata.xml1
-rw-r--r--sci-physics/yoda/yoda-1.4.0.ebuild50
3 files changed, 0 insertions, 52 deletions
diff --git a/sci-physics/yoda/Manifest b/sci-physics/yoda/Manifest
index 0776986c70a5..acdf1b246ebe 100644
--- a/sci-physics/yoda/Manifest
+++ b/sci-physics/yoda/Manifest
@@ -1,2 +1 @@
-DIST YODA-1.4.0.tar.bz2 809432 BLAKE2B 5a02ccc67f9fe2bfea9471d2bb1518b0377747182551d8041fce3ee4058f701bf69170e37792d22d8efd00c9264eea8ae8e2673b14b46768953dcc4ca2ca6304 SHA512 f1873888f3d2c28d42ac54fa9f3fa4a98e648a638ebceffce0a2f742c5fb6647fabd0de49c00407741e937600fc8a12d33ca26b8b9cd9b81c28a4d2e11f2bd3a
DIST YODA-1.6.5.tar.bz2 818613 BLAKE2B 6a8762c4f8d4bbcacf11c1b9929cff4b00811d4e18c596122dce335782a741aa1c76fab4b2ed9897dc800af1a18dba809e4fa0956cb5eb6fc84cc98544c669d6 SHA512 bead0a3ada233c1fbafe66d25e65262c20d9a9dfa6265440320a0fc782e91b3ac6581698e2015d86f2b58dc305dedbc48ed648ff03ec9f6abc11a7fb27938b1a
diff --git a/sci-physics/yoda/metadata.xml b/sci-physics/yoda/metadata.xml
index 61a7329540bc..8075483ee7b7 100644
--- a/sci-physics/yoda/metadata.xml
+++ b/sci-physics/yoda/metadata.xml
@@ -13,7 +13,6 @@
in Rivet.
</longdescription>
<use>
- <flag name="c++11"> Build using the C++11 standard</flag>
<flag name="root">Adds support for <pkg>sci-physics/root</pkg></flag>
</use>
</pkgmetadata>
diff --git a/sci-physics/yoda/yoda-1.4.0.ebuild b/sci-physics/yoda/yoda-1.4.0.ebuild
deleted file mode 100644
index 81a8d7b03a90..000000000000
--- a/sci-physics/yoda/yoda-1.4.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 autotools-utils bash-completion-r1
-
-MYP=YODA-${PV}
-
-DESCRIPTION="Yet more Objects for (High Energy Physics) Data Analysis"
-HOMEPAGE="http://yoda.hepforge.org/"
-
-SRC_URI="http://www.hepforge.org/archive/${PN}/${MYP}.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="c++11 python root static-libs"
-
-RDEPEND="
- dev-libs/boost:0=
- python? ( ${PYTHON_DEPS} )
- root? ( sci-physics/root:0=[python=,${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}
- python? ( dev-python/cython[${PYTHON_USEDEP}] )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-S="${WORKDIR}/${MYP}"
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable c++11 stdcxx11)
- $(use_enable python pyext)
- $(use_enable root)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- newbashcomp "${ED}"/usr/share/YODA/yoda-completion yoda
-}