Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/
Date: Mon, 28 Aug 2017 18:23:54
Message-Id: 1503944418.11eb45b9e0892496a426ad8b926413191fcf5d4f.mgorny@gentoo
1 commit: 11eb45b9e0892496a426ad8b926413191fcf5d4f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 17:03:28 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 18:20:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11eb45b9
7
8 dev-libs/jsoncpp: Drop old
9
10 dev-libs/jsoncpp/Manifest | 1 -
11 dev-libs/jsoncpp/jsoncpp-1.8.0.ebuild | 67 -----------------------------------
12 2 files changed, 68 deletions(-)
13
14 diff --git a/dev-libs/jsoncpp/Manifest b/dev-libs/jsoncpp/Manifest
15 index aef861db0a1..35c894df0ec 100644
16 --- a/dev-libs/jsoncpp/Manifest
17 +++ b/dev-libs/jsoncpp/Manifest
18 @@ -1,4 +1,3 @@
19 DIST jsoncpp-0.10.2.tar.gz 197188 SHA256 37bb72615018522bb78a5eb425b36dfc79e049c1d5471b724f7ccadeac0ed479 SHA512 8e451e3ba37094445ab098d5b9f7236ac84e2f15d98e2039c565e609b757c2383e91850bd86aca507ca5cd2f733fedc484bb7760eeeee7fe9bace71d97ae0d2e WHIRLPOOL 85f9861e77a7c3cecd5e859adde832b7f12a0c5eae04ecbee203e5d8c4b8b13ba034b4aa6b78a3b981aa392a4ea6a26c2e1d411ae97768d7ed422f71ec2e5d79
20 DIST jsoncpp-0.10.6.tar.gz 200213 SHA256 7c285fc40ad0c113e436a1271c4e38b5017b5c7782c306e90be9d6b2ffa90212 SHA512 9fcf584d14c31fc135c9789b36c02c5985daecc7396eb21912d5ea3e757d1fd0d516d7a060e14b4955c73f6b4aa256529281da908726919236fa65310de9f1aa WHIRLPOOL f06b804045250b205f8ca1ed6fd5504cb5e18243df16c9c255310a631d6d88f78bfd8c59e31360c1e50ccabcf5b295a095a80cdbb4e0ca5a0da54a64ff8e7919
21 -DIST jsoncpp-1.8.0.tar.gz 206659 SHA256 5deb2462cbf0c0121c9d6c9823ec72fe71417e34242e3509bc7c003d526465bc SHA512 bd0aa56827932e5b50231216c9f501da12053bf9eed6e83210b5c52afb9aff610e71995446a7e2f5f4580ff37762956a307867d3eaa1aebd6ca31e574c9e4d4c WHIRLPOOL 76bb44fc8e838a544415b802188dec19aa14cf65d41833dd7e737a8fd1e442d4566f57c505ab4a11c07a7af2f03a8053e217988882cb581b535fce55fc8e76fc
22 DIST jsoncpp-1.8.1.tar.gz 210629 SHA256 858db2faf348f89fdf1062bd3e79256772e897e7f17df73e0624edf004f2f9ac SHA512 4203826fca4c366b51d28ffc928399c914ffaba8be1cada64ff118b5742e6b469d3fc3e59344587d851447857b479794c5697d4fd11a9a55b32a3a7a801b745b WHIRLPOOL fad9803f2fdc4aba2efc235b1e6a4edab3ca19b6f0ca6a275170afb477adfdad1b1bace48dfc2424d78b6f7a2ff080987298119b1797559159197a7c268a89bb
23
24 diff --git a/dev-libs/jsoncpp/jsoncpp-1.8.0.ebuild b/dev-libs/jsoncpp/jsoncpp-1.8.0.ebuild
25 deleted file mode 100644
26 index d0141e2d7a6..00000000000
27 --- a/dev-libs/jsoncpp/jsoncpp-1.8.0.ebuild
28 +++ /dev/null
29 @@ -1,67 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit cmake-utils python-any-r1
38 -
39 -DESCRIPTION="C++ JSON reader and writer"
40 -HOMEPAGE="https://github.com/open-source-parsers/jsoncpp"
41 -SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="|| ( public-domain MIT )"
44 -SLOT="0/11"
45 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
46 -IUSE="doc test"
47 -
48 -DEPEND="
49 - doc? (
50 - app-doc/doxygen
51 - ${PYTHON_DEPS}
52 - )
53 - test? (
54 - ${PYTHON_DEPS}
55 - )"
56 -RDEPEND=""
57 -
58 -RESTRICT="!test? ( test )"
59 -
60 -pkg_setup() {
61 - if use doc || use test; then
62 - python-any-r1_pkg_setup
63 - fi
64 -}
65 -
66 -src_configure() {
67 - local mycmakeargs=(
68 - -DJSONCPP_WITH_TESTS=$(usex test)
69 - -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
70 - -DJSONCPP_WITH_CMAKE_PACKAGE=ON
71 -
72 - -DBUILD_SHARED_LIBS=ON
73 - -DBUILD_STATIC_LIBS=OFF
74 -
75 - # Follow Debian, Ubuntu, Arch convention for headers location
76 - # bug #452234
77 - -DCMAKE_INSTALL_INCLUDEDIR=include/jsoncpp
78 -
79 - # Disable implicit ccache use
80 - -DCCACHE_FOUND=OFF
81 - )
82 - cmake-utils_src_configure
83 -}
84 -
85 -src_compile() {
86 - cmake-utils_src_compile
87 -
88 - if use doc; then
89 - "${EPYTHON}" doxybuild.py --doxygen="${EPREFIX}"/usr/bin/doxygen || die
90 - HTML_DOCS=( dist/doxygen/jsoncpp*/. )
91 - fi
92 -}
93 -
94 -src_test() {
95 - emake -C "${BUILD_DIR}" jsoncpp_check
96 -}