Gentoo Archives: gentoo-commits

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