public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/
Date: Tue, 24 May 2016 09:50:54 +0000 (UTC)	[thread overview]
Message-ID: <1464083447.f648e8af52dae508a7656f064f5bef068e02bbda.mgorny@gentoo> (raw)

commit:     f648e8af52dae508a7656f064f5bef068e02bbda
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 09:46:13 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 24 09:50:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f648e8af

dev-libs/jsoncpp: Clean up old versions

 dev-libs/jsoncpp/Manifest                |  2 -
 dev-libs/jsoncpp/jsoncpp-0.5.0-r1.ebuild | 58 -------------------------
 dev-libs/jsoncpp/jsoncpp-1.6.2-r1.ebuild | 73 --------------------------------
 3 files changed, 133 deletions(-)

diff --git a/dev-libs/jsoncpp/Manifest b/dev-libs/jsoncpp/Manifest
index ae89c33..a13d090 100644
--- a/dev-libs/jsoncpp/Manifest
+++ b/dev-libs/jsoncpp/Manifest
@@ -1,4 +1,2 @@
 DIST jsoncpp-0.10.2.tar.gz 197188 SHA256 37bb72615018522bb78a5eb425b36dfc79e049c1d5471b724f7ccadeac0ed479 SHA512 8e451e3ba37094445ab098d5b9f7236ac84e2f15d98e2039c565e609b757c2383e91850bd86aca507ca5cd2f733fedc484bb7760eeeee7fe9bace71d97ae0d2e WHIRLPOOL 85f9861e77a7c3cecd5e859adde832b7f12a0c5eae04ecbee203e5d8c4b8b13ba034b4aa6b78a3b981aa392a4ea6a26c2e1d411ae97768d7ed422f71ec2e5d79
-DIST jsoncpp-1.6.2.tar.gz 198824 SHA256 c40e5a2583df633b904525305bda40b622d9971fee1ece7ce48ca723a4907d36 SHA512 b70dc99ec57357943f7b56d013abc6245c1ffdc3c16313bcf72ba624fa5f6d72eebfda0188a229c7757e00e3ad2c19d67048acd33c22260079e37b32000a39a7 WHIRLPOOL 35f337812bda3cb24a9b221578c72d48876427e2fe10c1c57beea308b855c6d48d688d73260bd7915261676bd4463062191948d630bfac53350a855d89a8d7fe
 DIST jsoncpp-1.6.5.tar.gz 200507 SHA256 a2b121eaff56ec88cfd034d17685821a908d0d87bc319329b04f91a6552c1ac2 SHA512 589153d525ffde15e10f1ef6907c6b5d0f62a41c8cebdc12fe2bc4d989bcd861cdac79526de2f51872c0a17e574bf0fd8c913f0aa301c184efa1e3f2fb2b1955 WHIRLPOOL a1253362a0bdd8a6d05e84fb7d7de5b79aec0cadf5a03a8c2be8a6e8062e6ae231e5b97cd99ee9607c2c546afa58dabb183167c6a74b409d32485b45c7d3e9ae
-DIST jsoncpp-src-0.5.0.tar.gz 107466 SHA256 22b14ecd0de8cdad2b6b6839f6d0804d3b84e91f42861ebd843832a26a927433 SHA512 2815d3523f92c33a5be3221161a590a0fddd16cb22e5dc634791535ee44271ec4fbb64f81cc958a87b1f029a8108ed9f169cda5a2d0422f60699ac286386a1bc WHIRLPOOL f6174f08dc647a189fc17f93343a72fb83bea66f27e60707b6bf300a185d4d3e8d5f347dd6f0d06462e45086c7c1dbd352e22ac08fef13d9235a65bad44f0d67

diff --git a/dev-libs/jsoncpp/jsoncpp-0.5.0-r1.ebuild b/dev-libs/jsoncpp/jsoncpp-0.5.0-r1.ebuild
deleted file mode 100644
index 5dfeb52..0000000
--- a/dev-libs/jsoncpp/jsoncpp-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit multilib toolchain-funcs python-any-r1
-
-MY_P="${PN}-src-${PV}"
-
-DESCRIPTION="C++ JSON reader and writer"
-HOMEPAGE="http://jsoncpp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-LICENSE="public-domain"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc"
-
-DEPEND="
-	doc? (
-		app-doc/doxygen
-		${PYTHON_DEPS}
-	)"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-	use doc && python-any-r1_pkg_setup
-}
-
-cxx_wrapper() {
-	set -- $(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} "$@"
-	echo "$@"
-	"$@"
-}
-
-src_compile() {
-	soname=libjsoncpp.so.${PV}
-	cxx_wrapper src/lib_json/*.cpp -Iinclude -shared -fPIC \
-		-Wl,-soname,${soname} -o ${soname} || die
-}
-
-src_install() {
-	# Follow Debian, Ubuntu, Arch convention for headers location, bug #452234 .
-	insinto /usr/include/jsoncpp
-	doins -r include/json
-
-	dolib ${soname}
-	dosym ${soname} /usr/$(get_libdir)/libjsoncpp.so
-
-	if use doc; then
-		${EPYTHON} doxybuild.py --doxygen=/usr/bin/doxygen || die
-		dohtml dist/doxygen/jsoncpp*/*
-	fi
-}

diff --git a/dev-libs/jsoncpp/jsoncpp-1.6.2-r1.ebuild b/dev-libs/jsoncpp/jsoncpp-1.6.2-r1.ebuild
deleted file mode 100644
index 84462f0..0000000
--- a/dev-libs/jsoncpp/jsoncpp-1.6.2-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="C++ JSON reader and writer"
-HOMEPAGE="https://github.com/open-source-parsers/jsoncpp"
-SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( public-domain MIT )"
-SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc test"
-
-DEPEND="
-	doc? (
-		app-doc/doxygen
-		${PYTHON_DEPS}
-	)
-	test? (
-		${PYTHON_DEPS}
-	)"
-RDEPEND=""
-
-PATCHES=(
-	# fix broken path subst in .pc file
-	"${FILESDIR}"/jsoncpp-1.6.2-fix-pkgconfig.patch
-)
-
-pkg_setup() {
-	if use doc || use test; then
-		python-any-r1_pkg_setup
-	fi
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DJSONCPP_WITH_TESTS=$(usex test)
-		-DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
-		-DJSONCPP_WITH_CMAKE_PACKAGE=ON
-
-		-DBUILD_SHARED_LIBS=ON
-		# Follow Debian, Ubuntu, Arch convention for headers location
-		# bug #452234
-		-DINCLUDE_INSTALL_DIR="${EPREFIX}"/usr/include/jsoncpp
-	)
-
-	cmake-utils_src_configure
-}
-
-src_compile() {
-	cmake-utils_src_compile
-
-	if use doc; then
-		"${EPYTHON}" doxybuild.py --doxygen=/usr/bin/doxygen || die
-	fi
-}
-
-src_test() {
-	emake -C "${BUILD_DIR}" jsoncpp_check
-}
-
-src_install() {
-	cmake-utils_src_install
-
-	if use doc; then
-		dohtml dist/doxygen/jsoncpp*/*
-	fi
-}


             reply	other threads:[~2016-05-24  9:51 UTC|newest]

Thread overview: 175+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-24  9:50 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-12  9:35 [gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/ Sam James
2024-10-21 18:41 Arthur Zamarin
2024-10-21 18:41 Arthur Zamarin
2024-10-20 14:52 Arthur Zamarin
2024-10-20 14:52 Arthur Zamarin
2024-10-20 14:52 Arthur Zamarin
2024-10-20 14:52 Arthur Zamarin
2024-10-20 14:52 Arthur Zamarin
2024-10-19 15:24 Michał Górny
2024-10-15  5:22 Sam James
2024-09-29 16:00 Arthur Zamarin
2024-09-28 14:14 Arthur Zamarin
2024-09-28 11:32 Arthur Zamarin
2024-09-28 11:32 Arthur Zamarin
2024-09-28 10:51 Arthur Zamarin
2024-09-28 10:35 Arthur Zamarin
2024-09-12 13:45 Sam James
2024-09-12 12:27 Arthur Zamarin
2024-09-12  4:43 Michał Górny
2024-09-09 20:44 Arthur Zamarin
2024-09-09 13:46 Sam James
2024-09-08 21:23 Sam James
2024-09-08 21:23 Sam James
2024-09-08 21:23 Sam James
2024-08-30 13:20 Michał Górny
2024-08-30 13:20 Michał Górny
2023-12-16 11:04 Michał Górny
2023-05-30 13:55 Fabian Groffen
2022-10-29 14:45 Sam James
2022-07-30  2:33 Sam James
2022-05-30 13:07 Andreas K. Hüttel
2022-04-29  7:59 WANG Xuerui
2021-12-31  8:17 Michał Górny
2021-12-31  0:46 Sam James
2021-12-23 22:39 Sam James
2021-12-22  0:42 Sam James
2021-12-19 11:04 Sam James
2021-12-18 18:12 Sam James
2021-12-18 18:10 Sam James
2021-12-18 15:09 Arthur Zamarin
2021-12-18 15:09 Arthur Zamarin
2021-11-03 20:53 Michał Górny
2021-11-03 20:53 Michał Górny
2021-01-28 19:31 Fabian Groffen
2021-01-05 14:14 Sergei Trofimovich
2021-01-05  9:51 Michał Górny
2020-12-19 10:24 Fabian Groffen
2020-12-09 12:10 Fabian Groffen
2020-12-08 19:45 Fabian Groffen
2020-11-28 13:42 Fabian Groffen
2020-11-17 19:17 Agostino Sarubbo
2020-11-17 19:10 Agostino Sarubbo
2020-11-17 19:05 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-17 18:49 Agostino Sarubbo
2020-11-16  1:16 Sam James
2020-11-16  1:16 Sam James
2020-11-16  0:21 Sam James
2020-09-26 10:55 Michał Górny
2020-08-30  0:26 Jason Zaman
2020-08-09 14:07 Mikle Kolyada
2020-08-07 16:11 Michał Górny
2020-08-05 15:18 Michał Górny
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 14:06 Agostino Sarubbo
2020-08-05 14:04 Agostino Sarubbo
2020-08-05 14:02 Agostino Sarubbo
2020-08-05  3:33 Sam James
2020-08-05  1:03 Sam James
2020-08-03 16:34 Sergei Trofimovich
2020-08-01  9:14 Sergei Trofimovich
2020-06-08  8:56 Michał Górny
2020-05-30  7:12 Michał Górny
2020-05-04  9:37 Michał Górny
2020-05-03 10:23 Sergei Trofimovich
2020-05-01 14:00 Agostino Sarubbo
2020-05-01  8:40 Mart Raudsepp
2020-04-30 16:00 Agostino Sarubbo
2020-04-30 15:59 Agostino Sarubbo
2020-04-30 15:58 Agostino Sarubbo
2020-04-30 15:58 Agostino Sarubbo
2020-04-30 15:57 Agostino Sarubbo
2020-04-30 15:56 Agostino Sarubbo
2020-04-13 12:07 Michał Górny
2020-03-19 18:57 Michał Górny
2020-03-19 17:20 Michał Górny
2020-02-24 12:53 Agostino Sarubbo
2020-02-24 12:49 Agostino Sarubbo
2020-02-24 11:43 Agostino Sarubbo
2020-02-24 11:31 Agostino Sarubbo
2020-02-24 11:28 Agostino Sarubbo
2020-02-24 10:07 Agostino Sarubbo
2020-02-24  9:02 Agostino Sarubbo
2020-02-24  8:20 Sergei Trofimovich
2019-12-30  4:26 Michał Górny
2019-12-29 20:48 Michał Górny
2019-12-28 20:23 Michał Górny
2019-12-28 15:53 Mikle Kolyada
2019-12-25 20:22 Sergei Trofimovich
2019-12-23  9:36 Mikle Kolyada
2019-12-20 21:53 Michał Górny
2019-12-16  0:34 Aaron Bauman
2019-12-15 14:46 Agostino Sarubbo
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 13:43 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 11:38 Agostino Sarubbo
2019-12-13 22:37 Sergei Trofimovich
2019-12-13 16:57 Michał Górny
2019-11-15  8:13 Michał Górny
2019-11-14 20:25 Michał Górny
2019-09-13 17:34 Mikle Kolyada
2019-08-19 13:56 Michał Górny
2019-08-01  6:23 Sergei Trofimovich
2019-07-31 13:13 Agostino Sarubbo
2019-07-31 13:11 Agostino Sarubbo
2019-07-31 12:09 Agostino Sarubbo
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-07-31 10:55 Agostino Sarubbo
2019-07-31 10:54 Agostino Sarubbo
2019-07-31  9:04 Agostino Sarubbo
2019-07-29 23:27 Aaron Bauman
2019-07-28  6:41 Michał Górny
2019-07-12  3:33 Michał Górny
2019-07-03  3:45 Michał Górny
2018-11-08 12:01 Michał Górny
2018-09-13  6:54 Michał Górny
2018-09-06 22:17 Virgil Dupras
2018-09-06 21:22 Michał Górny
2018-06-03 18:01 Mikle Kolyada
2018-05-27 12:34 Michał Górny
2018-05-27  8:41 Michał Górny
2018-05-03  6:29 Mart Raudsepp
2018-04-21 19:02 Mikle Kolyada
2018-04-07 22:11 Matt Turner
2018-04-07  5:17 Matt Turner
2018-04-07  5:17 Matt Turner
2018-04-01 11:09 Tobias Klausmann
2018-03-31 23:41 Aaron Bauman
2018-03-27 22:32 Sergei Trofimovich
2018-03-26 18:55 Sergei Trofimovich
2018-03-26 16:14 Michał Górny
2018-01-02  6:19 Michał Górny
2017-12-22 14:06 Michał Górny
2017-08-31 15:05 Michał Górny
2017-08-28 18:23 Michał Górny
2017-06-26  7:08 Michał Górny
2017-06-04 14:44 Sergei Trofimovich
2017-05-22 11:40 Agostino Sarubbo
2017-05-18 22:38 Michael Weber
2017-05-18 19:16 Michael Weber
2017-05-16 13:05 Agostino Sarubbo
2017-05-16  8:01 Agostino Sarubbo
2017-05-16  7:44 Agostino Sarubbo
2017-05-15 18:46 Tobias Klausmann
2017-05-15  9:09 Michał Górny
2017-05-09 16:27 Markus Meier
2017-05-06 10:09 Jeroen Roovers
2017-03-28 22:29 Michael Weber
2016-12-14 21:13 David Seifert
2016-12-14 21:13 David Seifert
2016-10-02 21:51 Michał Górny
2016-09-26  8:27 Michał Górny
2016-09-03 12:07 Michał Górny
2016-07-09 19:21 Michał Górny
2016-07-02 21:19 Michał Górny
2016-06-27 18:43 Michał Górny
2016-05-24  9:50 Michał Górny
2015-11-08 19:18 Mikle Kolyada
2015-11-08 19:17 Mikle Kolyada
2015-09-30 20:40 Michał Górny
2015-08-21 16:40 Markus Meier

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=1464083447.f648e8af52dae508a7656f064f5bef068e02bbda.mgorny@gentoo \
    --to=mgorny@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