Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/apr: apr-1.4.8-r1.ebuild apr-1.5.0.ebuild apr-1.5.0-r1.ebuild ChangeLog
Date: Fri, 31 Jan 2014 07:56:55
Message-Id: 20140131075649.30A742004C@flycatcher.gentoo.org
1 vapier 14/01/31 07:56:49
2
3 Modified: apr-1.4.8-r1.ebuild apr-1.5.0.ebuild
4 apr-1.5.0-r1.ebuild ChangeLog
5 Log:
6 Use tc-is-static-only rather than open coding the mint target.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.13 dev-libs/apr/apr-1.4.8-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1.4.8-r1.ebuild?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1.4.8-r1.ebuild?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1.4.8-r1.ebuild?r1=1.12&r2=1.13
16
17 Index: apr-1.4.8-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.4.8-r1.ebuild,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- apr-1.4.8-r1.ebuild 21 Jan 2014 00:12:07 -0000 1.12
24 +++ apr-1.4.8-r1.ebuild 31 Jan 2014 07:56:48 -0000 1.13
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.4.8-r1.ebuild,v 1.12 2014/01/21 00:12:07 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.4.8-r1.ebuild,v 1.13 2014/01/31 07:56:48 vapier Exp $
30
31 EAPI="4"
32
33 @@ -64,9 +64,7 @@
34 myconf+=" --with-devrandom=/dev/random"
35 fi
36
37 - if [[ ${CHOST} == *-mint* ]] ; then
38 - myconf+=" --disable-dso"
39 - fi
40 + tc-is-static-only && myconf+=" --disable-dso"
41
42 # shl_load does not search runpath, but hpux11 supports dlopen
43 [[ ${CHOST} == *-hpux11* ]] && myconf="${myconf} --enable-dso=dlfcn"
44
45
46
47 1.3 dev-libs/apr/apr-1.5.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1.5.0.ebuild?rev=1.3&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1.5.0.ebuild?rev=1.3&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1.5.0.ebuild?r1=1.2&r2=1.3
52
53 Index: apr-1.5.0.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0.ebuild,v
56 retrieving revision 1.2
57 retrieving revision 1.3
58 diff -u -r1.2 -r1.3
59 --- apr-1.5.0.ebuild 21 Jan 2014 00:12:07 -0000 1.2
60 +++ apr-1.5.0.ebuild 31 Jan 2014 07:56:48 -0000 1.3
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0.ebuild,v 1.2 2014/01/21 00:12:07 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0.ebuild,v 1.3 2014/01/31 07:56:48 vapier Exp $
66
67 EAPI="4"
68
69 @@ -64,9 +64,7 @@
70 myconf+=" --with-devrandom=/dev/random"
71 fi
72
73 - if [[ ${CHOST} == *-mint* ]] ; then
74 - myconf+=" --disable-dso"
75 - fi
76 + tc-is-static-only && myconf+=" --disable-dso"
77
78 # shl_load does not search runpath, but hpux11 supports dlopen
79 [[ ${CHOST} == *-hpux11* ]] && myconf="${myconf} --enable-dso=dlfcn"
80
81
82
83 1.5 dev-libs/apr/apr-1.5.0-r1.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1.5.0-r1.ebuild?rev=1.5&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1.5.0-r1.ebuild?rev=1.5&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1.5.0-r1.ebuild?r1=1.4&r2=1.5
88
89 Index: apr-1.5.0-r1.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0-r1.ebuild,v
92 retrieving revision 1.4
93 retrieving revision 1.5
94 diff -u -r1.4 -r1.5
95 --- apr-1.5.0-r1.ebuild 22 Jan 2014 22:37:09 -0000 1.4
96 +++ apr-1.5.0-r1.ebuild 31 Jan 2014 07:56:48 -0000 1.5
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0-r1.ebuild,v 1.4 2014/01/22 22:37:09 vapier Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0-r1.ebuild,v 1.5 2014/01/31 07:56:48 vapier Exp $
102
103 EAPI="4"
104
105 @@ -60,9 +60,7 @@
106 myconf+=" --with-devrandom=/dev/random"
107 fi
108
109 - if [[ ${CHOST} == *-mint* ]] ; then
110 - myconf+=" --disable-dso"
111 - fi
112 + tc-is-static-only && myconf+=" --disable-dso"
113
114 # shl_load does not search runpath, but hpux11 supports dlopen
115 [[ ${CHOST} == *-hpux11* ]] && myconf="${myconf} --enable-dso=dlfcn"
116
117
118
119 1.208 dev-libs/apr/ChangeLog
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/ChangeLog?rev=1.208&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/ChangeLog?rev=1.208&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/ChangeLog?r1=1.207&r2=1.208
124
125 Index: ChangeLog
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v
128 retrieving revision 1.207
129 retrieving revision 1.208
130 diff -u -r1.207 -r1.208
131 --- ChangeLog 22 Jan 2014 22:37:09 -0000 1.207
132 +++ ChangeLog 31 Jan 2014 07:56:49 -0000 1.208
133 @@ -1,6 +1,10 @@
134 # ChangeLog for dev-libs/apr
135 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
136 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.207 2014/01/22 22:37:09 vapier Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.208 2014/01/31 07:56:49 vapier Exp $
138 +
139 + 31 Jan 2014; Mike Frysinger <vapier@g.o> apr-1.4.8-r1.ebuild,
140 + apr-1.5.0-r1.ebuild, apr-1.5.0.ebuild:
141 + Use tc-is-static-only rather than open coding the mint target.
142
143 22 Jan 2014; Mike Frysinger <vapier@g.o> apr-1.5.0-r1.ebuild:
144 Drop old static-libs hacks now that we use local libtool #374355#16 by RafaƂ