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 AB202138359 for ; Sat, 25 Jul 2020 11:26:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC8D7E08BD; Sat, 25 Jul 2020 11:26:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BF759E08BD for ; Sat, 25 Jul 2020 11:26:05 +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 4DC5234F283 for ; Sat, 25 Jul 2020 11:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46D2B27F for ; Sat, 25 Jul 2020 11:26:00 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1595676351.0ee7bcfe18ac8f1b730b2306f81f8ffb21df6301.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/check/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/check/Manifest dev-libs/check/check-0.15.1.ebuild X-VCS-Directories: dev-libs/check/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0ee7bcfe18ac8f1b730b2306f81f8ffb21df6301 X-VCS-Branch: master Date: Sat, 25 Jul 2020 11:26:00 +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: fb859750-1b53-46b6-b76a-a0572557a7a9 X-Archives-Hash: 72ab3a72a5f6d3550a978efb29920e9e commit: 0ee7bcfe18ac8f1b730b2306f81f8ffb21df6301 Author: Joonas Niilola gentoo org> AuthorDate: Sat Jul 25 11:25:29 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Jul 25 11:25:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee7bcfe dev-libs/check: removed 0.15.1 as it seems broken - upstream issues 291 & 293. Closes: https://bugs.gentoo.org/733836 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/check/Manifest | 1 - dev-libs/check/check-0.15.1.ebuild | 57 -------------------------------------- 2 files changed, 58 deletions(-) diff --git a/dev-libs/check/Manifest b/dev-libs/check/Manifest index f8c68e784b8..3463a76607d 100644 --- a/dev-libs/check/Manifest +++ b/dev-libs/check/Manifest @@ -1,3 +1,2 @@ DIST check-0.14.0.tar.gz 303471 BLAKE2B d602bb56d205eccf06e4177e3f6d3f7270c3a0cba0e1d397480f0409a916ec4118c48340ad6f6a8955ea30d9e22252ff8381a687d000c3f8e62828cf656f1245 SHA512 54ad175c00cf0c73b4386cf6b3d6a404a5da4f57897d099e772f148f410108c44767c3266a940113be73a6861b3f3ee1706c558cc71ec51df99687f19f3a3bb4 DIST check-0.15.0.tar.gz 306428 BLAKE2B fea2a169b86248a6657f890469f41cd699dd95efb91e311ccf188548a6c8c28568decf0b5f03b08aed31e14c69d50707b418e1e71c6db7e1b7938ee36aa19cd8 SHA512 efde93977a38520b3b83a9e2f678d07b916fc27e41cf839a663900c4153d645fe4274ec3b7e2dabf475457f909f61734632c97b7257c49f5853fd11d920b0c84 -DIST check-0.15.1.tar.gz 305925 BLAKE2B eeb1468eb3219fb4e661374c24479f20eb985481107250bf8d997c1104c5f332ccb5ad6f1a01deab0924dce7715f589d25ed23314f842623b1b80535e2bbcdf9 SHA512 e8f9cf21797457b1c29f68792a53321a19ae0f5af51ad1c4c5bfc350ba60d474c90545782bccade56350ced992b26872b1ef2bd0628863691bb95009ddacd30e diff --git a/dev-libs/check/check-0.15.1.ebuild b/dev-libs/check/check-0.15.1.ebuild deleted file mode 100644 index d882baeb2af..00000000000 --- a/dev-libs/check/check-0.15.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CMAKE_ECLASS=cmake -inherit cmake-multilib - -DESCRIPTION="A unit test framework for C" -HOMEPAGE="https://libcheck.github.io/check/" -SRC_URI="https://github.com/libcheck/check/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="doc subunit test" - -RESTRICT="!test? ( test )" - -RDEPEND="subunit? ( dev-python/subunit[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - sys-apps/texinfo" -BDEPEND="doc? ( app-doc/doxygen )" - -PATCHES=( "${FILESDIR}/check-0.14.0-r2-disable-automagic-dep.patch" ) - -src_prepare() { - cmake_src_prepare - - # Fix wrong libdir, probably caused by multilib - sed -i "s|\${libdir}|/usr/$(get_libdir)|g" check.pc.in || die "sed .pc failed." -} - -multilib_src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test ON OFF) - -DCHECK_ENABLE_SUBUNIT=$(usex subunit ON OFF) - ) - - cmake_src_configure -} - -multilib_src_compile() { - cmake_src_compile - - if use doc && multilib_is_native_abi; then - cd "${S}"/doc/ || die "Failed to switch directories." - doxygen "." || die "Failed to run doxygen to generate docs." - fi -} - -multilib_src_install_all() { - use doc && local HTML_DOCS=( "${S}"/doc/html/. ) - einstalldocs - - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die -}