public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Benda XU (heroxbd)" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/geant-python: geant-python-4.9.5.ebuild ChangeLog
Date: Mon, 21 May 2012 04:49:12 +0000 (UTC)	[thread overview]
Message-ID: <20120521044912.4E9A12004B@flycatcher.gentoo.org> (raw)

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:






             reply	other threads:[~2012-05-21  4:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-21  4:49 Benda XU (heroxbd) [this message]
  -- strict thread matches above, loose matches on Subject: below --
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)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120521044912.4E9A12004B@flycatcher.gentoo.org \
    --to=heroxbd@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox