Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/
Date: Fri, 04 Oct 2013 23:39:49
Message-Id: 1380929592.87ad44ebb13dffb8694c825f7fa8cc305fb21b15.bircoph@gentoo
1 commit: 87ad44ebb13dffb8694c825f7fa8cc305fb21b15
2 Author: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 4 23:33:12 2013 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
5 CommitDate: Fri Oct 4 23:33:12 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=87ad44eb
7
8 sci-physics/root: version bump (bug 486620)
9
10 ---
11 sci-physics/root/ChangeLog | 7 +++++++
12 sci-physics/root/{root-5.34.09.ebuild => root-5.34.10.ebuild} | 8 +++++---
13 2 files changed, 12 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
16 index 4bbc58b..84c4640 100644
17 --- a/sci-physics/root/ChangeLog
18 +++ b/sci-physics/root/ChangeLog
19 @@ -2,6 +2,13 @@
20 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 2012/03/29 18:21:49 bicatali Exp $
22
23 +*root-5.34.10 (04 Oct 2013)
24 +
25 + 04 Oct 2013; Andrew Savchenko <bircoph@×××××.com> -root-5.34.09.ebuild,
26 + +root-5.34.10.ebuild:
27 + Version bump per bug 486620 (changes by Oliver Freyermuth).
28 + Remove old.
29 +
30 *root-5.34.09 (29 Jun 2013)
31
32 29 Jun 2013; Andrew Savchenko <bircoph@×××××.com> -root-5.34.08.ebuild,
33
34 diff --git a/sci-physics/root/root-5.34.09.ebuild b/sci-physics/root/root-5.34.10.ebuild
35 similarity index 97%
36 rename from sci-physics/root/root-5.34.09.ebuild
37 rename to sci-physics/root/root-5.34.10.ebuild
38 index 24465e0..041300d 100644
39 --- a/sci-physics/root/root-5.34.09.ebuild
40 +++ b/sci-physics/root/root-5.34.10.ebuild
41 @@ -1,6 +1,6 @@
42 # Copyright 1999-2013 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.08.ebuild,v 1.2 2013/06/11 16:29:51 bicatali Exp $
45 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.09.ebuild,v 1.2 2013/09/05 19:44:52 mgorny Exp $
46
47 EAPI=5
48
49 @@ -14,7 +14,7 @@ else
50 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
51 fi
52
53 -PYTHON_COMPAT=( python2_{5,6,7} )
54 +PYTHON_COMPAT=( python2_{6,7} )
55 inherit elisp-common eutils fdo-mime fortran-2 multilib python-single-r1 toolchain-funcs user ${_GIT} versionator
56
57 ROOFIT_DOC_PV=2.91-33
58 @@ -41,7 +41,7 @@ SLOT="0"
59 LICENSE="LGPL-2.1"
60 IUSE="+X afs avahi -c++0x doc emacs examples fits fftw graphviz htmldoc
61 kerberos ldap +math +metric mpi mysql odbc +opengl openmp oracle postgres
62 - prefix pythia6 pythia8 python qt4 +reflex ruby ssl xinetd xml xrootd"
63 + prefix pythia6 pythia8 python qt4 +reflex ruby sqlite ssl xinetd xml xrootd"
64
65 REQUIRED_USE="
66 !X? ( !opengl !qt4 )
67 @@ -101,6 +101,7 @@ CDEPEND="
68 ruby? (
69 dev-lang/ruby
70 dev-ruby/rubygems )
71 + sqlite? ( dev-db/sqlite:3 )
72 ssl? ( dev-libs/openssl )
73 xml? ( dev-libs/libxml2 )
74 xrootd? ( >=net-libs/xrootd-3.2.0 )"
75 @@ -272,6 +273,7 @@ src_configure() {
76 $(use_enable reflex cintex) \
77 $(use_enable reflex) \
78 $(use_enable ruby) \
79 + $(use_enable sqlite) \
80 $(use_enable ssl) \
81 $(use_enable xml) \
82 $(use_enable xrootd) \