eva 15/06/09 10:42:42 Modified: ChangeLog Added: gjs-1.43.3.ebuild Removed: gjs-1.40.1.ebuild Log: Version bump for Gnome 3.16. Clean up old revision. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.69 dev-libs/gjs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 7 Jun 2015 10:29:17 -0000 1.68 +++ ChangeLog 9 Jun 2015 10:42:42 -0000 1.69 @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/gjs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.68 2015/06/07 10:29:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.69 2015/06/09 10:42:42 eva Exp $ + +*gjs-1.43.3 (09 Jun 2015) + + 09 Jun 2015; Gilles Dartiguelongue <[email protected]> -gjs-1.40.1.ebuild, + +gjs-1.43.3.ebuild, +files/gjs-1.43.3-disable-unittest-1.patch, + +files/gjs-1.43.3-disable-unittest-2.patch: + Version bump for Gnome 3.16. Clean up old revision. 07 Jun 2015; Markus Meier <[email protected]> gjs-1.42.0.ebuild: arm stable, bug #534012 1.1 dev-libs/gjs/gjs-1.43.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.43.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.43.3.ebuild?rev=1.1&content-type=text/plain Index: gjs-1.43.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.43.3.ebuild,v 1.1 2015/06/09 10:42:42 eva Exp $ EAPI="5" GCONF_DEBUG="no" inherit eutils gnome2 pax-utils virtualx DESCRIPTION="Javascript bindings for GNOME" HOMEPAGE="https://wiki.gnome.org/Projects/Gjs" LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" IUSE="+cairo examples gtk test" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=" >=dev-libs/glib-2.36:2 >=dev-libs/gobject-introspection-1.41.4 sys-libs/readline:0 dev-lang/spidermonkey:24 virtual/libffi cairo? ( x11-libs/cairo[X] ) gtk? ( x11-libs/gtk+:3 ) " DEPEND="${RDEPEND} gnome-base/gnome-common sys-devel/gettext virtual/pkgconfig test? ( sys-apps/dbus ) " src_prepare() { # Disable broken unittests epatch "${FILESDIR}"/${PN}-1.43.3-disable-unittest-*.patch gnome2_src_prepare } src_configure() { # FIXME: add systemtap/dtrace support, like in glib:2 # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason # XXX: Do NOT enable coverage, completely useless for portage installs gnome2_src_configure \ --disable-systemtap \ --disable-dtrace \ --disable-coverage \ $(use_with cairo cairo) \ $(use_with gtk) } src_test() { Xemake check } src_install() { # installation sometimes fails in parallel gnome2_src_install -j1 if use examples; then insinto /usr/share/doc/"${PF}"/examples doins "${S}"/examples/* fi # Required for gjs-console to run correctly on PaX systems pax-mark mr "${ED}/usr/bin/gjs-console" }
