public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-6.02.05-r2.ebuild
@ 2015-04-12 20:55 Andrew Savchenko (bircoph)
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Savchenko (bircoph) @ 2015-04-12 20:55 UTC (permalink / raw
  To: gentoo-commits

bircoph     15/04/12 20:55:35

  Modified:             ChangeLog root-6.02.05-r2.ebuild
  Log:
  fix minor dependency
  
  Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)

Revision  Changes    Path
1.142                sci-physics/root/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.141&r2=1.142

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	12 Apr 2015 19:15:40 -0000	1.141
+++ ChangeLog	12 Apr 2015 20:55:34 -0000	1.142
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/root
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.141 2015/04/12 19:15:40 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.142 2015/04/12 20:55:34 bircoph Exp $
+
+  12 Apr 2015; Andrew Savchenko <bircoph@gentoo.org> root-6.02.05-r2.ebuild:
+  Depend on shadow conditionally.
 
 *root-6.02.05-r2 (12 Apr 2015)
 



1.2                  sci-physics/root/root-6.02.05-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?r1=1.1&r2=1.2

Index: root-6.02.05-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- root-6.02.05-r2.ebuild	12 Apr 2015 19:15:40 -0000	1.1
+++ root-6.02.05-r2.ebuild	12 Apr 2015 20:55:34 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 1.1 2015/04/12 19:15:40 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 1.2 2015/04/12 20:55:34 bircoph Exp $
 
 EAPI=5
 
@@ -48,7 +48,6 @@
 	media-libs/libpng:0=
 	>=sys-devel/clang-3.4:=
 	sys-libs/zlib:0=
-	virtual/shadow
 	X? (
 		media-libs/ftgl:0=
 		media-libs/glew:0=
@@ -92,6 +91,7 @@
 	pythia6? ( sci-physics/pythia:6= )
 	pythia8? ( >=sci-physics/pythia-8.1.80:8= )
 	python? ( ${PYTHON_DEPS} )
+	shadow? ( virtual/shadow )
 	sqlite? ( dev-db/sqlite:3= )
 	ssl? ( dev-libs/openssl:0= )
 	xml? ( dev-libs/libxml2:2= )
@@ -308,9 +308,9 @@
 		--disable-builtin-ftgl
 		--disable-builtin-freetype
 		--disable-builtin-glew
+		--disable-builtin-lzma
 		--disable-builtin-pcre
 		--disable-builtin-zlib
-		--disable-builtin-lzma
 		--disable-werror
 		--enable-explicitlink
 		--enable-shared





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-6.02.05-r2.ebuild
@ 2015-04-15  8:48 Andrew Savchenko (bircoph)
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Savchenko (bircoph) @ 2015-04-15  8:48 UTC (permalink / raw
  To: gentoo-commits

bircoph     15/04/15 08:48:36

  Modified:             ChangeLog root-6.02.05-r2.ebuild
  Log:
  fix make install failure
  
  Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)

Revision  Changes    Path
1.145                sci-physics/root/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.144&r2=1.145

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog	12 Apr 2015 22:50:44 -0000	1.144
+++ ChangeLog	15 Apr 2015 08:48:36 -0000	1.145
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/root
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.144 2015/04/12 22:50:44 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.145 2015/04/15 08:48:36 bircoph Exp $
+
+  15 Apr 2015; Andrew Savchenko <bircoph@gentoo.org> root-6.02.05-r2.ebuild:
+  Set ROOTSYS during make install, since a different value (e.g. from
+  older installed version) may broke make install.
 
   12 Apr 2015; Andrew Savchenko <bircoph@gentoo.org> -root-5.34.28.ebuild:
   Remove old.



1.3                  sci-physics/root/root-6.02.05-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?r1=1.2&r2=1.3

Index: root-6.02.05-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- root-6.02.05-r2.ebuild	12 Apr 2015 20:55:34 -0000	1.2
+++ root-6.02.05-r2.ebuild	15 Apr 2015 08:48:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 1.2 2015/04/12 20:55:34 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 1.3 2015/04/15 08:48:36 bircoph Exp $
 
 EAPI=5
 
@@ -434,7 +434,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	ROOTSYS="${S}" emake DESTDIR="${D}" install
 	dodoc README.md
 
 	echo "LDPATH=${EPREFIX%/}/usr/$(get_libdir)/root" > 99root





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-6.02.05-r2.ebuild
@ 2015-05-15 20:23 Andrew Savchenko (bircoph)
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Savchenko (bircoph) @ 2015-05-15 20:23 UTC (permalink / raw
  To: gentoo-commits

bircoph     15/05/15 20:23:37

  Modified:             ChangeLog root-6.02.05-r2.ebuild
  Log:
  temporary fix for bug 548698
  
  Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 565953B95372756C)

Revision  Changes    Path
1.147                sci-physics/root/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.146&r2=1.147

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog	1 May 2015 15:30:02 -0000	1.146
+++ ChangeLog	15 May 2015 20:23:37 -0000	1.147
@@ -1,6 +1,13 @@
 # ChangeLog for sci-physics/root
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.146 2015/05/01 15:30:02 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.147 2015/05/15 20:23:37 bircoph Exp $
+
+  15 May 2015; Andrew Savchenko <bircoph@gentoo.org> root-6.02.05-r2.ebuild,
+  -files/root-6.02.05-dictpch.patch:
+  Temporarily disable PCH dictionary regeneration due to bug 548698:
+  root has too many hardcode paths for cling-related stuff, this
+  should be fixed first for dictionary to be regenerated on root
+  install.
 
   01 May 2015; Andrew Savchenko <bircoph@gentoo.org> root-5.34.26.ebuild:
   5.34.26 have no support for pythia-8.2



1.4                  sci-physics/root/root-6.02.05-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?r1=1.3&r2=1.4

Index: root-6.02.05-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- root-6.02.05-r2.ebuild	15 Apr 2015 08:48:36 -0000	1.3
+++ root-6.02.05-r2.ebuild	15 May 2015 20:23:37 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 1.3 2015/04/15 08:48:36 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 1.4 2015/05/15 20:23:37 bircoph Exp $
 
 EAPI=5
 
@@ -212,7 +212,7 @@
 	# This can be done only at install stage, when files are placed
 	# as appropriate. Premature modification of makepch.sh will
 	# broke build process, however.
-	cp "etc/dictpch/makepch.sh" "etc/dictpch/makepch-gentoo.sh" || die
+	#cp "etc/dictpch/makepch.sh" "etc/dictpch/makepch-gentoo.sh" || die
 
 	epatch \
 		"${FILESDIR}"/${PN}-5.28.00b-glibc212.patch \
@@ -226,8 +226,8 @@
 		"${FILESDIR}"/${PN}-6.00.01-llvm.patch \
 		"${FILESDIR}"/${PN}-6.00.01-nobyte-compile.patch \
 		"${FILESDIR}"/${PN}-6.00.01-prop-flags.patch \
-		"${FILESDIR}"/${PN}-6.02.05-dictpch.patch \
 		"${FILESDIR}"/${PN}-6.02.05-xrootd4.patch
+		#"${FILESDIR}"/${PN}-6.02.05-dictpch.patch \
 
 	# make sure we use system libs and headers
 	rm montecarlo/eg/inc/cfortran.h README/cfortran.doc || die
@@ -423,14 +423,14 @@
 	use examples || rm -r ${DOC_DIR#/}/examples || die
 
 	# clean hardcoded sandbox paths
-	rm etc/root/dictpch/allCppflags.txt.tmp || die
-	sed -i "s|${S}/||" etc/root/cling/llvm/Config/llvm-config.h || die
+	#rm etc/root/dictpch/allCppflags.txt.tmp || die
+	#sed -i "s|${S}/||" etc/root/cling/llvm/Config/llvm-config.h || die
 	# regenerate pch for Gentoo headers layout
-	rm "etc/root/allDict.cxx.pch" || die
-	sed -i 's|etc/dictpch|etc/root/dictpch|' etc/root/dictpch/allLinkDefs.h || die
-	sed -i 's|etc/cling|etc/root/cling|' etc/root/dictpch/allHeaders.h || die
-	sed -i "s|ROOTDIR_TEMPLATE|${ED}|" etc/root/dictpch/makepch-gentoo.sh || die
-	etc/root/dictpch/makepch-gentoo.sh etc/root/allDict.cxx.pch || die "PCH generation failed"
+	#rm "etc/root/allDict.cxx.pch" || die
+	#sed -i 's|etc/dictpch|etc/root/dictpch|' etc/root/dictpch/allLinkDefs.h || die
+	#sed -i 's|etc/cling|etc/root/cling|' etc/root/dictpch/allHeaders.h || die
+	#sed -i "s|ROOTDIR_TEMPLATE|${ED}|" etc/root/dictpch/makepch-gentoo.sh || die
+	#etc/root/dictpch/makepch-gentoo.sh etc/root/allDict.cxx.pch || die "PCH generation failed"
 }
 
 src_install() {





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-6.02.05-r2.ebuild
@ 2015-07-18 22:38 Andrew Savchenko (bircoph)
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Savchenko (bircoph) @ 2015-07-18 22:38 UTC (permalink / raw
  To: gentoo-commits

bircoph     15/07/18 22:38:21

  Modified:             ChangeLog root-6.02.05-r2.ebuild
  Log:
  fix README.md installation
  
  Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 565953B95372756C)

Revision  Changes    Path
1.153                sci-physics/root/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	18 Jul 2015 13:54:17 -0000	1.152
+++ ChangeLog	18 Jul 2015 22:38:20 -0000	1.153
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/root
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.152 2015/07/18 13:54:17 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.153 2015/07/18 22:38:20 bircoph Exp $
+
+  18 Jul 2015; Andrew Savchenko <bircoph@gentoo.org> root-6.02.05-r2.ebuild:
+  Install README.md in the same directory as all other docs (ignores ).
 
   18 Jul 2015; Andrew Savchenko <bircoph@gentoo.org> -root-5.34.28-r1.ebuild:
   Remove old.



1.6                  sci-physics/root/root-6.02.05-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild?r1=1.5&r2=1.6

Index: root-6.02.05-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- root-6.02.05-r2.ebuild	16 Jul 2015 21:22:10 -0000	1.5
+++ root-6.02.05-r2.ebuild	18 Jul 2015 22:38:20 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 1.5 2015/07/16 21:22:10 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 1.6 2015/07/18 22:38:20 bircoph Exp $
 
 EAPI=5
 
@@ -438,7 +438,8 @@
 
 src_install() {
 	ROOTSYS="${S}" emake DESTDIR="${D}" install
-	dodoc README.md
+	insinto "${DOC_DIR}"
+	doins README.md
 
 	echo "LDPATH=${EPREFIX%/}/usr/$(get_libdir)/root" > 99root
 	use pythia8 && echo "PYTHIA8=${EPREFIX%/}/usr" >> 99root





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-18 22:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-12 20:55 [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-6.02.05-r2.ebuild Andrew Savchenko (bircoph)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-15  8:48 Andrew Savchenko (bircoph)
2015-05-15 20:23 Andrew Savchenko (bircoph)
2015-07-18 22:38 Andrew Savchenko (bircoph)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox