Gentoo Archives: gentoo-commits

From: Jauhien Piatlicki <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/yoda/
Date: Sun, 30 Aug 2015 18:11:20
Message-Id: 1440956534.db5fc4b05f635a516e5e87bfab74068a261907ca.jauhien@gentoo
1 commit: db5fc4b05f635a516e5e87bfab74068a261907ca
2 Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 17:41:29 2015 +0000
4 Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 17:42:14 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=db5fc4b0
7
8 sci-physics/yoda: remove version imported to the tree
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-physics/yoda/ChangeLog | 3 +++
13 sci-physics/yoda/metadata.xml | 1 -
14 sci-physics/yoda/yoda-1.4.0.ebuild | 51 --------------------------------------
15 3 files changed, 3 insertions(+), 52 deletions(-)
16
17 diff --git a/sci-physics/yoda/ChangeLog b/sci-physics/yoda/ChangeLog
18 index 51a5a09..ee90f07 100644
19 --- a/sci-physics/yoda/ChangeLog
20 +++ b/sci-physics/yoda/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Id$
24
25 + 30 Aug 2015; Jauhien Piatlicki <jauhien@g.o> -yoda-1.4.0.ebuild:
26 + remove version imported to the tree
27 +
28 *yoda-1.4.0 (15 Aug 2015)
29
30 15 Aug 2015; Jauhien Piatlicki <jauhien@g.o> +yoda-1.4.0.ebuild:
31
32 diff --git a/sci-physics/yoda/metadata.xml b/sci-physics/yoda/metadata.xml
33 index b221b3a..d573312 100644
34 --- a/sci-physics/yoda/metadata.xml
35 +++ b/sci-physics/yoda/metadata.xml
36 @@ -10,7 +10,6 @@
37 in Rivet.
38 </longdescription>
39 <use>
40 - <flag name="c++11"> Build using the C++11 standard</flag>
41 <flag name='root'>Adds support for <pkg>sci-physics/root</pkg></flag>
42 </use>
43 </pkgmetadata>
44
45 diff --git a/sci-physics/yoda/yoda-1.4.0.ebuild b/sci-physics/yoda/yoda-1.4.0.ebuild
46 deleted file mode 100644
47 index 81c62f6..0000000
48 --- a/sci-physics/yoda/yoda-1.4.0.ebuild
49 +++ /dev/null
50 @@ -1,51 +0,0 @@
51 -# Copyright 1999-2015 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -# $Id$
54 -
55 -EAPI=5
56 -
57 -AUTOTOOLS_IN_SOURCE_BUILD=1
58 -PYTHON_COMPAT=( python2_7 )
59 -
60 -inherit python-single-r1 autotools-utils bash-completion-r1
61 -
62 -MYP=YODA-${PV}
63 -
64 -DESCRIPTION="Yet more Objects for (High Energy Physics) Data Analysis"
65 -HOMEPAGE="http://yoda.hepforge.org/"
66 -
67 -SRC_URI="http://www.hepforge.org/archive/${PN}/${MYP}.tar.bz2"
68 -LICENSE="GPL-2"
69 -
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
72 -IUSE="c++11 python root static-libs"
73 -
74 -RDEPEND="
75 - dev-libs/boost:0=
76 - python? ( ${PYTHON_DEPS} )
77 - root? ( sci-physics/root:0=[python=,${PYTHON_USEDEP}] )"
78 -DEPEND="${RDEPEND}
79 - python? ( dev-python/cython[${PYTHON_USEDEP}] )"
80 -
81 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
82 -
83 -S="${WORKDIR}/${MYP}"
84 -
85 -pkg_setup() {
86 - use python && python-single-r1_pkg_setup
87 -}
88 -
89 -src_configure() {
90 - local myeconfargs=(
91 - $(use_enable c++11 stdcxx11)
92 - $(use_enable python pyext)
93 - $(use_enable root)
94 - )
95 - autotools-utils_src_configure
96 -}
97 -
98 -src_install() {
99 - autotools-utils_src_install
100 - newbashcomp "${ED}"/usr/share/YODA/yoda-completion yoda
101 -}