eva         14/12/21 12:41:14

  Modified:             ChangeLog
  Added:                gjs-1.42.0.ebuild
  Removed:              gjs-1.38.1.ebuild
  Log:
  Version bump for Gnome 3.14. Clean up old revision.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.56                 dev-libs/gjs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?rev=1.56&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?rev=1.56&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   19 Dec 2014 13:35:05 -0000      1.55
+++ ChangeLog   21 Dec 2014 12:41:14 -0000      1.56
@@ -1,6 +1,15 @@
 # ChangeLog for dev-libs/gjs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.55 2014/12/19 
13:35:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.56 2014/12/21 
12:41:14 eva Exp $
+
+*gjs-1.42.0 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue <e...@gentoo.org> -gjs-1.38.1.ebuild,
+  +gjs-1.42.0.ebuild, -files/gjs-1.38.1-fix-unittests.patch,
+  +files/gjs-1.42.0-disable-unittest-1.patch,
+  +files/gjs-1.42.0-disable-unittest-2.patch,
+  +files/gjs-1.42.0-disable-unittest-3.patch:
+  Version bump for Gnome 3.14. Clean up old revision.
 
   19 Dec 2014; Pacho Ramos <pa...@gentoo.org> gjs-1.40.1-r1.ebuild:
   amd64 stable, bug 529964



1.1                  dev-libs/gjs/gjs-1.42.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.42.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.42.0.ebuild?rev=1.1&content-type=text/plain

Index: gjs-1.42.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.42.0.ebuild,v 1.1 
2014/12/21 12:41:14 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.42.0-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"
}




Reply via email to