From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/json-c/
Date: Mon, 11 Feb 2019 16:26:09 +0000 (UTC) [thread overview]
Message-ID: <1549902361.f222c6da4f17a2b813aa03e3fcf13d1384425339.whissi@gentoo> (raw)
commit: f222c6da4f17a2b813aa03e3fcf13d1384425339
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 11 16:25:37 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 16:26:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f222c6da
Revert "dev-libs/json-c: Drop old"
This reverts commit 19b53f00c5cc61d1198cbc805ba5d6ebeffecef6.
<dev-libs/json-c-0.13 is still required for net-libs/libhubbub.
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-libs/json-c/Manifest | 1 +
dev-libs/json-c/json-c-0.12.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-libs/json-c/Manifest b/dev-libs/json-c/Manifest
index 358927a4fd1..40602e756dd 100644
--- a/dev-libs/json-c/Manifest
+++ b/dev-libs/json-c/Manifest
@@ -1 +1,2 @@
+DIST json-c-0.12.tar.gz 501419 BLAKE2B 24f035792ff1ba5c39e55bca6ee4ba2509ab71d0374c70b520791f38e1ec4ff2245a282f234fde9f4a02cd9eaaaaa998ce307563a20702c04ee972fdf51f2539 SHA512 c959804362386f6b77e9d04b5fedf6d6aff1fcd0ab50250edb25f759b510b402e7ad4b33d1cbadc3337b63a3145d19f310812a9ee351748348304b384dc2dc35
DIST json-c-0.13.1.tar.gz 639425 BLAKE2B 1da310309f9ce03306a9fd4a161670e460cf0b2222348df7c006902390f74a4cf100aab1ce6ac8a361a278dd917c114a278de5b3445817f3a40ae287478add46 SHA512 e984db2a42b9c95b52c798b2e8dd1b79951a8dcba27370af30c43b9549fbb00008dbcf052a535c528209aaee38e6d1f760168b706905ae72f3e704ed20f8a1a1
diff --git a/dev-libs/json-c/json-c-0.12.ebuild b/dev-libs/json-c/json-c-0.12.ebuild
new file mode 100644
index 00000000000..9074dc52349
--- /dev/null
+++ b/dev-libs/json-c/json-c-0.12.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-multilib
+
+DESCRIPTION="A JSON implementation in C"
+HOMEPAGE="https://github.com/json-c/json-c/wiki"
+SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/2"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="doc static-libs"
+
+RDEPEND=""
+
+# tests break otherwise
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+src_prepare() {
+ sed -i -e "s:-Werror::" Makefile.am.inc || die
+ autotools-multilib_src_prepare
+}
+
+src_test() {
+ export USE_VALGRIND=0 VERBOSE=1
+ autotools-multilib_src_test
+}
+
+src_install() {
+ use doc && HTML_DOCS=( "${S}"/doc/html )
+ autotools-multilib_src_install
+
+ # add symlink for projects not using pkgconfig
+ dosym ../json-c /usr/include/json-c/json
+}
next reply other threads:[~2019-02-11 16:26 UTC|newest]
Thread overview: 95+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-11 16:26 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 8:52 [gentoo-commits] repo/gentoo:master commit in: dev-libs/json-c/ Petr Vaněk
2025-02-17 20:18 Sam James
2024-11-23 16:17 Sam James
2024-11-23 13:02 Arthur Zamarin
2024-11-23 12:28 Arthur Zamarin
2024-11-23 10:32 Sam James
2024-11-23 10:32 Sam James
2024-09-27 20:09 Sam James
2024-06-18 18:55 Jakov Smolić
2024-03-16 5:23 Sam James
2023-12-23 18:45 Jakov Smolić
2023-11-29 12:02 Arthur Zamarin
2023-10-04 18:32 Arthur Zamarin
2023-10-03 22:46 Sam James
2023-10-03 22:41 Sam James
2023-10-03 22:41 Sam James
2023-10-03 22:40 Sam James
2023-10-03 22:39 Sam James
2023-10-03 22:39 Sam James
2023-08-27 10:21 Jakov Smolić
2023-08-27 10:21 Jakov Smolić
2023-03-26 6:21 Sam James
2022-05-30 13:53 Jakov Smolić
2022-05-30 6:57 Agostino Sarubbo
2022-05-30 6:57 Agostino Sarubbo
2022-05-30 6:56 Agostino Sarubbo
2022-05-29 14:36 Jakov Smolić
2022-05-29 7:02 Joonas Niilola
2022-05-28 16:07 Jakov Smolić
2022-05-28 16:07 Jakov Smolić
2022-05-28 15:58 Jakov Smolić
2022-05-07 4:28 WANG Xuerui
2022-04-28 6:54 Jakov Smolić
2022-04-27 22:23 Jakov Smolić
2022-04-27 22:23 Jakov Smolić
2020-12-27 17:52 Sam James
2020-09-13 8:44 Sergei Trofimovich
2020-09-10 19:07 Sergei Trofimovich
2020-09-09 21:35 Sergei Trofimovich
2020-09-07 21:21 Sam James
2020-09-07 21:21 Sam James
2020-09-07 14:54 Thomas Deutschmann
2020-08-30 23:33 Sam James
2020-08-30 23:30 Yixun Lan
2020-08-08 9:04 Joonas Niilola
2020-08-08 9:04 Joonas Niilola
2020-07-24 12:03 Joonas Niilola
2020-07-13 15:54 Joonas Niilola
2020-07-05 8:24 Joonas Niilola
2020-05-20 15:52 Mart Raudsepp
2020-05-19 9:59 Thomas Deutschmann
2020-05-19 9:59 Thomas Deutschmann
2020-05-15 17:33 Sergei Trofimovich
2020-05-15 11:47 Agostino Sarubbo
2020-05-15 11:46 Agostino Sarubbo
2020-05-15 11:45 Agostino Sarubbo
2020-05-15 10:30 Agostino Sarubbo
2020-05-15 10:29 Agostino Sarubbo
2020-05-15 10:28 Agostino Sarubbo
2020-05-15 10:18 Agostino Sarubbo
2020-05-12 13:58 Joonas Niilola
2020-05-12 13:58 Joonas Niilola
2020-05-01 15:21 Thomas Deutschmann
2020-04-08 20:40 Göktürk Yüksek
2019-02-10 17:25 Mikle Kolyada
2019-02-10 17:23 Mikle Kolyada
2019-02-07 12:46 Mikle Kolyada
2019-01-31 14:23 Tobias Klausmann
2019-01-29 12:15 Mikle Kolyada
2019-01-27 11:05 Pacho Ramos
2019-01-23 20:53 Sergei Trofimovich
2019-01-21 23:31 Sergei Trofimovich
2019-01-21 23:28 Sergei Trofimovich
2019-01-21 23:26 Sergei Trofimovich
2019-01-21 20:24 Mart Raudsepp
2019-01-21 19:40 Sergei Trofimovich
2018-05-03 0:16 Thomas Deutschmann
2018-05-01 21:29 Patrice Clement
2017-12-18 18:15 Thomas Deutschmann
2017-12-18 18:15 Thomas Deutschmann
2017-09-22 6:12 Tim Harder
2017-06-20 13:15 Alexis Ballier
2016-11-20 22:56 Aaron Bauman
2016-11-20 22:54 Aaron Bauman
2016-07-08 12:02 Agostino Sarubbo
2016-07-08 10:02 Agostino Sarubbo
2016-07-05 5:08 Yixun Lan
2016-05-02 4:02 Matt Turner
2016-04-11 10:39 Agostino Sarubbo
2016-03-30 18:28 Markus Meier
2016-03-27 10:16 Agostino Sarubbo
2016-03-26 9:09 Jeroen Roovers
2016-03-22 14:32 Agostino Sarubbo
2015-10-07 0:57 Chí-Thanh Christopher Nguyễn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1549902361.f222c6da4f17a2b813aa03e3fcf13d1384425339.whissi@gentoo \
--to=whissi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox