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-util: apr-util-1.5.3.ebuild apr-util-1.5.2.ebuild ChangeLog
Date: Thu, 30 Jan 2014 01:03:53
Message-Id: 20140130010349.A47492004C@flycatcher.gentoo.org
1 vapier 14/01/30 01:03:49
2
3 Modified: apr-util-1.5.3.ebuild apr-util-1.5.2.ebuild
4 ChangeLog
5 Log:
6 Use proper tc-is-static-only helper instead of open coding the mint logic here.
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.4 dev-libs/apr-util/apr-util-1.5.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3.ebuild?r1=1.3&r2=1.4
16
17 Index: apr-util-1.5.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- apr-util-1.5.3.ebuild 22 Jan 2014 22:57:33 -0000 1.3
24 +++ apr-util-1.5.3.ebuild 30 Jan 2014 01:03:49 -0000 1.4
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-util/apr-util-1.5.3.ebuild,v 1.3 2014/01/22 22:57:33 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3.ebuild,v 1.4 2014/01/30 01:03:49 vapier Exp $
30
31 EAPI="4"
32
33 @@ -8,7 +8,7 @@
34 # APR_PV="${PV}"
35 APR_PV="1.4.6"
36
37 -inherit autotools db-use eutils libtool multilib
38 +inherit autotools db-use eutils libtool multilib toolchain-funcs
39
40 DESCRIPTION="Apache Portable Runtime Utility Library"
41 HOMEPAGE="http://apr.apache.org/"
42 @@ -47,7 +47,7 @@
43 src_configure() {
44 local myconf
45
46 - [[ ${CHOST} == *-mint* ]] && myconf="${myconf} --disable-util-dso"
47 + tc-is-static-only && myconf+=" --disable-util-dso"
48
49 if use berkdb; then
50 local db_version
51
52
53
54 1.14 dev-libs/apr-util/apr-util-1.5.2.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.2.ebuild?rev=1.14&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.2.ebuild?rev=1.14&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.2.ebuild?r1=1.13&r2=1.14
59
60 Index: apr-util-1.5.2.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.2.ebuild,v
63 retrieving revision 1.13
64 retrieving revision 1.14
65 diff -u -r1.13 -r1.14
66 --- apr-util-1.5.2.ebuild 22 Jan 2014 22:57:33 -0000 1.13
67 +++ apr-util-1.5.2.ebuild 30 Jan 2014 01:03:49 -0000 1.14
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2014 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.2.ebuild,v 1.13 2014/01/22 22:57:33 vapier Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.2.ebuild,v 1.14 2014/01/30 01:03:49 vapier Exp $
73
74 EAPI="4"
75
76 @@ -8,7 +8,7 @@
77 # APR_PV="${PV}"
78 APR_PV="1.4.6"
79
80 -inherit autotools db-use eutils libtool multilib
81 +inherit autotools db-use eutils libtool multilib toolchain-funcs
82
83 DESCRIPTION="Apache Portable Runtime Utility Library"
84 HOMEPAGE="http://apr.apache.org/"
85 @@ -46,7 +46,7 @@
86 src_configure() {
87 local myconf
88
89 - [[ ${CHOST} == *-mint* ]] && myconf="${myconf} --disable-util-dso"
90 + tc-is-static-only && myconf+=" --disable-util-dso"
91
92 if use berkdb; then
93 local db_version
94
95
96
97 1.194 dev-libs/apr-util/ChangeLog
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?rev=1.194&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?rev=1.194&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?r1=1.193&r2=1.194
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v
106 retrieving revision 1.193
107 retrieving revision 1.194
108 diff -u -r1.193 -r1.194
109 --- ChangeLog 22 Jan 2014 22:57:33 -0000 1.193
110 +++ ChangeLog 30 Jan 2014 01:03:49 -0000 1.194
111 @@ -1,6 +1,11 @@
112 # ChangeLog for dev-libs/apr-util
113 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.193 2014/01/22 22:57:33 vapier Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.194 2014/01/30 01:03:49 vapier Exp $
116 +
117 + 30 Jan 2014; Mike Frysinger <vapier@g.o> apr-util-1.5.2.ebuild,
118 + apr-util-1.5.3.ebuild:
119 + Use proper tc-is-static-only helper instead of open coding the mint logic
120 + here.
121
122 22 Jan 2014; Mike Frysinger <vapier@g.o> apr-util-1.5.2.ebuild,
123 apr-util-1.5.3.ebuild: