summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-physics/root: version bump to 6.14/02Guilherme Amadio2018-07-312-4/+3
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* sci-physics/root: keep fonts dir, bug 643562Guilherme Amadio2018-07-063-3/+3
| | | | | | | Keep fonts directory until ROOT supports fontconfig. Closes: https://bugs.gentoo.org/643562 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sci-physics/root: add missing dependency on numpy with USE=tmvaGuilherme Amadio2018-07-053-0/+3
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sci-physics/root: drop oldGuilherme Amadio2018-07-0510-747/+0
| | | | | | | | | Closes: https://bugs.gentoo.org/651000 Closes: https://bugs.gentoo.org/620754 Closes: https://bugs.gentoo.org/632128 Closes: https://bugs.gentoo.org/638422 Closes: https://bugs.gentoo.org/649992 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sci-physics/root: add live ebuildGuilherme Amadio2018-07-051-0/+324
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sci-physics/root: version bump to 6.14/00Guilherme Amadio2018-07-054-0/+375
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sci-physics/root: revision bumpGuilherme Amadio2018-07-051-0/+313
| | | | | | | | | | - Use eapi7-ver instead of versionator - Update USE flags, add Qt5 support for new graphics - Move installation from /opt/root to /usr/lib/root - Drop installation of obsolete init scritps - Preparation for multi-slot support Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sci-physics/root: disable cling -isystem injection.Benda Xu2018-04-162-0/+23
| | | | | | | | | | | | | This fixes the ACLiC failure on Prefix. We use SYSROOT to guide llvm in ROOT to locate headers and libraries at build time. Such feature is not to be used at runtime. The patch has no effect to usual Gentoo, therefore applying it unconditionally. Closes: https://bugs.gentoo.org/653124 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sci-physics/root: fix bug 652954Guilherme Amadio2018-04-121-2/+0
| | | | | | | C_INCLUDE_DIRS+DEFAULT_SYSROOT lead to double prefix in include dirs. Closes: https://bugs.gentoo.org/652954 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sci-physics/root: remove unused patchesMichael Mair-Keimberger2018-04-052-91/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/7825
* sci-physics/root: disable all builtins by force, update CMake optionsGuilherme Amadio2018-03-221-61/+73
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sci-physics/root: drop unnecessary patchesGuilherme Amadio2018-03-221-5/+0
| | | | | | | Dropped patches were for the old configure/make build system. The new ebuilds now use CMake to build ROOT. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sci-physics/root: drop old workarounds for bundled packagesGuilherme Amadio2018-03-221-12/+0
| | | | | | | | Currently -Dfail-on-missing=ON should be enough to prevent usage of bundled packages. Also, these workarounds would fail in the next version bump since the builtins are being restructured upstream. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sci-physics/root: prefix supportGuilherme Amadio2018-03-221-1/+6
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sci-physics/root: do not look for ftgl and gl2ps with USE=-openglGuilherme Amadio2018-03-222-0/+24
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* Revert "sci-physics/root: have root6 compile on Prefix."Guilherme Amadio2018-03-222-50/+1
| | | | | This reverts commit 0fa97fd6f71bb38beb26c4015a1bf6b02d6207d3. This broke the build with USE=opengl.
* sci-physics/root: have root6 compile on Prefix.Benda Xu2018-03-202-1/+50
| | | | | | | | | 1. DEFAULT_SYSROOT of bundled llvm points to EPREFIX, so that system headers inside EPREFIX is used. 2. prefixify the CMakeList system headers copies. 3. disable ftgl search when USE=opengl is not set. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sci-physics/root: use newly added davix and xxhashGuilherme Amadio2018-03-191-2/+6
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sci-physics/root: version bump to 6.12/06Guilherme Amadio2018-03-063-36/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sci-physics/root: keep directories needed by rootd daemonGuilherme Amadio2018-03-061-0/+1
| | | | | Closes: https://bugs.gentoo.org/648692 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sci-physics/root: update GTK+ icon cacheGuilherme Amadio2018-03-061-2/+4
| | | | | Closes: https://bugs.gentoo.org/648694 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sci-physics/root: Force CMAKE_MAKEFILE_GENERATOR=emakeMichał Górny2018-02-241-0/+2
|
* sci-physics/root: set PATH and ROOTPATH, bug 641422Guilherme Amadio2018-01-191-2/+2
| | | | | | | | | The previous commit had a bug that overwrote the file with PATH setting. Now both PATH and ROOTPATH are properly set. Closes: https://bugs.gentoo.org/641422 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sci-physics/root: Fix patches for EAPI 6Justin Lecher2017-12-193-15/+16
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sci-physics/root: drop unused patchesGuilherme Amadio2017-12-185-137/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sci-physics/root: revision bumpGuilherme Amadio2017-12-181-0/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sci-physics/root: fix build with USE=oracleGuilherme Amadio2017-12-182-8/+36
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sci-physics/root: disable unused OCaml bindingsGuilherme Amadio2017-12-182-0/+50
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sci-physics/root: do not look for Z3, since it's not necessaryGuilherme Amadio2017-12-182-1/+41
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sci-physics/root: set ROOTPATH so that portage finds ROOT, bug 641422Guilherme Amadio2017-12-181-0/+1
| | | | | | | | As mentioned in the bug, this is needed for building packages that depend on ROOT, like sci-physics/{geant-vmc,gentfit,vgm}. Closes: https://bugs.gentoo.org/641422 Package-Manager: Portage-2.3.18, Repoman-2.3.6
* sci-physics/root: do not restrict Pythia versions, bug 641420Guilherme Amadio2017-12-181-2/+0
| | | | | | | | The use restriction is not necessary, as there are no conflicts between Pythia from slots 6 and 8. Closes: https://bugs.gentoo.org/641420 Package-Manager: Portage-2.3.18, Repoman-2.3.6
* sci-physics/root-5.34.36: move from fdo-mime to xdg-utilsGuilherme Amadio2017-12-151-5/+5
| | | | Package-Manager: Portage-2.3.18, Repoman-2.3.6
* sci-physics/root: drop old 6.04.06 versionGuilherme Amadio2017-12-153-500/+0
| | | | Package-Manager: Portage-2.3.18, Repoman-2.3.6
* sci-physics/root: version bump to 6.12.04Guilherme Amadio2017-12-154-9/+403
| | | | | | | | | Closes: https://bugs.gentoo.org/622034 Closes: https://bugs.gentoo.org/617160 Closes: https://bugs.gentoo.org/599274 Closes: https://bugs.gentoo.org/596290 Package-Manager: Portage-2.3.18, Repoman-2.3.6
* sci-physics/root: update package maintainerGuilherme Amadio2017-12-151-2/+2
|
* sci-physics: Update Manifest hashes.Ulrich Müller2017-12-101-2/+2
|
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-282-2/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sci-physics/root: remove oldAndrew Savchenko2016-12-223-469/+0
| | | | | Package-Manager: portage-2.3.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* sci-physics/root: x86 stable wrt bug #601682Agostino Sarubbo2016-12-191-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-physics/root: amd64 stable wrt bug #601682Agostino Sarubbo2016-12-191-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-physics/root: remove oldAndrew Savchenko2016-12-072-446/+0
| | | | | Package-Manager: portage-2.3.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* sci-physics/root: rename USE flag avahi -> zeroconfAndrew Savchenko2016-12-063-12/+14
| | | | | | | As suggested by pacho in bug 601682. Package-Manager: portage-2.3.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* sci-physics/root: Use zeroconf instead of avahi USE flag (#477620)Pacho Ramos2016-10-021-4/+5
| | | | Package-Manager: portage-2.3.1
* sci-physics/root: bump to 5.34.36.Benda Xu2016-07-232-0/+442
| | | | | | | | | | Support c++11. replace sed with hprefixify. Also bump root-docs. Package-Manager: portage-2.3.0
* sci-physics/root: remove oldAndrew Savchenko2016-06-195-542/+2
| | | | | Package-Manager: portage-2.3.0_rc1 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* sci-physics/root: fix bug 575686Andrew Savchenko2016-06-192-1/+60
| | | | | | | Apply upstream patch to support gsl-2. Package-Manager: portage-2.3.0_rc1 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* sci-physics/root: fix bug 586326Andrew Savchenko2016-06-194-12/+12
| | | | | | | | | While bug itself is of questionable validity (see parent bug 586238), affected dependencies have neither subslots nor multiple slots, thus := can be safely dropped. Package-Manager: portage-2.3.0_rc1 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* sci-physics/root: workaround for parallel make jobs.Benda Xu2016-05-191-0/+4
| | | | | | Bug: 571638 Package-Manager: portage-2.2.28
* sci-physics/root: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-182-2/+2
|