public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-5.34.26.ebuild
@ 2015-03-17 22:07 Andrew Savchenko (bircoph)
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Savchenko (bircoph) @ 2015-03-17 22:07 UTC (permalink / raw
  To: gentoo-commits

bircoph     15/03/17 22:07:42

  Modified:             ChangeLog root-5.34.26.ebuild
  Log:
  Use simpler ldflags patch
  
  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.138                sci-physics/root/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog	2 Mar 2015 08:46:28 -0000	1.137
+++ ChangeLog	17 Mar 2015 22:07:42 -0000	1.138
@@ -1,6 +1,12 @@
 # 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.137 2015/03/02 08:46:28 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.138 2015/03/17 22:07:42 bircoph Exp $
+
+  17 Mar 2015; Andrew Savchenko <bircoph@gentoo.org> root-5.34.26.ebuild,
+  +files/root-5.34.26-ldflags.patch:
+  Upstream is not interested in ldflags patch:
+  https://sft.its.cern.ch/jira/browse/ROOT-7106
+  so reverting to much simpler solution.
 
   02 Mar 2015; Andrew Savchenko <bircoph@gentoo.org> -root-5.34.18.ebuild,
   -root-5.34.18-r1.ebuild, -files/root-5.32.00-prop-flags.patch,



1.2                  sci-physics/root/root-5.34.26.ebuild

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

Index: root-5.34.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- root-5.34.26.ebuild	2 Mar 2015 08:27:34 -0000	1.1
+++ root-5.34.26.ebuild	17 Mar 2015 22:07:42 -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-5.34.26.ebuild,v 1.1 2015/03/02 08:27:34 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.26.ebuild,v 1.2 2015/03/17 22:07:42 bircoph Exp $
 
 EAPI=5
 
@@ -11,7 +11,6 @@
 	SRC_URI="ftp://root.cern.ch/${PN}/${PN}_v${PV}.source.tar.gz"
 	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 fi
-SRC_URI+=" http://dev.gentoo.org/~bircoph/patches/${PN}-5.34.26-ldflags.patch.xz"
 
 PYTHON_COMPAT=( python2_7 )
 
@@ -195,7 +194,7 @@
 		"${FILESDIR}"/${PN}-5.34.05-nobyte-compile.patch \
 		"${FILESDIR}"/${PN}-5.34.13-unuran.patch \
 		"${FILESDIR}"/${PN}-5.34.13-desktop.patch \
-		"${WORKDIR}"/${PN}-5.34.26-ldflags.patch
+		"${FILESDIR}"/${PN}-5.34.26-ldflags.patch
 
 	# make sure we use system libs and headers
 	rm montecarlo/eg/inc/cfortran.h README/cfortran.doc || die
@@ -274,7 +273,6 @@
 		--nohowto
 		--cflags='${CFLAGS}'
 		--cxxflags='${CXXFLAGS}'
-		--ldflags='${LDFLAGS}'
 	)
 
 	if use minimal; then





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

* [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-5.34.26.ebuild
@ 2015-03-25 21:32 Andrew Savchenko (bircoph)
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Savchenko (bircoph) @ 2015-03-25 21:32 UTC (permalink / raw
  To: gentoo-commits

bircoph     15/03/25 21:32:36

  Modified:             ChangeLog root-5.34.26.ebuild
  Log:
  Declare loop iterator as local.
  
  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.139                sci-physics/root/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	17 Mar 2015 22:07:42 -0000	1.138
+++ ChangeLog	25 Mar 2015 21:32:36 -0000	1.139
@@ -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.138 2015/03/17 22:07:42 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.139 2015/03/25 21:32:36 bircoph Exp $
+
+  25 Mar 2015; Andrew Savchenko <bircoph@gentoo.org> root-5.34.26.ebuild:
+  Declare loop iterator as local.
 
   17 Mar 2015; Andrew Savchenko <bircoph@gentoo.org> root-5.34.26.ebuild,
   +files/root-5.34.26-ldflags.patch:



1.3                  sci-physics/root/root-5.34.26.ebuild

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

Index: root-5.34.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.26.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- root-5.34.26.ebuild	17 Mar 2015 22:07:42 -0000	1.2
+++ root-5.34.26.ebuild	25 Mar 2015 21:32: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-5.34.26.ebuild,v 1.2 2015/03/17 22:07:42 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.26.ebuild,v 1.3 2015/03/25 21:32:36 bircoph Exp $
 
 EAPI=5
 
@@ -361,6 +361,7 @@
 	dodir /var/spool/rootd/{pub,tmp}
 	fperms 1777 /var/spool/rootd/{pub,tmp}
 
+	local i
 	for i in ${daemons}; do
 		newinitd "${FILESDIR}"/${i}.initd ${i}
 		newconfd "${FILESDIR}"/${i}.confd ${i}





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

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

bircoph     15/05/01 15:30:02

  Modified:             ChangeLog root-5.34.26.ebuild
  Log:
  Update pythia-8 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.146                sci-physics/root/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog	15 Apr 2015 08:48:36 -0000	1.145
+++ ChangeLog	1 May 2015 15:30:02 -0000	1.146
@@ -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.145 2015/04/15 08:48:36 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.146 2015/05/01 15:30:02 bircoph Exp $
+
+  01 May 2015; Andrew Savchenko <bircoph@gentoo.org> root-5.34.26.ebuild:
+  5.34.26 have no support for pythia-8.2
 
   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



1.4                  sci-physics/root/root-5.34.26.ebuild

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

Index: root-5.34.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.26.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- root-5.34.26.ebuild	25 Mar 2015 21:32:36 -0000	1.3
+++ root-5.34.26.ebuild	1 May 2015 15:30:02 -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-5.34.26.ebuild,v 1.3 2015/03/25 21:32:36 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.26.ebuild,v 1.4 2015/05/01 15:30:02 bircoph Exp $
 
 EAPI=5
 
@@ -93,7 +93,7 @@
 		oracle? ( dev-db/oracle-instantclient-basic:0= )
 		postgres? ( dev-db/postgresql:= )
 		pythia6? ( sci-physics/pythia:6= )
-		pythia8? ( >=sci-physics/pythia-8.1.80:8= )
+		pythia8? ( >=sci-physics/pythia-8.1.80:8= <sci-physics/pythia-8.2.0:8= )
 		python? ( ${PYTHON_DEPS} )
 		ruby? (
 			dev-lang/ruby:=





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

end of thread, other threads:[~2015-05-01 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01 15:30 [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-5.34.26.ebuild Andrew Savchenko (bircoph)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-25 21:32 Andrew Savchenko (bircoph)
2015-03-17 22:07 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