commit:     4bb439c29761ac39ae4e5b84eac7e185d62258f3
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 14:13:42 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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
-}

Reply via email to