summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove redundant local descriptions of 'jemalloc' flagMichał Górny2018-10-201-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-physics/root: apply fixes from live ebuild to 6.14Guilherme Amadio2018-09-171-5/+1
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sci-physics/root: Fix clean-up code and compile optionsJochen Klein2018-09-171-5/+2
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/9894 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* sci-physics/root: add Python 3.7 to PYTHON_COMPATGuilherme Amadio2018-08-302-2/+2
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* sci-physics/root: add back patch for bug 653124Guilherme Amadio2018-08-293-0/+3
| | | | | | | The patch was dropped by mistake on a revision bump. Bug: https://bugs.gentoo.org/653124 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* sci-physics/root: remove config/ from cleanup dirsGuilherme Amadio2018-08-283-3/+3
| | | | | | Some of these files are needed by dependent projects. Package-Manager: Portage-2.3.48, Repoman-2.3.10
* sci-physics/root: version bump to 6.14.04Guilherme Amadio2018-08-242-2/+3
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* sci-physics/root: revision bump for ROOT 6.12Guilherme Amadio2018-08-241-0/+0
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* sci-physics/root: enable support for nVidia CUDAGuilherme Amadio2018-08-243-8/+13
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* sci-physics/root: update REQUIRED_USEGuilherme Amadio2018-08-243-3/+6
| | | | | | Qt5 support gets silently disabled if USE=-root7. Package-Manager: Portage-2.3.48, Repoman-2.3.10
* sci-physics/root: drop support for Qt4Guilherme Amadio2018-08-243-24/+12
| | | | | | | | Support for Qt4 is deprecated upstream, and Qt4 is no longer in the main tree. Bug: https://bugs.gentoo.org/620754 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* sci-physics/root: drop old versionGuilherme Amadio2018-08-242-350/+0
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* 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>