Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/files/, dev-libs/gjs/
Date: Sat, 30 Mar 2019 22:21:12
Message-Id: 1553983757.8aaf7044c50faeccc492dd86a6d43a95be378ad0.leio@gentoo
1 commit: 8aaf7044c50faeccc492dd86a6d43a95be378ad0
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 22:09:17 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 22:09:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aaf7044
7
8 dev-libs/gjs: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/gjs/Manifest | 2 -
14 dev-libs/gjs/files/1.48.6-disable-unittest.patch | 24 ----------
15 dev-libs/gjs/gjs-1.50.4.ebuild | 57 -----------------------
16 dev-libs/gjs/gjs-1.52.5.ebuild | 58 ------------------------
17 4 files changed, 141 deletions(-)
18
19 diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest
20 index 1506fea729b..1d2a8e38de9 100644
21 --- a/dev-libs/gjs/Manifest
22 +++ b/dev-libs/gjs/Manifest
23 @@ -1,5 +1,3 @@
24 DIST gjs-1.46.0.tar.xz 490812 BLAKE2B d7b71d6c611404d9313cdd19959e2a0cb7f035bbd2528db77ccb0030e685019b756216bfbc64885b3641c14cab2f29110492c87047c3ceb1a627765857b19a95 SHA512 14af40668e95d269ac87556c75cf45680c41bc8246f04c46726d34bd80e9344045c0a510567f156c2c25c1f10dd474dc38bd50581d1b2e5abe0daa0cf570e2bc
25 DIST gjs-1.48.7.tar.xz 595324 BLAKE2B eac8b5b2f7e909e94e3fb305cac443da3f433047ee07fa8fbd15905890f77d57449c8689867df61f1ac849b8b4bddc089a9b1ddc3aa79d4b3d054226c58fa909 SHA512 b8c58e068eaecfca2fa40cebe209fa8058e603809be4307099a0f3dbd561752a540d587d546ffa74aef0268a111f2b2846a1e0febda1adcefdac8c02e716e2dd
26 -DIST gjs-1.50.4.tar.xz 612260 BLAKE2B c5731dd9f0703a3c6fa8e407fdba888629f7f0ad197ad60a433bc9eb315a6f633e9f192cf3ef51d17dd3529f66dc4c291f302e5dd57873e6f274047af46c2647 SHA512 d95aed6ec8001ccc5f70abad8e2c6dcee8d62f54500f19f5acb25096b398b03a932afeb226d27c0bd6c5c57d9685403f7b77b06ee7b861648402a9137446fcbb
27 -DIST gjs-1.52.5.tar.xz 627796 BLAKE2B c6e6af2572b627ac81794dec1c8101476d5c7a441e879c73bbf394775a0d508ea34b3e78deb5976f0010d7d026f6186196e12ff1ad9a1fa614e1543b6be048bd SHA512 55fdf22d23185c2b108264918dfaf4b4b7a9ba342210aafb0293b81401f7db5b2d35757caefb66b435c124a6314b9daf578dd066272c9ccb8fe5c4d05d18ebcc
28 DIST gjs-1.54.3.tar.xz 647704 BLAKE2B 792225afd9828755ef67b3e7221d4c53535d79d879e0aef0c7c56f06e02313a966776b5dddf9876649984a1599eb44a27d6288f9216bb929a66ad9e14cb632e5 SHA512 f19e667963fa3feecd23a9e4cc263a55d9d1311de7d10905969966f74e26ff982839c192c555cbc059e4fd65ff7c89d18944ca6bf8ffbb65ec91081036d19505
29
30 diff --git a/dev-libs/gjs/files/1.48.6-disable-unittest.patch b/dev-libs/gjs/files/1.48.6-disable-unittest.patch
31 deleted file mode 100644
32 index 3925fed0140..00000000000
33 --- a/dev-libs/gjs/files/1.48.6-disable-unittest.patch
34 +++ /dev/null
35 @@ -1,24 +0,0 @@
36 -commit e9b7360c9a057c4a6718c9561e5cb6dcee279ec2
37 -Author: Timo Tambet <ttambet@×××××.com>
38 -Date: Sat Apr 22 22:32:36 2017 +0300
39 -
40 - Comment out broken JS unittest
41 -
42 -diff --git a/installed-tests/js/testLocale.js b/installed-tests/js/testLocale.js
43 -index edd8a6e..0b0847a 100644
44 ---- a/installed-tests/js/testLocale.js
45 -+++ b/installed-tests/js/testLocale.js
46 -@@ -4,11 +4,12 @@ describe('JS_SetLocaleCallbacks', function () {
47 - });
48 -
49 - // Requesting the weekday name tests locale_to_unicode
50 -+ /*
51 - it('toLocaleDateString() works', function () {
52 - let date = new Date('12/15/1981');
53 - let datestr = date.toLocaleDateString('pt-BR', { weekday: 'long' });
54 - expect(datestr).toEqual('terça-feira');
55 -- });
56 -+ });*/
57 -
58 - it('toLocaleLowerCase() works', function () {
59 - expect('AAA'.toLocaleLowerCase()).toEqual('aaa');
60
61 diff --git a/dev-libs/gjs/gjs-1.50.4.ebuild b/dev-libs/gjs/gjs-1.50.4.ebuild
62 deleted file mode 100644
63 index f31803a08d2..00000000000
64 --- a/dev-libs/gjs/gjs-1.50.4.ebuild
65 +++ /dev/null
66 @@ -1,57 +0,0 @@
67 -# Copyright 1999-2018 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=6
71 -inherit gnome2 pax-utils virtualx
72 -
73 -DESCRIPTION="Javascript bindings for GNOME"
74 -HOMEPAGE="https://wiki.gnome.org/Projects/Gjs"
75 -
76 -LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
77 -SLOT="0"
78 -IUSE="+cairo examples gtk test"
79 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
80 -
81 -RDEPEND="
82 - >=dev-libs/glib-2.52.1
83 - >=dev-libs/gobject-introspection-1.53.4:=
84 -
85 - sys-libs/readline:0=
86 - dev-lang/spidermonkey:52
87 - virtual/libffi:=
88 - cairo? ( x11-libs/cairo[X] )
89 - gtk? ( >=x11-libs/gtk+-3.20:3 )
90 -"
91 -DEPEND="${RDEPEND}
92 - gnome-base/gnome-common
93 - sys-devel/gettext
94 - virtual/pkgconfig
95 - test? ( sys-apps/dbus )
96 -"
97 -
98 -src_configure() {
99 - # FIXME: add systemtap/dtrace support, like in glib:2
100 - # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
101 - # XXX: Do NOT enable coverage, completely useless for portage installs
102 - gnome2_src_configure \
103 - --disable-systemtap \
104 - --disable-dtrace \
105 - --disable-code-coverage \
106 - $(use_with cairo cairo) \
107 - $(use_with gtk) \
108 - $(use_with test dbus-tests) \
109 - $(use_with test xvfb-tests)
110 -}
111 -
112 -src_install() {
113 - # installation sometimes fails in parallel, bug #???
114 - gnome2_src_install -j1
115 -
116 - if use examples; then
117 - insinto /usr/share/doc/"${PF}"/examples
118 - doins "${S}"/examples/*
119 - fi
120 -
121 - # Required for gjs-console to run correctly on PaX systems
122 - pax-mark mr "${ED}/usr/bin/gjs-console"
123 -}
124
125 diff --git a/dev-libs/gjs/gjs-1.52.5.ebuild b/dev-libs/gjs/gjs-1.52.5.ebuild
126 deleted file mode 100644
127 index 4a706d4682f..00000000000
128 --- a/dev-libs/gjs/gjs-1.52.5.ebuild
129 +++ /dev/null
130 @@ -1,58 +0,0 @@
131 -# Copyright 1999-2019 Gentoo Authors
132 -# Distributed under the terms of the GNU General Public License v2
133 -
134 -EAPI=6
135 -inherit gnome2 pax-utils virtualx
136 -
137 -DESCRIPTION="Javascript bindings for GNOME"
138 -HOMEPAGE="https://wiki.gnome.org/Projects/Gjs"
139 -
140 -LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
141 -SLOT="0"
142 -IUSE="+cairo examples gtk test"
143 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
144 -
145 -RDEPEND="
146 - >=dev-libs/glib-2.52.1
147 - >=dev-libs/gobject-introspection-1.53.4:=
148 -
149 - sys-libs/readline:0=
150 - dev-lang/spidermonkey:52
151 - virtual/libffi:=
152 - cairo? ( x11-libs/cairo[X] )
153 - gtk? ( >=x11-libs/gtk+-3.20:3 )
154 -"
155 -DEPEND="${RDEPEND}
156 - gnome-base/gnome-common
157 - sys-devel/gettext
158 - virtual/pkgconfig
159 - test? ( sys-apps/dbus )
160 -"
161 -
162 -src_configure() {
163 - # FIXME: add systemtap/dtrace support, like in glib:2
164 - # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
165 - # XXX: Do NOT enable coverage, completely useless for portage installs
166 - gnome2_src_configure \
167 - --disable-systemtap \
168 - --disable-dtrace \
169 - --enable-profiler \
170 - --disable-code-coverage \
171 - $(use_with cairo cairo) \
172 - $(use_with gtk) \
173 - $(use_with test dbus-tests) \
174 - $(use_with test xvfb-tests)
175 -}
176 -
177 -src_install() {
178 - # installation sometimes fails in parallel, bug #???
179 - gnome2_src_install -j1
180 -
181 - if use examples; then
182 - insinto /usr/share/doc/"${PF}"/examples
183 - doins "${S}"/examples/*
184 - fi
185 -
186 - # Required for gjs-console to run correctly on PaX systems
187 - pax-mark mr "${ED}/usr/bin/gjs-console"
188 -}