Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yajl/
Date: Thu, 04 Oct 2018 09:07:05
Message-Id: 1538643988.2395660c989cff0ac5a60fbcbc26b24f9cd6ba94.asturm@gentoo
1 commit: 2395660c989cff0ac5a60fbcbc26b24f9cd6ba94
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 4 09:05:49 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 09:06:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2395660c
7
8 dev-libs/yajl: Drop 2.1.0 (r0), de-stabilising hppa
9
10 hppa has no stable revdeps.
11
12 Closes: https://bugs.gentoo.org/664216
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14 Package-Manager: Portage-2.3.50, Repoman-2.3.11
15
16 dev-libs/yajl/yajl-2.1.0.ebuild | 36 ------------------------------------
17 1 file changed, 36 deletions(-)
18
19 diff --git a/dev-libs/yajl/yajl-2.1.0.ebuild b/dev-libs/yajl/yajl-2.1.0.ebuild
20 deleted file mode 100644
21 index 0b1c354fe50..00000000000
22 --- a/dev-libs/yajl/yajl-2.1.0.ebuild
23 +++ /dev/null
24 @@ -1,36 +0,0 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=5
29 -
30 -inherit eutils cmake-multilib vcs-snapshot
31 -
32 -DESCRIPTION="Small event-driven (SAX-style) JSON parser"
33 -HOMEPAGE="https://lloyd.github.com/yajl/"
34 -SRC_URI="https://github.com/lloyd/yajl/tarball/${PV} -> ${P}.tar.gz"
35 -
36 -LICENSE="ISC"
37 -SLOT="0/2"
38 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 -IUSE="static-libs"
40 -
41 -src_prepare() {
42 - cmake-utils_src_prepare
43 -
44 - multilib_copy_sources
45 -}
46 -
47 -src_test() {
48 - run_test() {
49 - cd "${BUILD_DIR}"/test/parsing
50 - ./run_tests.sh ./yajl_test || die
51 - }
52 - multilib_parallel_foreach_abi run_test
53 -}
54 -
55 -src_install() {
56 - cmake-multilib_src_install
57 -
58 - use static-libs || \
59 - find "${D}" -name libyajl_s.a -delete
60 -}