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/json-glib/
Date: Fri, 07 Jul 2017 21:21:04
Message-Id: 1499462409.2c1b1db141bcc0a19540e3e3bdc7eed281b04af9.leio@gentoo
1 commit: 2c1b1db141bcc0a19540e3e3bdc7eed281b04af9
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 21:05:37 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 21:20:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1b1db1
7
8 dev-libs/json-glib: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-libs/json-glib/Manifest | 1 -
13 dev-libs/json-glib/json-glib-1.2.2.ebuild | 54 -------------------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/dev-libs/json-glib/Manifest b/dev-libs/json-glib/Manifest
17 index 59bf1bc4946..73e2325289b 100644
18 --- a/dev-libs/json-glib/Manifest
19 +++ b/dev-libs/json-glib/Manifest
20 @@ -1,2 +1 @@
21 -DIST json-glib-1.2.2.tar.xz 590376 SHA256 ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621 SHA512 04cbb303c4c6fc6e8af8bc25353b7aff7454250e317f29e4544e850c251aa8c6c88f81cbada8aafd42db637f5521814a86720b0784bc6f202cb222140e993bcf WHIRLPOOL ad5d0d092356beb03537cd07adde488d125487484b02be6e15329eb5d14b0f80f7967b7abee843cbb153da81e440f31787742f12378e6d7c28a152485acc035c
22 DIST json-glib-1.2.8.tar.xz 604336 SHA256 fd55a9037d39e7a10f0db64309f5f0265fa32ec962bf85066087b83a2807f40a SHA512 85d8ad431363b8698d71684927b8aa38749d99ea7236334ec09fd81482489f1ab9cb12dabcbe13f6b6ffd7e5d70ade47a36b511e275915d4aa858af647db90ba WHIRLPOOL 2c770d113e4b1911fe98ca127110c45443a5e992d442265c8e48a65f66d1429bff1099b4015f93d110b547734f4478febe1d27a81e7774cf3f23e0696c51fe18
23
24 diff --git a/dev-libs/json-glib/json-glib-1.2.2.ebuild b/dev-libs/json-glib/json-glib-1.2.2.ebuild
25 deleted file mode 100644
26 index 112509f3c2f..00000000000
27 --- a/dev-libs/json-glib/json-glib-1.2.2.ebuild
28 +++ /dev/null
29 @@ -1,54 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit gnome2 multilib-minimal
35 -
36 -DESCRIPTION="Library providing GLib serialization and deserialization for the JSON format"
37 -HOMEPAGE="https://wiki.gnome.org/Projects/JsonGlib"
38 -
39 -LICENSE="LGPL-2.1+"
40 -SLOT="0"
41 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
42 -IUSE="debug +introspection"
43 -
44 -RDEPEND="
45 - >=dev-libs/glib-2.37.6:2[${MULTILIB_USEDEP}]
46 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
47 -"
48 -DEPEND="${RDEPEND}
49 - ~app-text/docbook-xml-dtd-4.1.2
50 - app-text/docbook-xsl-stylesheets
51 - dev-libs/libxslt
52 - >=dev-util/gtk-doc-am-1.20
53 - >=sys-devel/gettext-0.18
54 - virtual/pkgconfig[${MULTILIB_USEDEP}]
55 -"
56 -
57 -src_prepare() {
58 - # Do not touch CFLAGS
59 - sed -e 's/CFLAGS -g/CFLAGS/' -i "${S}"/configure || die
60 - gnome2_src_prepare
61 -}
62 -
63 -multilib_src_configure() {
64 - # Coverage support is useless, and causes runtime problems
65 - ECONF_SOURCE=${S} \
66 - gnome2_src_configure \
67 - --enable-man \
68 - --disable-gcov \
69 - $(usex debug --enable-debug=yes --enable-debug=minimum) \
70 - $(multilib_native_use_enable introspection)
71 -
72 - if multilib_is_native_abi; then
73 - ln -s "${S}"/doc/reference/html doc/reference/html || die
74 - fi
75 -}
76 -
77 -multilib_src_compile() {
78 - gnome2_src_compile
79 -}
80 -
81 -multilib_src_install() {
82 - gnome2_src_install
83 -}