Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/json-c/
Date: Sun, 10 Feb 2019 17:25:19
Message-Id: 1549819505.19b53f00c5cc61d1198cbc805ba5d6ebeffecef6.zlogene@gentoo
1 commit: 19b53f00c5cc61d1198cbc805ba5d6ebeffecef6
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 17:25:05 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 17:25:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b53f00
7
8 dev-libs/json-c: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/json-c/Manifest | 1 -
14 dev-libs/json-c/json-c-0.12.ebuild | 40 --------------------------------------
15 2 files changed, 41 deletions(-)
16
17 diff --git a/dev-libs/json-c/Manifest b/dev-libs/json-c/Manifest
18 index 40602e756dd..358927a4fd1 100644
19 --- a/dev-libs/json-c/Manifest
20 +++ b/dev-libs/json-c/Manifest
21 @@ -1,2 +1 @@
22 -DIST json-c-0.12.tar.gz 501419 BLAKE2B 24f035792ff1ba5c39e55bca6ee4ba2509ab71d0374c70b520791f38e1ec4ff2245a282f234fde9f4a02cd9eaaaaa998ce307563a20702c04ee972fdf51f2539 SHA512 c959804362386f6b77e9d04b5fedf6d6aff1fcd0ab50250edb25f759b510b402e7ad4b33d1cbadc3337b63a3145d19f310812a9ee351748348304b384dc2dc35
23 DIST json-c-0.13.1.tar.gz 639425 BLAKE2B 1da310309f9ce03306a9fd4a161670e460cf0b2222348df7c006902390f74a4cf100aab1ce6ac8a361a278dd917c114a278de5b3445817f3a40ae287478add46 SHA512 e984db2a42b9c95b52c798b2e8dd1b79951a8dcba27370af30c43b9549fbb00008dbcf052a535c528209aaee38e6d1f760168b706905ae72f3e704ed20f8a1a1
24
25 diff --git a/dev-libs/json-c/json-c-0.12.ebuild b/dev-libs/json-c/json-c-0.12.ebuild
26 deleted file mode 100644
27 index 9074dc52349..00000000000
28 --- a/dev-libs/json-c/json-c-0.12.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -AUTOTOOLS_AUTORECONF=true
37 -
38 -inherit autotools-multilib
39 -
40 -DESCRIPTION="A JSON implementation in C"
41 -HOMEPAGE="https://github.com/json-c/json-c/wiki"
42 -SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0/2"
46 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
47 -IUSE="doc static-libs"
48 -
49 -RDEPEND=""
50 -
51 -# tests break otherwise
52 -AUTOTOOLS_IN_SOURCE_BUILD=1
53 -
54 -src_prepare() {
55 - sed -i -e "s:-Werror::" Makefile.am.inc || die
56 - autotools-multilib_src_prepare
57 -}
58 -
59 -src_test() {
60 - export USE_VALGRIND=0 VERBOSE=1
61 - autotools-multilib_src_test
62 -}
63 -
64 -src_install() {
65 - use doc && HTML_DOCS=( "${S}"/doc/html )
66 - autotools-multilib_src_install
67 -
68 - # add symlink for projects not using pkgconfig
69 - dosym ../json-c /usr/include/json-c/json
70 -}