Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/orbit: orbit-2.14.19-r4.ebuild ChangeLog
Date: Tue, 08 Jul 2014 07:16:23
Message-Id: 20140708071616.1DAF12004E@flycatcher.gentoo.org
1 haubi 14/07/08 07:16:16
2
3 Modified: ChangeLog
4 Added: orbit-2.14.19-r4.ebuild
5 Log:
6 +orbit-2.14.19-r4: Support Prefix, fix ppc-aix, drop G2CONF (#515094). Build parallel (#273031).
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A630CCB8)
9
10 Revision Changes Path
11 1.208 gnome-base/orbit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/orbit/ChangeLog?rev=1.208&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/orbit/ChangeLog?rev=1.208&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/orbit/ChangeLog?r1=1.207&r2=1.208
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v
20 retrieving revision 1.207
21 retrieving revision 1.208
22 diff -u -r1.207 -r1.208
23 --- ChangeLog 26 Apr 2014 18:47:00 -0000 1.207
24 +++ ChangeLog 8 Jul 2014 07:16:15 -0000 1.208
25 @@ -1,6 +1,13 @@
26 # ChangeLog for gnome-base/orbit
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.207 2014/04/26 18:47:00 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.208 2014/07/08 07:16:15 haubi Exp $
30 +
31 +*orbit-2.14.19-r4 (08 Jul 2014)
32 +
33 + 08 Jul 2014; Michael Haubenwallner <haubi@g.o>
34 + +orbit-2.14.19-r4.ebuild, +files/orbit-2.14.19-aix-func_data.patch,
35 + +files/orbit-2.14.19-parallel-build.patch:
36 + Support Prefix, fix ppc-aix, drop G2CONF (#515094). Build parallel (#273031).
37
38 26 Apr 2014; Pacho Ramos <pacho@g.o> -orbit-2.14.19-r1.ebuild,
39 -orbit-2.14.19-r2.ebuild:
40
41
42
43 1.1 gnome-base/orbit/orbit-2.14.19-r4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/orbit/orbit-2.14.19-r4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/orbit/orbit-2.14.19-r4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: orbit-2.14.19-r4.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-2.14.19-r4.ebuild,v 1.1 2014/07/08 07:16:15 haubi Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="yes"
56 GNOME_ORG_MODULE="ORBit2"
57 GNOME_TARBALL_SUFFIX="bz2"
58 GNOME2_LA_PUNT="yes"
59
60 inherit eutils gnome2 toolchain-funcs autotools
61
62 DESCRIPTION="ORBit2 is a high-performance CORBA ORB"
63 HOMEPAGE="http://projects.gnome.org/ORBit2/"
64
65 LICENSE="GPL-2 LGPL-2"
66 SLOT="2"
67 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
68 IUSE="pic static-libs test"
69 REQUIRED_USE="test? ( debug )"
70
71 RDEPEND=">=dev-libs/glib-2.8:2
72 >=dev-libs/libIDL-0.8.2
73 "
74 DEPEND="${RDEPEND}
75 dev-util/gtk-doc-am
76 virtual/pkgconfig
77 "
78
79 src_prepare() {
80 # Fix wrong process kill, bug #268142
81 sed "s:killall lt-timeout-server:killall timeout-server:" \
82 -i test/timeout.sh || die "sed 1 failed"
83
84 # Do not mess with CFLAGS
85 sed 's/-ggdb -O0//' -i configure.in configure || die "sed 2 failed"
86
87 if ! use test; then
88 sed -i -e 's/test //' Makefile.am || die
89 fi
90
91 # Drop failing test, bug #331709
92 sed -i -e 's/test-mem //' test/Makefile.am || die
93
94 # Fix link_protocol_is_local() for ipv4 on machines with ipv6
95 # https://bugzilla.gnome.org/show_bug.cgi?id=693636
96 epatch "${FILESDIR}/${PN}-2.14.19-link_protocol_is_local.patch"
97
98 # Build libname-server-2.a with -fPIC on hardened, bug #312161
99 epatch "${FILESDIR}/${PN}-2.14.19-fPIC.patch"
100
101 epatch "${FILESDIR}"/${P}-automake-1.13.patch
102 epatch "${FILESDIR}"/${P}-parallel-build.patch #273031
103 epatch "${FILESDIR}"/${P}-aix-func_data.patch #515094
104
105 eautoreconf
106 gnome2_src_prepare
107 }
108
109 src_configure() {
110 local myconf=()
111 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO"
112
113 # We need to unset IDL_DIR, which is set by RSI's IDL. This causes certain
114 # files to be not found by autotools when compiling ORBit. See bug #58540
115 # for more information. Please don't remove -- 8/18/06
116 unset IDL_DIR
117
118 # We need to use the hosts IDL compiler if cross-compiling, bug #262741
119 if tc-is-cross-compiler; then
120 # check that host version is present and executable
121 [[ -x ${EPREFIX}/usr/bin/orbit-idl-2 ]] || die "Please emerge ~${CATEGORY}/${P} on the host system first"
122 myconf=("${myconf[@]}" "--with-idl-compiler=${EPREFIX}/usr/bin/orbit-idl-2")
123 fi
124 gnome2_src_configure \
125 $(use_enable pic libname-server-pic) \
126 $(use_enable static-libs static) \
127 "${myconf[@]}"
128 }
129
130 src_test() {
131 # can fail in parallel, see bug #235994
132 emake -j1 check
133 }