Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/orbit: ChangeLog orbit-2.14.9.ebuild
Date: Mon, 17 Sep 2007 20:40:16
Message-Id: E1IXNGi-0005rR-00@stork.gentoo.org
1 eva 07/09/17 20:32:31
2
3 Modified: ChangeLog
4 Added: orbit-2.14.9.ebuild
5 Log:
6 bump to 2.14.9
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.104 gnome-base/orbit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/orbit/ChangeLog?rev=1.104&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/orbit/ChangeLog?rev=1.104&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/orbit/ChangeLog?r1=1.103&r2=1.104
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v
19 retrieving revision 1.103
20 retrieving revision 1.104
21 diff -u -r1.103 -r1.104
22 --- ChangeLog 24 Aug 2007 21:46:10 -0000 1.103
23 +++ ChangeLog 17 Sep 2007 20:32:31 -0000 1.104
24 @@ -1,6 +1,13 @@
25 # ChangeLog for gnome-base/orbit
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.103 2007/08/24 21:46:10 dang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.104 2007/09/17 20:32:31 eva Exp $
29 +
30 +*orbit-2.14.9 (17 Sep 2007)
31 +
32 + 17 Sep 2007; Gilles Dartiguelongue <eva@g.o> +orbit-2.14.9.ebuild:
33 + bump to 2.14.9
34 + + Portability fix (Tor Lillqvist)
35 + + Various fixes in GIOP and linc (Jules Colding)
36
37 *orbit-2.14.8-r3 (24 Aug 2007)
38
39
40
41
42 1.1 gnome-base/orbit/orbit-2.14.9.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/orbit/orbit-2.14.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/orbit/orbit-2.14.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: orbit-2.14.9.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-2.14.9.ebuild,v 1.1 2007/09/17 20:32:31 eva Exp $
52
53 inherit gnome2 eutils
54
55 MY_P="ORBit2-${PV}"
56 PVP=(${PV//[-\._]/ })
57 S=${WORKDIR}/${MY_P}
58
59 DESCRIPTION="ORBit2 is a high-performance CORBA ORB"
60 HOMEPAGE="http://www.gnome.org/"
61 SRC_URI="mirror://gnome/sources/ORBit2/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
62
63 LICENSE="GPL-2 LGPL-2"
64 SLOT="2"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
66 IUSE="doc"
67
68 RDEPEND=">=dev-libs/glib-2.8
69 >=dev-libs/libIDL-0.8.2"
70
71 DEPEND="${RDEPEND}
72 >=dev-util/pkgconfig-0.18
73 doc? ( >=dev-util/gtk-doc-1 )"
74
75 MAKEOPTS="${MAKEOPTS} -j1"
76
77 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO"
78
79 src_compile() {
80 # We need to unset IDL_DIR, which is set by RSI's IDL. This causes certain
81 # files to be not found by autotools when compiling ORBit. See bug #58540
82 # for more information. Please don't remove -- 8/18/06
83 unset IDL_DIR
84
85 gnome2_src_compile
86 }
87
88
89
90 --
91 gentoo-commits@g.o mailing list