eva         14/04/27 16:14:19

  Modified:             ChangeLog
  Added:                gjs-1.40.1.ebuild
  Log:
  Version bump for Gnome 3.12.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.43                 dev-libs/gjs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   25 Apr 2014 19:05:15 -0000      1.42
+++ ChangeLog   27 Apr 2014 16:14:19 -0000      1.43
@@ -1,6 +1,11 @@
 # 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.42 2014/04/25 
19:05:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.43 2014/04/27 
16:14:19 eva Exp $
+
+*gjs-1.40.1 (27 Apr 2014)
+
+  27 Apr 2014; Gilles Dartiguelongue <[email protected]> +gjs-1.40.1.ebuild:
+  Version bump for Gnome 3.12.
 
   25 Apr 2014; Pacho Ramos <[email protected]> -gjs-1.34.0-r1.ebuild:
   Drop old



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

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

Index: gjs-1.40.1.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.40.1.ebuild,v 1.1 
2014/04/27 16:14:19 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2 pax-utils virtualx

DESCRIPTION="Javascript bindings for GNOME"
HOMEPAGE="http://live.gnome.org/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.39.3

        sys-libs/readline
        dev-lang/spidermonkey:24
        virtual/libffi
        cairo? ( x11-libs/cairo )
        gtk? ( x11-libs/gtk+:3 )
"
DEPEND="${RDEPEND}
        gnome-base/gnome-common
        sys-devel/gettext
        virtual/pkgconfig
        test? ( sys-apps/dbus )
"

# Large amount of tests are broken even in master.
RESTRICT="test"

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