* [gentoo-commits] gentoo-x86 commit in dev-util/devhelp: ChangeLog devhelp-0.20.ebuild
@ 2008-09-21 18:17 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2008-09-21 18:17 UTC (permalink / raw
To: gentoo-commits
eva 08/09/21 18:17:02
Modified: ChangeLog
Added: devhelp-0.20.ebuild
Log:
Version bump. Uses xulrunner 1.9.
(Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r8 i686)
Revision Changes Path
1.78 dev-util/devhelp/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/devhelp/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/devhelp/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/devhelp/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 7 Jun 2008 14:36:18 -0000 1.77
+++ ChangeLog 21 Sep 2008 18:17:02 -0000 1.78
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/devhelp
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.77 2008/06/07 14:36:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.78 2008/09/21 18:17:02 eva Exp $
+
+*devhelp-0.20 (21 Sep 2008)
+
+ 21 Sep 2008; Gilles Dartiguelongue <eva@gentoo.org> +devhelp-0.20.ebuild:
+ Version bump. Uses xulrunner 1.9.
07 Jun 2008; Jeroen Roovers <jer@gentoo.org> devhelp-0.19.1.ebuild:
Marked ~hppa (dev-util/anjuta).
1.1 dev-util/devhelp/devhelp-0.20.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/devhelp/devhelp-0.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/devhelp/devhelp-0.20.ebuild?rev=1.1&content-type=text/plain
Index: devhelp-0.20.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.20.ebuild,v 1.1 2008/09/21 18:17:02 eva Exp $
inherit toolchain-funcs gnome2 python
DESCRIPTION="An API documentation browser for GNOME 2"
HOMEPAGE="http://developer.imendio.com/wiki/Devhelp"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="zlib"
RDEPEND=">=gnome-base/gconf-2.6
>=x11-libs/gtk+-2.8
>=dev-libs/glib-2.8
>=gnome-base/libglade-2.4
>=x11-libs/libwnck-2.10
=net-libs/xulrunner-1.9*
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/intltool-0.35.5
>=dev-util/pkgconfig-0.9"
DOCS="AUTHORS ChangeLog NEWS README"
src_unpack() {
gnome2_src_unpack
# disable pyc compiling
mv py-compile py-compile.orig
ln -s $(type -P true) py-compile
}
pkg_setup() {
G2CONF="$(use_with zlib)
--with-gecko=libxul-embedding"
# ICC is crazy, silence warnings (bug #154010)
if [[ $(tc-getCC) == "icc" ]] ; then
G2CONF="${G2CONF} --with-compile-warnings=no"
fi
}
pkg_postinst() {
python_version
python_mod_optimize /usr/$(get_libdir)/gedit-2/plugins/devhelp
}
pkg_postrm() {
python_mod_cleanup
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-09-21 18:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-21 18:17 [gentoo-commits] gentoo-x86 commit in dev-util/devhelp: ChangeLog devhelp-0.20.ebuild Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox