* [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: gobject-introspection-0.10.8.ebuild ChangeLog gobject-introspection-0.10.6.ebuild gobject-introspection-0.10.7-r1.ebuild
@ 2011-04-24 12:48 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; only message in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-04-24 12:48 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/04/24 12:48:51
Modified: ChangeLog
Added: gobject-introspection-0.10.8.ebuild
Removed: gobject-introspection-0.10.6.ebuild
gobject-introspection-0.10.7-r1.ebuild
Log:
Bump to 0.10.8, remove old
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Revision Changes Path
1.27 dev-libs/gobject-introspection/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 19 Apr 2011 08:52:22 -0000 1.26
+++ ChangeLog 24 Apr 2011 12:48:51 -0000 1.27
@@ -1,6 +1,15 @@
# ChangeLog for dev-libs/gobject-introspection
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.26 2011/04/19 08:52:22 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.27 2011/04/24 12:48:51 nirbheek Exp $
+
+*gobject-introspection-0.10.8 (24 Apr 2011)
+
+ 24 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ -gobject-introspection-0.10.6.ebuild,
+ -gobject-introspection-0.10.7-r1.ebuild,
+ -files/gobject-introspection-0.10.7-fix-g-variant-new.patch,
+ +gobject-introspection-0.10.8.ebuild:
+ Bump to 0.10.8, remove old
*gobject-introspection-0.10.7-r1 (19 Apr 2011)
1.1 dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild?rev=1.1&content-type=text/plain
Index: gobject-introspection-0.10.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild,v 1.1 2011/04/24 12:48:51 nirbheek Exp $
EAPI="3"
GCONF_DEBUG="no"
PYTHON_DEPEND="2:2.5"
inherit gnome2 python
DESCRIPTION="Introspection infrastructure for gobject library bindings"
HOMEPAGE="http://live.gnome.org/GObjectIntrospection/"
LICENSE="LGPL-2 GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="doc test"
RDEPEND=">=dev-libs/glib-2.24:2
virtual/libffi"
DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/flex
doc? ( >=dev-util/gtk-doc-1.12 )
test? ( x11-libs/cairo )"
pkg_setup() {
DOCS="AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO"
G2CONF="${G2CONF}
--disable-static
$(use_enable test tests)"
python_set_active_version 2
}
src_prepare() {
# FIXME: Parallel compilation failure with USE=doc
use doc && MAKEOPTS="-j1"
# Don't pre-compile .py
ln -sf $(type -P true) py-compile
}
src_install() {
gnome2_src_install
python_convert_shebangs 2 "${ED}"usr/bin/g-ir-scanner
python_convert_shebangs 2 "${ED}"usr/bin/g-ir-annotation-tool
find "${ED}" -name "*.la" -delete || die "la files removal failed"
}
pkg_postinst() {
python_mod_optimize /usr/$(get_libdir)/${PN}/giscanner
python_need_rebuild
}
pkg_postrm() {
python_mod_cleanup /usr/lib*/${PN}/giscanner
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-24 12:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-24 12:48 [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: gobject-introspection-0.10.8.ebuild ChangeLog gobject-introspection-0.10.6.ebuild gobject-introspection-0.10.7-r1.ebuild Nirbheek Chauhan (nirbheek)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox