public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/geant-python: geant-python-4.9.5.ebuild ChangeLog
@ 2012-05-21  4:49 Benda XU (heroxbd)
  0 siblings, 0 replies; 2+ messages in thread
From: Benda XU (heroxbd) @ 2012-05-21  4:49 UTC (permalink / raw
  To: gentoo-commits

heroxbd     12/05/21 04:49:12

  Modified:             geant-python-4.9.5.ebuild ChangeLog
  Log:
  fix VisManager c++ signature mismatch, upstream http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1318
  
  (Portage version: 2.1.10.57/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-physics/geant-python/geant-python-4.9.5.ebuild

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

Index: geant-python-4.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant-python/geant-python-4.9.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geant-python-4.9.5.ebuild	20 May 2012 16:48:17 -0000	1.1
+++ geant-python-4.9.5.ebuild	21 May 2012 04:49:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/geant-python-4.9.5.ebuild,v 1.1 2012/05/20 16:48:17 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/geant-python-4.9.5.ebuild,v 1.2 2012/05/21 04:49:12 heroxbd Exp $
 
 EAPI=4
 
@@ -27,8 +27,8 @@
 	# DISTDIR and python path patch
 	epatch "${FILESDIR}"/${PN}-4.9.5-build.patch
 
-	# set to the highest verbose for visManager
-	epatch "${FILESDIR}"/${PN}-4.9.5-visverbose.patch
+	# fix the visManager wrapper
+	epatch "${FILESDIR}"/${PN}-4.9.5-vis-fix.patch
 
 	# let Geant4 module installed into python sitedir instead of default
 	sed -i "/G4PY_LIBDIR  :=/cG4PY_LIBDIR  := $\(DESTDIR\)$(python_get_sitedir)/Geant4" \



1.3                  sci-physics/geant-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant-python/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	20 May 2012 17:06:17 -0000	1.2
+++ ChangeLog	21 May 2012 04:49:12 -0000	1.3
@@ -1,6 +1,13 @@
 # ChangeLog for sci-physics/geant-python
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/ChangeLog,v 1.2 2012/05/20 17:06:17 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/ChangeLog,v 1.3 2012/05/21 04:49:12 heroxbd Exp $
+
+  21 May 2012; Benda Xu <heroxbd@gentoo.org>
+  +files/geant-python-4.9.5-vis-fix.patch, files/geant-python-4.9.5-build.patch,
+  files/geant-python-4.9.5-visverbose.patch, geant-python-4.9.5.ebuild,
+  geant-python-4.9.5_p01.ebuild, metadata.xml:
+  fix VisManager c++ signature mismatch, upstream http://bugzilla-
+  geant4.kek.jp/show_bug.cgi?id=1318
 
   20 May 2012; Benda Xu <heroxbd@gentoo.org> +geant-python-4.9.5.ebuild
   geant-python-4.9.5_p01.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in sci-physics/geant-python: geant-python-4.9.5.ebuild ChangeLog
@ 2012-07-12  2:13 Benda XU (heroxbd)
  0 siblings, 0 replies; 2+ messages in thread
From: Benda XU (heroxbd) @ 2012-07-12  2:13 UTC (permalink / raw
  To: gentoo-commits

heroxbd     12/07/12 02:13:34

  Modified:             geant-python-4.9.5.ebuild ChangeLog
  Log:
  replace sed hacks with configure provided libdir
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-physics/geant-python/geant-python-4.9.5.ebuild

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

Index: geant-python-4.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant-python/geant-python-4.9.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geant-python-4.9.5.ebuild	21 May 2012 04:49:12 -0000	1.2
+++ geant-python-4.9.5.ebuild	12 Jul 2012 02:13:34 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/geant-python-4.9.5.ebuild,v 1.2 2012/05/21 04:49:12 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/geant-python-4.9.5.ebuild,v 1.3 2012/07/12 02:13:34 heroxbd Exp $
 
 EAPI=4
 
@@ -29,24 +29,6 @@
 
 	# fix the visManager wrapper
 	epatch "${FILESDIR}"/${PN}-4.9.5-vis-fix.patch
-
-	# let Geant4 module installed into python sitedir instead of default
-	sed -i "/G4PY_LIBDIR  :=/cG4PY_LIBDIR  := $\(DESTDIR\)$(python_get_sitedir)/Geant4" \
-		config/install.gmk || die "sed failed on config/install.gmk"
-	for mfile in source/python{3,}/GNUmakefile
-	do
-		sed -i "/install_dir :=/cinstall_dir := $\(DESTDIR\)$(python_get_sitedir)/Geant4" \
-			"${mfile}" || die "sed failed on ${mfile}"
-	done
-
-	# let g4py module installed into python sitedir instead of default
-	sed -i "/install_dir :=/cinstall_dir := $\(DESTDIR\)$(python_get_sitedir)/g4py" \
-		config/site-install.gmk || die "sed failed on config/site-install.gmk"
-	for mfile in {processes/emcalculator,utils/MCScore}/{python3/,}GNUmakefile python/GNUmakefile
-	do
-		sed -i "/install_dir :=/cinstall_dir := $\(DESTDIR\)$(python_get_sitedir)/g4py" \
-			"site-modules/${mfile}" || die "sed failed on site-modules/${mfile}"
-	done
 }
 
 src_configure() {
@@ -64,6 +46,7 @@
 
 	./configure ${ARG} \
 		--prefix="${EPREFIX}/usr" \
+		--libdir="${ED}/$(python_get_sitedir)" \
 		--with-g4-incdir="${EPREFIX}/usr/include/Geant4" \
 		--with-g4-libdir="${EPREFIX}/usr/lib" \
 		--with-clhep-incdir="${EPREFIX}/usr/include" \



1.6                  sci-physics/geant-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant-python/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	21 May 2012 04:54:59 -0000	1.5
+++ ChangeLog	12 Jul 2012 02:13:34 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/geant-python
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/ChangeLog,v 1.5 2012/05/21 04:54:59 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/ChangeLog,v 1.6 2012/07/12 02:13:34 heroxbd Exp $
+
+  12 Jul 2012; Benda Xu <heroxbd@gentoo.org> geant-python-4.9.5.ebuild:
+  replace sed hacks with configure provided libdir
 
   21 May 2012; Benda Xu <heroxbd@gentoo.org>
   +files/geant-python-4.9.5-vis-fix.patch, geant-python-4.9.5.ebuild:






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

end of thread, other threads:[~2012-07-12  2:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12  2:13 [gentoo-commits] gentoo-x86 commit in sci-physics/geant-python: geant-python-4.9.5.ebuild ChangeLog Benda XU (heroxbd)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-21  4:49 Benda XU (heroxbd)

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