sci-physics/yoda: drop old 1.4.0
authorGuilherme Amadio <amadio@gentoo.org>
Fri, 9 Mar 2018 10:00:07 +0000 (11:00 +0100)
committerGuilherme Amadio <amadio@gentoo.org>
Fri, 9 Mar 2018 10:53:15 +0000 (11:53 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sci-physics/yoda/Manifest
sci-physics/yoda/metadata.xml
sci-physics/yoda/yoda-1.4.0.ebuild [deleted file]

index 0776986c70a58a5f8284f3d7b6d4c7cb64338934..acdf1b246ebec548f246169cca90b9036546380b 100644 (file)
@@ -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
index 61a7329540bc354ba8ae23f30921b794e0159281..8075483ee7b7aaf6b45e5ebad61e4adedf54fd8c 100644 (file)
@@ -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 (file)
index 81a8d7b..0000000
+++ /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
-}