Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/files/, sci-physics/root/
Date: Sun, 28 Oct 2012 22:46:27
Message-Id: 1351463952.2a45c11233426aede4fa4edb2f74f0417fcd28cc.bircoph@gentoo
1 commit: 2a45c11233426aede4fa4edb2f74f0417fcd28cc
2 Author: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 28 22:39:12 2012 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 28 22:39:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2a45c112
7
8 sci-physics/root: remove unused patch
9
10 ---
11 sci-physics/root/ChangeLog | 4 ++++
12 .../files/root-5.28.00h-explicit-functions.patch | 12 ------------
13 2 files changed, 4 insertions(+), 12 deletions(-)
14
15 diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
16 index 65ee183..eced212 100644
17 --- a/sci-physics/root/ChangeLog
18 +++ b/sci-physics/root/ChangeLog
19 @@ -2,6 +2,10 @@
20 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 2012/03/29 18:21:49 bicatali Exp $
22
23 + 28 Oct 2012; Andrew Savchenko <bircoph@×××××.com>
24 + -files/root-5.28.00h-explicit-functions.patch:
25 + Remove unused patch.
26 +
27 *root-5.34.03 (25 Oct 2012)
28
29 25 Oct 2012; Andrew Savchenko <bircoph@×××××.com>
30
31 diff --git a/sci-physics/root/files/root-5.28.00h-explicit-functions.patch b/sci-physics/root/files/root-5.28.00h-explicit-functions.patch
32 deleted file mode 100644
33 index 918b696..0000000
34 --- a/sci-physics/root/files/root-5.28.00h-explicit-functions.patch
35 +++ /dev/null
36 @@ -1,12 +0,0 @@
37 ---- root/io/io/Module.mk.orig 2011-11-24 20:12:56.000000000 +0400
38 -+++ root/io/io/Module.mk 2012-03-09 03:45:42.850549826 +0400
39 -@@ -67,9 +67,4 @@
40 - distclean:: distclean-$(MODNAME)
41 -
42 - ##### extra rules ######
43 --#ifeq ($(GCC_VERS_FULL),gcc-4.4.0)
44 --ifeq ($(GCC_VERS),gcc-4.4)
45 --ifneq ($(filter -O%,$(OPT)),)
46 - $(call stripsrc,$(IODIRS)/TStreamerInfoReadBuffer.o): CXXFLAGS += -DR__EXPLICIT_FUNCTION_INSTANTIATION
47 --endif
48 --endif