eva 15/01/11 16:06:39 Modified: ChangeLog Added: cjs-2.4.1.ebuild Removed: cjs-2.4.0.ebuild Log: Version bump. Clean up old revision. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.10 gnome-extra/cjs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cjs/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cjs/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cjs/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-extra/cjs/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 11 Jan 2015 16:01:23 -0000 1.9 +++ ChangeLog 11 Jan 2015 16:06:39 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/cjs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cjs/ChangeLog,v 1.9 2015/01/11 16:01:23 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cjs/ChangeLog,v 1.10 2015/01/11 16:06:39 eva Exp $ + +*cjs-2.4.1 (11 Jan 2015) + + 11 Jan 2015; Gilles Dartiguelongue <[email protected]> -cjs-2.4.0.ebuild, + +cjs-2.4.1.ebuild: + Version bump. Clean up old revision. 11 Jan 2015; Gilles Dartiguelongue <[email protected]> cjs-2.4.0.ebuild: Add missing cinnamon 2.2 blocker, bug #529812. 1.1 gnome-extra/cjs/cjs-2.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cjs/cjs-2.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cjs/cjs-2.4.1.ebuild?rev=1.1&content-type=text/plain Index: cjs-2.4.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/cjs/cjs-2.4.1.ebuild,v 1.1 2015/01/11 16:06:39 eva Exp $ EAPI="5" GCONF_DEBUG="no" inherit autotools eutils gnome2 pax-utils virtualx DESCRIPTION="Linux Mint's fork of gjs for Cinnamon" HOMEPAGE="http://cinnamon.linuxmint.com/" SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" IUSE="+cairo examples gtk test" KEYWORDS="~amd64 ~x86" RDEPEND=" dev-lang/spidermonkey:24 >=dev-libs/glib-2.36:2 >=dev-libs/gobject-introspection-1.38 sys-libs/readline:0 virtual/libffi cairo? ( x11-libs/cairo[X,glib] ) gtk? ( x11-libs/gtk+:3 ) " DEPEND="${RDEPEND} gnome-base/gnome-common sys-devel/gettext virtual/pkgconfig test? ( sys-apps/dbus ) " # Cinnamon 2.2 does not work with this release. RDEPEND="${RDEPEND} !<gnome-extra/cinnamon-2.4 " src_prepare() { # Disable broken unittests epatch "${FILESDIR}"/${PN}-2.4.0-disable-unittest-*.patch epatch_user eautoreconf 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) \ $(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 cjs-console to run correctly on PaX systems pax-mark mr "${ED}/usr/bin/cjs-console" }
