commit:     576725059c049d8abce31c1104e0def7311789ba
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 13:12:19 2018 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 14:23:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57672505

sci-physics/root: drop old workarounds for bundled packages

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/root-6.12.06-r1.ebuild | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/sci-physics/root/root-6.12.06-r1.ebuild 
b/sci-physics/root/root-6.12.06-r1.ebuild
index 2369e76b68b..1c75f07e2f9 100644
--- a/sci-physics/root/root-6.12.06-r1.ebuild
+++ b/sci-physics/root/root-6.12.06-r1.ebuild
@@ -138,18 +138,6 @@ pkg_setup() {
 src_prepare() {
        cmake-utils_src_prepare
 
-       # make sure we use system libs and headers
-       rm montecarlo/eg/inc/cfortran.h README/cfortran.doc || die
-       rm -r graf2d/asimage/src/libAfterImage || die
-       rm -r graf3d/ftgl/{inc,src} || die
-       rm -r graf2d/freetype/src || die
-       rm -r graf3d/gl/src/gl2ps* || die
-       rm -r graf3d/glew/{inc,src} || die
-       rm -r core/pcre/src || die
-       rm -r math/unuran/src/unuran-*.tar.gz || die
-       rm -r core/lzma/src/*.tar.gz || die
-       LANG=C LC_ALL=C find core/zip -type f -name "[a-z]*" -print0 | xargs -0 
rm || die
-
        hprefixify build/CMakeLists.txt core/clingutils/CMakeLists.txt
 
        # CSS should use local images

Reply via email to