From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A248813835A for ; Sun, 30 Aug 2020 00:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABA3EE09CE; Sun, 30 Aug 2020 00:26:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 966FCE09CE for ; Sun, 30 Aug 2020 00:26:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B092340836 for ; Sun, 30 Aug 2020 00:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6545336 for ; Sun, 30 Aug 2020 00:26:05 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1598747115.ee7f49a44212a38d1a2768f189aed92f410d05af.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/jsoncpp/Manifest dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild X-VCS-Directories: dev-libs/jsoncpp/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: ee7f49a44212a38d1a2768f189aed92f410d05af X-VCS-Branch: master Date: Sun, 30 Aug 2020 00:26:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: beb14cc1-9772-4a1e-b949-42607b4fe4a5 X-Archives-Hash: 1f05cf21169f44dfbfe73c5d03f74b57 commit: ee7f49a44212a38d1a2768f189aed92f410d05af Author: Jason Zaman gentoo org> AuthorDate: Sat Aug 29 22:09:59 2020 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Aug 30 00:25:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7f49a4 dev-libs/jsoncpp: Drop 1.9.1 Now that older sci-libs/tensorflow versions have been dropped, jsoncpp-1.9.1 has no consumers in the tree and can be dropped too. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Jason Zaman gentoo.org> dev-libs/jsoncpp/Manifest | 1 - dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild | 67 ----------------------------------- 2 files changed, 68 deletions(-) diff --git a/dev-libs/jsoncpp/Manifest b/dev-libs/jsoncpp/Manifest index 2f2722de426..791c5258436 100644 --- a/dev-libs/jsoncpp/Manifest +++ b/dev-libs/jsoncpp/Manifest @@ -1,2 +1 @@ -DIST jsoncpp-1.9.1.tar.gz 203067 BLAKE2B 654f39b1265b344bb24d3fefb34d4d8b44f69ec819f333f00033ef90acfd5b926fdcc743badf403af797a6f58fe58d195ec0cdf4a1514629f8a1e75c20a6e2f6 SHA512 4a8352e1d32c0ba8a0aea4df1663279cb2256b334643c5b62be37dfb5951e06900ba38c010d1201511fcf7de09137d6a4b886edbb2b99160d2f62b5f4679f766 DIST jsoncpp-1.9.3.tar.gz 212922 BLAKE2B 6f89762e899ffe127705a30c1fe86f458d62fa05b8dbde6c465c73b6855d3945f3d739ff0c26e1a6326a211c946277908684ace9363df72ba0f460f66b3e3fd8 SHA512 f1c035d54ed952d8d4e41acab5c3ecf6aa445f348f98aeac2e7c89555ec2f6421d727b3bc4c2f54176afce137c545b20d886562901953ec091f91890e91e8559 diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild b/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild deleted file mode 100644 index 49dd145bbea..00000000000 --- a/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit cmake 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/21" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="doc test" - -DEPEND=" - doc? ( - app-doc/doxygen - ${PYTHON_DEPS} - ) - test? ( - ${PYTHON_DEPS} - )" -RDEPEND="" - -RESTRICT="!test? ( test )" - -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 - -DCMAKE_INSTALL_INCLUDEDIR=include/jsoncpp - - # Disable implicit ccache use - -DCCACHE_FOUND=OFF - ) - cmake_src_configure -} - -src_compile() { - cmake_src_compile - - if use doc; then - cp "${BUILD_DIR}"/version . || die - "${EPYTHON}" doxybuild.py --doxygen="${EPREFIX}"/usr/bin/doxygen || die - HTML_DOCS=( dist/doxygen/jsoncpp*/. ) - fi -} - -src_test() { - cmake_build jsoncpp_check -}