Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/tora: tora-3.0.0_pre20140929.ebuild tora-9999.ebuild ChangeLog
Date: Sun, 26 Apr 2015 18:00:37
Message-Id: 20150426180032.215ED98E@oystercatcher.gentoo.org
1 zmedico 15/04/26 18:00:30
2
3 Modified: tora-3.0.0_pre20140929.ebuild tora-9999.ebuild
4 ChangeLog
5 Log:
6 Remove $$ORIGIN from DT_RUNPATH for bug 547520.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key FDE8EF85AE5719A3)
9
10 Revision Changes Path
11 1.3 dev-db/tora/tora-3.0.0_pre20140929.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-3.0.0_pre20140929.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-3.0.0_pre20140929.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-3.0.0_pre20140929.ebuild?r1=1.2&r2=1.3
16
17 Index: tora-3.0.0_pre20140929.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/tora-3.0.0_pre20140929.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- tora-3.0.0_pre20140929.ebuild 29 Dec 2014 02:28:25 -0000 1.2
24 +++ tora-3.0.0_pre20140929.ebuild 26 Apr 2015 18:00:30 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-3.0.0_pre20140929.ebuild,v 1.2 2014/12/29 02:28:25 patrick Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-3.0.0_pre20140929.ebuild,v 1.3 2015/04/26 18:00:30 zmedico Exp $
31
32 EAPI=5
33
34 @@ -54,6 +54,9 @@
35 sed -i \
36 -e "/COPYING/ d" \
37 CMakeLists.txt || die "Removal of COPYING file failed"
38 + # bug 547520
39 + grep -rlZ '$$ORIGIN' . | xargs -0 sed -i 's|:$$ORIGIN[^:"]*||' || \
40 + die 'Removal of $$ORIGIN failed'
41 }
42
43 src_configure() {
44
45
46
47 1.7 dev-db/tora/tora-9999.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-9999.ebuild?rev=1.7&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-9999.ebuild?rev=1.7&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-9999.ebuild?r1=1.6&r2=1.7
52
53 Index: tora-9999.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/tora-9999.ebuild,v
56 retrieving revision 1.6
57 retrieving revision 1.7
58 diff -u -r1.6 -r1.7
59 --- tora-9999.ebuild 28 Dec 2014 15:20:50 -0000 1.6
60 +++ tora-9999.ebuild 26 Apr 2015 18:00:30 -0000 1.7
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2014 Gentoo Foundation
63 +# Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-9999.ebuild,v 1.6 2014/12/28 15:20:50 titanofold Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-9999.ebuild,v 1.7 2015/04/26 18:00:30 zmedico Exp $
67
68 EAPI=5
69
70 @@ -55,6 +55,9 @@
71 CMakeLists.txt || die "Removal of COPYING file failed"
72 # 'svn info' needs .svn subdirectory
73 [[ ${PV} != 9999 ]] || cp -a "${ESVN_WC_PATH}"/.svn .svn || die
74 + # bug 547520
75 + grep -rlZ '$$ORIGIN' . | xargs -0 sed -i 's|:$$ORIGIN[^:"]*||' || \
76 + die 'Removal of $$ORIGIN failed'
77 }
78
79 src_configure() {
80
81
82
83 1.113 dev-db/tora/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?rev=1.113&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?rev=1.113&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?r1=1.112&r2=1.113
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v
92 retrieving revision 1.112
93 retrieving revision 1.113
94 diff -u -r1.112 -r1.113
95 --- ChangeLog 20 Feb 2015 09:54:23 -0000 1.112
96 +++ ChangeLog 26 Apr 2015 18:00:30 -0000 1.113
97 @@ -1,6 +1,10 @@
98 # ChangeLog for dev-db/tora
99 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.112 2015/02/20 09:54:23 pinkbyte Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.113 2015/04/26 18:00:30 zmedico Exp $
102 +
103 + 26 Apr 2015; Zac Medico <zmedico@g.o> tora-3.0.0_pre20140929.ebuild,
104 + tora-9999.ebuild:
105 + Remove $$ORIGIN from DT_RUNPATH for bug 547520.
106
107 20 Feb 2015; Sergey Popov <pinkbyte@g.o> -tora-2.1.3-r3.ebuild,
108 -files/tora-2.1.3-desktop.patch, -files/tora-2.1.3-ext-loki.patch,