Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/, sci-physics/root/files/
Date: Thu, 01 Oct 2015 06:06:44
Message-Id: 1443378552.6f07c2d62ee51108028aef334392b84ac39a9c81.jlec@gentoo
1 commit: 6f07c2d62ee51108028aef334392b84ac39a9c81
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sun Sep 27 18:27:34 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 18:29:12 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6f07c2d6
7
8 sci-physics/root: Drop desktop-patch (upstreamed), add http-useflag enabling THttpServer.
9
10 Package-Manager: portage-2.2.22
11
12 sci-physics/root/ChangeLog | 4 ++++
13 sci-physics/root/files/root-5.34.13-desktop.patch | 12 ------------
14 sci-physics/root/root-9999.ebuild | 2 +-
15 3 files changed, 5 insertions(+), 13 deletions(-)
16
17 diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
18 index 566f40c..77f4c1f 100644
19 --- a/sci-physics/root/ChangeLog
20 +++ b/sci-physics/root/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Id$
24
25 + 27 Sep 2015; Oliver Freyermuth <o.freyermuth@××××××××××.com> root-9999.ebuild:
26 + sci-physics/root: Drop desktop-patch (upstreamed),
27 + add http-useflag enabling THttpServer.
28 +
29 18 Jul 2015; Andrew Savchenko <bircoph@g.o> -root-5.34.32.ebuild,
30 -files/root-5.32.00-dotfont.patch, -files/root-5.34.05-nobyte-compile.patch,
31 -files/root-5.34.26-ldflags.patch, metadata.xml:
32
33 diff --git a/sci-physics/root/files/root-5.34.13-desktop.patch b/sci-physics/root/files/root-5.34.13-desktop.patch
34 deleted file mode 100644
35 index 7d47bcf..0000000
36 --- a/sci-physics/root/files/root-5.34.13-desktop.patch
37 +++ /dev/null
38 @@ -1,12 +0,0 @@
39 -diff --git a/etc/root.desktop b/etc/root.desktop
40 -index ca38211..688ecfa 100644
41 ---- a/etc/root.desktop
42 -+++ b/etc/root.desktop
43 -@@ -8,5 +8,5 @@ Name[de]=ROOT
44 - Comment=An object-oriented data analysis framework
45 - Comment[de]=Ein objektorientiertes Framework zur Datenanalyse
46 - StartupNotify=true
47 --MimeType=application/x-root;text/x-c++src
48 --Categories=Science;Development;Application;
49 -+MimeType=application/x-root;text/x-c++src;
50 -+Categories=Science;Development;
51
52 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
53 index 91415ff..3ff5618 100644
54 --- a/sci-physics/root/root-9999.ebuild
55 +++ b/sci-physics/root/root-9999.ebuild
56 @@ -195,7 +195,6 @@ src_prepare() {
57 "${FILESDIR}"/${PN}-5.32.00-cfitsio.patch \
58 "${FILESDIR}"/${PN}-5.32.00-chklib64.patch \
59 "${FILESDIR}"/${PN}-5.34.13-unuran.patch \
60 - "${FILESDIR}"/${PN}-5.34.13-desktop.patch \
61 "${FILESDIR}"/${PN}-6.00.01-dotfont.patch \
62 "${FILESDIR}"/${PN}-6.00.01-nobyte-compile.patch \
63 "${FILESDIR}"/${PN}-6.00.01-llvm.patch \
64 @@ -309,6 +308,7 @@ src_configure() {
65 $(use_enable fftw fftw3)
66 $(use_enable geocad)
67 $(use_enable graphviz gviz)
68 + $(use_enable http)
69 $(use_enable kerberos krb5)
70 $(use_enable ldap)
71 $(use_enable math genvector)