From e36c488e9727b789ca2c8b3f7f48fe0a2b9005e8 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Fri, 14 Jul 2017 08:14:51 +0300 Subject: dev-libs/gjs: bump to 1.48.5 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-libs/gjs/Manifest | 2 +- dev-libs/gjs/files/1.48.5-disable-unittest.patch | 24 ++++++++ .../gjs/files/gjs-1.48.2-disable-unittest.patch | 24 -------- dev-libs/gjs/gjs-1.48.2.ebuild | 66 ---------------------- dev-libs/gjs/gjs-1.48.5.ebuild | 66 ++++++++++++++++++++++ 5 files changed, 91 insertions(+), 91 deletions(-) create mode 100644 dev-libs/gjs/files/1.48.5-disable-unittest.patch delete mode 100644 dev-libs/gjs/files/gjs-1.48.2-disable-unittest.patch delete mode 100644 dev-libs/gjs/gjs-1.48.2.ebuild create mode 100644 dev-libs/gjs/gjs-1.48.5.ebuild (limited to 'dev-libs/gjs') diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest index c534edfdc438..c187e5f41a90 100644 --- a/dev-libs/gjs/Manifest +++ b/dev-libs/gjs/Manifest @@ -1,2 +1,2 @@ DIST gjs-1.46.0.tar.xz 490812 SHA256 2283591fa70785443793e1d7db66071b36052d707075f229baeb468d8dd25ad4 SHA512 14af40668e95d269ac87556c75cf45680c41bc8246f04c46726d34bd80e9344045c0a510567f156c2c25c1f10dd474dc38bd50581d1b2e5abe0daa0cf570e2bc WHIRLPOOL 4aaf910c344d7df028a52e43b60b49e4fb0aefd92968e068d0effc4817b0f6b3d388c8287c6f7e3f85bc92c9e5605c03ff4743677ebc95dcd383d5a84d06f4fa -DIST gjs-1.48.2.tar.xz 595888 SHA256 99c225ab2149bd31f7ac84d6ee1ea9ae843bf9a806ca853786d90e3182c4f4a1 SHA512 f936e2a90dd2ee75b235e3c678c7cc07e02ef4519dd945c7d3a9174e76ae2b2d6429f4ebe269522c7e80762650a198a1085d11c5dbf25cde1a5eae4693aba1b3 WHIRLPOOL 92eb990ddd470334dd100132f5e6b5c7c02df6ff9a8e16dea574206888069c46ab0196569f6063fad1db75bc38ff66e65701ed2420302dbb93652ad9ed761c90 +DIST gjs-1.48.5.tar.xz 596484 SHA256 cc37998e283b6e25e1814026aa5bb96e145e1ce902b02133977bbdac8db3e042 SHA512 7b41dfd573fac325fbf3c429a4925ee1c3ae202a8f9a8300824ec4978b3cddcdcaec49abd1fe02098026f55e52e8759dbb44e4439bf8c590c0c565d111828371 WHIRLPOOL 4596dafbd1a25a8bff42599fb5a86bf863947f714feab10fcc24bbcfc9a1357e9f3642308a60e41643345f9be2fff3d7167fa0dfe6d1f6db93703d97eeff4644 diff --git a/dev-libs/gjs/files/1.48.5-disable-unittest.patch b/dev-libs/gjs/files/1.48.5-disable-unittest.patch new file mode 100644 index 000000000000..3925fed0140d --- /dev/null +++ b/dev-libs/gjs/files/1.48.5-disable-unittest.patch @@ -0,0 +1,24 @@ +commit e9b7360c9a057c4a6718c9561e5cb6dcee279ec2 +Author: Timo Tambet +Date: Sat Apr 22 22:32:36 2017 +0300 + + Comment out broken JS unittest + +diff --git a/installed-tests/js/testLocale.js b/installed-tests/js/testLocale.js +index edd8a6e..0b0847a 100644 +--- a/installed-tests/js/testLocale.js ++++ b/installed-tests/js/testLocale.js +@@ -4,11 +4,12 @@ describe('JS_SetLocaleCallbacks', function () { + }); + + // Requesting the weekday name tests locale_to_unicode ++ /* + it('toLocaleDateString() works', function () { + let date = new Date('12/15/1981'); + let datestr = date.toLocaleDateString('pt-BR', { weekday: 'long' }); + expect(datestr).toEqual('terça-feira'); +- }); ++ });*/ + + it('toLocaleLowerCase() works', function () { + expect('AAA'.toLocaleLowerCase()).toEqual('aaa'); diff --git a/dev-libs/gjs/files/gjs-1.48.2-disable-unittest.patch b/dev-libs/gjs/files/gjs-1.48.2-disable-unittest.patch deleted file mode 100644 index 3925fed0140d..000000000000 --- a/dev-libs/gjs/files/gjs-1.48.2-disable-unittest.patch +++ /dev/null @@ -1,24 +0,0 @@ -commit e9b7360c9a057c4a6718c9561e5cb6dcee279ec2 -Author: Timo Tambet -Date: Sat Apr 22 22:32:36 2017 +0300 - - Comment out broken JS unittest - -diff --git a/installed-tests/js/testLocale.js b/installed-tests/js/testLocale.js -index edd8a6e..0b0847a 100644 ---- a/installed-tests/js/testLocale.js -+++ b/installed-tests/js/testLocale.js -@@ -4,11 +4,12 @@ describe('JS_SetLocaleCallbacks', function () { - }); - - // Requesting the weekday name tests locale_to_unicode -+ /* - it('toLocaleDateString() works', function () { - let date = new Date('12/15/1981'); - let datestr = date.toLocaleDateString('pt-BR', { weekday: 'long' }); - expect(datestr).toEqual('terça-feira'); -- }); -+ });*/ - - it('toLocaleLowerCase() works', function () { - expect('AAA'.toLocaleLowerCase()).toEqual('aaa'); diff --git a/dev-libs/gjs/gjs-1.48.2.ebuild b/dev-libs/gjs/gjs-1.48.2.ebuild deleted file mode 100644 index ecd8af782c5c..000000000000 --- a/dev-libs/gjs/gjs-1.48.2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit 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.52.1 - >=dev-libs/gobject-introspection-1.52.1:= - - sys-libs/readline:0 - dev-lang/spidermonkey:38 - virtual/libffi - cairo? ( x11-libs/cairo[X] ) - gtk? ( >=x11-libs/gtk+-3.20:3 ) -" -DEPEND="${RDEPEND} - gnome-base/gnome-common - sys-devel/gettext - virtual/pkgconfig - test? ( sys-apps/dbus ) -" - -PATCHES=( - # Disable broken unittests, upstream bug #???? - "${FILESDIR}"/${PN}-1.48.2-disable-unittest.patch -) - -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-code-coverage \ - $(use_with cairo cairo) \ - $(use_with gtk) \ - $(use_with test dbus-tests) \ - $(use_with test xvfb-tests) -} - -src_test() { - virtx emake check -} - -src_install() { - # installation sometimes fails in parallel, bug #??? - 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" -} diff --git a/dev-libs/gjs/gjs-1.48.5.ebuild b/dev-libs/gjs/gjs-1.48.5.ebuild new file mode 100644 index 000000000000..782d4047a2a2 --- /dev/null +++ b/dev-libs/gjs/gjs-1.48.5.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit 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.52.1 + >=dev-libs/gobject-introspection-1.52.1:= + + sys-libs/readline:0 + dev-lang/spidermonkey:38 + virtual/libffi + cairo? ( x11-libs/cairo[X] ) + gtk? ( >=x11-libs/gtk+-3.20:3 ) +" +DEPEND="${RDEPEND} + gnome-base/gnome-common + sys-devel/gettext + virtual/pkgconfig + test? ( sys-apps/dbus ) +" + +PATCHES=( + # Disable unittest failing without pt_BR locale, upstream bug #???? + "${FILESDIR}"/${PV}-disable-unittest.patch +) + +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-code-coverage \ + $(use_with cairo cairo) \ + $(use_with gtk) \ + $(use_with test dbus-tests) \ + $(use_with test xvfb-tests) +} + +src_test() { + virtx emake check +} + +src_install() { + # installation sometimes fails in parallel, bug #??? + 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" +} -- cgit v1.2.3-65-gdbad