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