diff options
| author | Sam James <sam@gentoo.org> | 2020-08-30 23:33:16 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2020-08-30 23:33:16 +0000 |
| commit | 64b400382afdbff8b60d4f9726ffd3bcee6e628e (patch) | |
| tree | 92dc7bd872e46d67c9e4688e2bc7c9438772cbc9 /dev-libs/json-c/json-c-0.13.1-r1.ebuild | |
| parent | d4a8caa8bf12a0b1feaf9173015c3ee5273324af (diff) | |
| download | gentoo-64b400382afdbff8b60d4f9726ffd3bcee6e628e.tar.gz gentoo-64b400382afdbff8b60d4f9726ffd3bcee6e628e.tar.bz2 gentoo-64b400382afdbff8b60d4f9726ffd3bcee6e628e.zip | |
dev-libs/json-c: security cleanup
Closes: https://bugs.gentoo.org/722150
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/json-c/json-c-0.13.1-r1.ebuild')
| -rw-r--r-- | dev-libs/json-c/json-c-0.13.1-r1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-libs/json-c/json-c-0.13.1-r1.ebuild b/dev-libs/json-c/json-c-0.13.1-r1.ebuild deleted file mode 100644 index 74ff2bc61f49..000000000000 --- a/dev-libs/json-c/json-c-0.13.1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools multilib-minimal ltprune - -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/4" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="doc static-libs" - -src_prepare() { - default - sed -i -e "s:-Werror::" configure.ac || die - eautoreconf - - # tests break otherwise - multilib_copy_sources -} - -multilib_src_configure() { - ECONF_SOURCE=${S} econf $(use_enable static-libs static) -} - -multilib_src_test() { - export USE_VALGRIND=0 VERBOSE=1 - default -} - -multilib_src_install_all() { - use doc && HTML_DOCS=( "${S}"/doc/html/. ) - einstalldocs - - # add symlink for projects not using pkgconfig - dosym ../json-c /usr/include/json-c/json - - prune_libtool_files -} |
