commit:     499ece2186f6977dbcb32b3bf87c01ba67a51433
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  9 15:51:51 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 15:52:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499ece21

sys-devel/autoconf-wrapper: Removed old

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 .../autoconf-wrapper/autoconf-wrapper-14.ebuild    | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-14.ebuild 
b/sys-devel/autoconf-wrapper/autoconf-wrapper-14.ebuild
deleted file mode 100644
index 68d956726bb..00000000000
--- a/sys-devel/autoconf-wrapper/autoconf-wrapper-14.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib
-
-DESCRIPTION="wrapper for autoconf to manage multiple autoconf versions"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-[[ "${PV}" == *_pre* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_install() {
-       exeinto /usr/$(get_libdir)/misc
-       newexe "${FILESDIR}"/ac-wrapper-${PV}.sh ac-wrapper.sh
-
-       dodir /usr/bin
-       local x=
-       for x in auto{conf,header,m4te,reconf,scan,update} ifnames ; do
-               dosym ../$(get_libdir)/misc/ac-wrapper.sh /usr/bin/${x}
-       done
-}

Reply via email to