diff options
| author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-10 20:25:05 +0300 |
|---|---|---|
| committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-10 20:25:05 +0300 |
| commit | 19b53f00c5cc61d1198cbc805ba5d6ebeffecef6 (patch) | |
| tree | 98d52a35950f931118b0d9e6936a8fd744fc498d /dev-libs/json-c/json-c-0.12.ebuild | |
| parent | 1998bba44e658312c894b10786ab629d8ad7fcb2 (diff) | |
| download | gentoo-19b53f00c5cc61d1198cbc805ba5d6ebeffecef6.tar.gz gentoo-19b53f00c5cc61d1198cbc805ba5d6ebeffecef6.tar.bz2 gentoo-19b53f00c5cc61d1198cbc805ba5d6ebeffecef6.zip | |
dev-libs/json-c: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-libs/json-c/json-c-0.12.ebuild')
| -rw-r--r-- | dev-libs/json-c/json-c-0.12.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-libs/json-c/json-c-0.12.ebuild b/dev-libs/json-c/json-c-0.12.ebuild deleted file mode 100644 index 9074dc523491..000000000000 --- a/dev-libs/json-c/json-c-0.12.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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 -} |
