diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-09 16:51:51 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-09 16:52:32 +0100 |
commit | 499ece2186f6977dbcb32b3bf87c01ba67a51433 (patch) | |
tree | aa6e677c1a1335bcf0109c586ccdfddd57d5d043 /sys-devel/autoconf-wrapper | |
parent | sys-devel/autoconf: Removed old (diff) | |
download | gentoo-499ece2186f6977dbcb32b3bf87c01ba67a51433.tar.gz gentoo-499ece2186f6977dbcb32b3bf87c01ba67a51433.tar.bz2 gentoo-499ece2186f6977dbcb32b3bf87c01ba67a51433.zip |
sys-devel/autoconf-wrapper: Removed old
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-devel/autoconf-wrapper')
-rw-r--r-- | sys-devel/autoconf-wrapper/autoconf-wrapper-14.ebuild | 29 |
1 files changed, 0 insertions, 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 68d956726bb0..000000000000 --- 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 -} |