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/rivet/
Date: Sun, 30 Aug 2015 15:14:52
Message-Id: 1440947810.8b8701cf53207fed6fc78bfb8957d325038b3d8b.jauhien@gentoo
1 commit: 8b8701cf53207fed6fc78bfb8957d325038b3d8b
2 Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 15:16:50 2015 +0000
4 Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 15:16:50 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b8701cf
7
8 sci-physics/rivet: remove version imported to the tree
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-physics/rivet/ChangeLog | 3 ++
13 sci-physics/rivet/rivet-2.3.0.ebuild | 60 ------------------------------------
14 2 files changed, 3 insertions(+), 60 deletions(-)
15
16 diff --git a/sci-physics/rivet/ChangeLog b/sci-physics/rivet/ChangeLog
17 index 5e34a95..e4de2b5 100644
18 --- a/sci-physics/rivet/ChangeLog
19 +++ b/sci-physics/rivet/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 30 Aug 2015; Jauhien Piatlicki <jauhien@g.o> -rivet-2.3.0.ebuild:
25 + remove version imported to the tree
26 +
27 *rivet-2.3.0 (15 Aug 2015)
28
29 15 Aug 2015; Jauhien Piatlicki <jauhien@g.o> +rivet-2.3.0.ebuild:
30
31 diff --git a/sci-physics/rivet/rivet-2.3.0.ebuild b/sci-physics/rivet/rivet-2.3.0.ebuild
32 deleted file mode 100644
33 index 4029c73..0000000
34 --- a/sci-physics/rivet/rivet-2.3.0.ebuild
35 +++ /dev/null
36 @@ -1,60 +0,0 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -# $Id$
40 -
41 -EAPI=5
42 -
43 -AUTOTOOLS_IN_SOURCE_BUILD=1
44 -AUTOTOOLS_AUTORECONF=1
45 -PYTHON_COMPAT=( python2_7 )
46 -
47 -inherit python-single-r1 autotools-utils bash-completion-r1
48 -
49 -MYP=Rivet-${PV}
50 -
51 -DESCRIPTION="Toolkit for validation of Monte Carlo HEP event generators"
52 -HOMEPAGE="http://rivet.hepforge.org/"
53 -
54 -SRC_URI="http://www.hepforge.org/archive/${PN}/${MYP}.tar.bz2"
55 -LICENSE="GPL-2"
56 -
57 -SLOT="0"
58 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
59 -IUSE="doc python static-libs"
60 -
61 -RDEPEND="
62 - dev-libs/boost:0=
63 - sci-libs/gsl:0=
64 - sci-physics/fastjet:0=[plugins]
65 - sci-physics/hepmc:0=
66 - sci-physics/yoda:0=[python]
67 - python? ( ${PYTHON_DEPS} )"
68 -DEPEND="${RDEPEND}
69 - doc? ( app-doc/doxygen[latex,dot] )
70 - python? ( dev-python/cython[${PYTHON_USEDEP}] )"
71 -
72 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
73 -
74 -S="${WORKDIR}/${MYP}"
75 -
76 -pkg_setup() {
77 - use python && python-single-r1_pkg_setup
78 -}
79 -
80 -src_configure() {
81 - local myeconfargs=(
82 - $(use_enable python pyext)
83 - )
84 - autotools-utils_src_configure
85 -}
86 -
87 -src_compile() {
88 - autotools-utils_src_compile
89 - use doc && doxygen Doxyfile
90 -}
91 -
92 -src_install() {
93 - autotools-utils_src_install
94 - newbashcomp "${ED}"/usr/share/Rivet/rivet-completion rivet
95 - use doc && dohtml -r doxy/html/* && dodoc doc/rivet-manual.pdf
96 -}