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 6E137138335 for ; Tue, 15 Oct 2019 14:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60F41E0886; Tue, 15 Oct 2019 14:21:16 +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 3863CE0886 for ; Tue, 15 Oct 2019 14:21:16 +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 C7CA434BDA6 for ; Tue, 15 Oct 2019 14:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13A137FE for ; Tue, 15 Oct 2019 14:21:13 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1571148822.4bb439c29761ac39ae4e5b84eac7e185d62258f3.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgconf/Manifest dev-util/pkgconf/pkgconf-1.5.4.ebuild X-VCS-Directories: dev-util/pkgconf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4bb439c29761ac39ae4e5b84eac7e185d62258f3 X-VCS-Branch: master Date: Tue, 15 Oct 2019 14:21:13 +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: a5af2361-4ee7-47cb-8429-856182826c22 X-Archives-Hash: 34a873d8125882bbd90a503069c6d4ce commit: 4bb439c29761ac39ae4e5b84eac7e185d62258f3 Author: Lars Wendler gentoo org> AuthorDate: Tue Oct 15 14:13:42 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Oct 15 14:13:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb439c2 dev-util/pkgconf: Removed old Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> dev-util/pkgconf/Manifest | 1 - dev-util/pkgconf/pkgconf-1.5.4.ebuild | 77 ----------------------------------- 2 files changed, 78 deletions(-) diff --git a/dev-util/pkgconf/Manifest b/dev-util/pkgconf/Manifest index 6bca9a95a51..d82b487f694 100644 --- a/dev-util/pkgconf/Manifest +++ b/dev-util/pkgconf/Manifest @@ -1,2 +1 @@ -DIST pkgconf-1.5.4.tar.xz 290380 BLAKE2B 8353901e9fe86f05abc82c5906b24ec902086f5c9a08ffdc9f6d53ecdebcf7c52eb9bbaef019285332182ca8f489cfe872f25bfe110e280031a553331df09bcb SHA512 795a67f8f98b7598c0af8e70c830851561f090a96cb66b75149e5faf633f06c1b098fa3cec76cde35160a9809556536da6a2a95af8ff954c9b28536d15b79f93 DIST pkgconf-1.6.3.tar.xz 291216 BLAKE2B 04bf58590e2f0b37bac7b24b3d595ad08680e85647548cbd642495398d95706f9f738af5c6f9b9ad8801567caa20ade85d4c4d74179f08313420683cb1b34263 SHA512 437c5a5c9866e2047e62e0592639930b2420d4afd41d98cef51f3475165418a39e916477860025314828a6ee0a4eefc10fdf26bda66f80c291f324d9674fa5c1 diff --git a/dev-util/pkgconf/pkgconf-1.5.4.ebuild b/dev-util/pkgconf/pkgconf-1.5.4.ebuild deleted file mode 100644 index 32d82df1413..00000000000 --- a/dev-util/pkgconf/pkgconf-1.5.4.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 2012-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" - inherit autotools git-r3 -else - SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86" -fi - -inherit multilib-minimal - -DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" -HOMEPAGE="https://github.com/pkgconf/pkgconf" - -LICENSE="ISC" -SLOT="0/3" -IUSE="+pkg-config test" - -# tests require 'kyua' -RESTRICT="!test? ( test )" - -DEPEND=" - test? ( - dev-libs/atf - dev-util/kyua - ) -" -RDEPEND=" - pkg-config? ( - !dev-util/pkgconfig - !dev-util/pkg-config-lite - !dev-util/pkgconfig-openbsd[pkg-config] - ) -" - -MULTILIB_CHOST_TOOLS=( - /usr/bin/pkgconf -) - -src_prepare() { - default - - [[ ${PV} == "9999" ]] && eautoreconf - if use pkg-config; then - MULTILIB_CHOST_TOOLS+=( - /usr/bin/pkg-config - ) - fi -} - -multilib_src_configure() { - ECONF_SOURCE=${S} econf -} - -multilib_src_test() { - unset PKG_CONFIG_LIBDIR PKG_CONFIG_PATH - default -} - -multilib_src_install() { - default - - if use pkg-config; then - dosym pkgconf /usr/bin/pkg-config - else - rm "${ED%/}"/usr/share/aclocal/pkg.m4 || die - fi -} - -multilib_src_install_all() { - einstalldocs - find "${ED}" -name '*.la' -delete || die -}