Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/devhelp: ChangeLog devhelp-0.16.ebuild
Date: Fri, 14 Sep 2007 05:50:35
Message-Id: E1IW3xS-0005NR-SL@stork.gentoo.org
1 compnerd 07/09/14 05:43:14
2
3 Modified: ChangeLog
4 Added: devhelp-0.16.ebuild
5 Log:
6 version bump from upstream
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.59 dev-util/devhelp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/devhelp/ChangeLog?rev=1.59&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/devhelp/ChangeLog?rev=1.59&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/devhelp/ChangeLog?r1=1.58&r2=1.59
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v
19 retrieving revision 1.58
20 retrieving revision 1.59
21 diff -u -r1.58 -r1.59
22 --- ChangeLog 11 Aug 2007 15:48:07 -0000 1.58
23 +++ ChangeLog 14 Sep 2007 05:43:14 -0000 1.59
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-util/devhelp
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.58 2007/08/11 15:48:07 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.59 2007/09/14 05:43:14 compnerd Exp $
29 +
30 + 14 Sep 2007; Saleem Abdulrasool <compnerd@g.o>
31 + +devhelp-0.16.ebuild:
32 + Version bump from upstream
33
34 11 Aug 2007; Mart Raudsepp <leio@g.o>
35 -files/devhelp-0.11-mozilla-includes.patch, -devhelp-0.11-r1.ebuild,
36
37
38
39 1.1 dev-util/devhelp/devhelp-0.16.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/devhelp/devhelp-0.16.ebuild?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/devhelp/devhelp-0.16.ebuild?rev=1.1&content-type=text/plain
43
44 Index: devhelp-0.16.ebuild
45 ===================================================================
46 # Copyright 1999-2007 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.16.ebuild,v 1.1 2007/09/14 05:43:14 compnerd Exp $
49
50 inherit toolchain-funcs gnome2
51
52 DESCRIPTION="An API documentation browser for GNOME 2"
53 HOMEPAGE="http://developer.imendio.com/wiki/Devhelp"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
58 IUSE="xulrunner zlib"
59
60 RDEPEND=">=gnome-base/gconf-2.6
61 >=x11-libs/gtk+-2.8
62 >=dev-libs/glib-2.8
63 >=gnome-base/libglade-2.4
64 >=x11-libs/libwnck-2.10
65 sparc? ( >=www-client/mozilla-firefox-1.0.2-r1 )
66 || (
67 xulrunner? ( net-libs/xulrunner )
68 >=www-client/mozilla-firefox-1.0.2-r1
69 )
70 zlib? ( sys-libs/zlib )"
71 DEPEND="${RDEPEND}
72 sys-devel/gettext
73 >=dev-util/intltool-0.35
74 >=dev-util/pkgconfig-0.9"
75
76 DOCS="AUTHORS ChangeLog NEWS README"
77
78 pkg_setup() {
79 G2CONF="$(use_with zlib)"
80
81 if use xulrunner ; then
82 G2CONF="${G2CONF} --with-gecko=xulrunner"
83 else
84 G2CONF="${G2CONF} --with-gecko=firefox"
85 fi
86
87 # ICC is crazy, silence warnings (bug #154010)
88 if [[ $(tc-getCC) == "icc" ]] ; then
89 G2CONF="${G2CONF} --with-compile-warnings=no"
90 fi
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list