diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-14 21:21:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-15 16:58:24 +0100 |
commit | b17d7668660bdb029954074b520f963d9f192b0b (patch) | |
tree | f4912b67b7ff2d84d2b9d71ade57a15db182197a /sys-devel | |
parent | Move {sys-devel → dev-build}/autoconf (diff) | |
download | gentoo-b17d7668660bdb029954074b520f963d9f192b0b.tar.gz gentoo-b17d7668660bdb029954074b520f963d9f192b0b.tar.bz2 gentoo-b17d7668660bdb029954074b520f963d9f192b0b.zip |
Move {sys-devel → dev-build}/automake-wrapper
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
11 files changed, 9 insertions, 119 deletions
diff --git a/sys-devel/automake-vanilla/automake-vanilla-1.11.6.ebuild b/sys-devel/automake-vanilla/automake-vanilla-1.11.6.ebuild index 9bc262282ece..1ce01b55855d 100644 --- a/sys-devel/automake-vanilla/automake-vanilla-1.11.6.ebuild +++ b/sys-devel/automake-vanilla/automake-vanilla-1.11.6.ebuild @@ -20,7 +20,7 @@ RESTRICT="test !test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 - >=sys-devel/automake-wrapper-10 + >=dev-build/automake-wrapper-10 >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " diff --git a/sys-devel/automake-vanilla/automake-vanilla-1.15.1.ebuild b/sys-devel/automake-vanilla/automake-vanilla-1.15.1.ebuild index 743c72c2c232..0ba1d56add54 100644 --- a/sys-devel/automake-vanilla/automake-vanilla-1.15.1.ebuild +++ b/sys-devel/automake-vanilla/automake-vanilla-1.15.1.ebuild @@ -31,7 +31,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 - >=sys-devel/automake-wrapper-11 + >=dev-build/automake-wrapper-11 >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " diff --git a/sys-devel/automake-vanilla/automake-vanilla-1.16.5.ebuild b/sys-devel/automake-vanilla/automake-vanilla-1.16.5.ebuild index dc76d9825eca..cd1806c2e420 100644 --- a/sys-devel/automake-vanilla/automake-vanilla-1.16.5.ebuild +++ b/sys-devel/automake-vanilla/automake-vanilla-1.16.5.ebuild @@ -31,7 +31,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 - >=sys-devel/automake-wrapper-11 + >=dev-build/automake-wrapper-11 >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " diff --git a/sys-devel/automake-vanilla/automake-vanilla-9999.ebuild b/sys-devel/automake-vanilla/automake-vanilla-9999.ebuild index 0f9da03b952f..07ce55fef09d 100644 --- a/sys-devel/automake-vanilla/automake-vanilla-9999.ebuild +++ b/sys-devel/automake-vanilla/automake-vanilla-9999.ebuild @@ -30,7 +30,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 - >=sys-devel/automake-wrapper-11 + >=dev-build/automake-wrapper-11 >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " diff --git a/sys-devel/automake-wrapper/Manifest b/sys-devel/automake-wrapper/Manifest deleted file mode 100644 index 5a292895ab23..000000000000 --- a/sys-devel/automake-wrapper/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST autotools-wrappers-at-20221207.tar.gz 3646 BLAKE2B 82bec40e03ae5ec133252fd3c05c3fed537bb415e800918df9c9d783d48a9d76cbe60c53dd7daf6d94653d79fc52be8c089183dda996e8a72dd03ffa83098613 SHA512 12ea99721e6fc60a3ed7351d6c228aaf6e4eef0bd0444eda8cd742f74fa91150ef07bb52f6bcad4a350269e8032f5d4e204d2f2108b0d9c441ddd7f9755862b7 diff --git a/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild b/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild deleted file mode 100644 index 6983b29ed534..000000000000 --- a/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Remember to modify LAST_KNOWN_AUTOAKE_VER 'upstream' on new automake (major) releases! - -MY_P="autotools-wrappers-at-${PV}" - -DESCRIPTION="Wrapper for automake to manage multiple automake versions" -HOMEPAGE="https://gitweb.gentoo.org/proj/autotools-wrappers.git" - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI=" - https://anongit.gentoo.org/git/proj/autotools-wrappers.git - https://github.com/gentoo/autotools-wrappers - " - inherit git-r3 -else - SRC_URI="https://gitweb.gentoo.org/proj/autotools-wrappers.git/snapshot/${MY_P}.tar.gz" - S="${WORKDIR}"/${MY_P} - - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -fi - -LICENSE="GPL-2" -SLOT="0" - -src_prepare() { - default - - # usr/bin/aclocal: bad substitution -> /bin/sh != POSIX shell - if use prefix ; then - sed -i -e '1c\#!'"${EPREFIX}"'/bin/sh' am-wrapper.sh || die - fi -} - -src_install() { - exeinto /usr/$(get_libdir)/misc - doexe am-wrapper.sh - - local x= - for x in automake aclocal ; do - dosym -r /usr/$(get_libdir)/misc/am-wrapper.sh /usr/bin/${x} - done - - keepdir /usr/share/aclocal -} diff --git a/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild b/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild deleted file mode 100644 index 5cc8b5d149bf..000000000000 --- a/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Remember to modify LAST_KNOWN_AUTOAKE_VER 'upstream' on new automake (major) releases! - -MY_P="autotools-wrappers-at-${PV}" - -DESCRIPTION="Wrapper for automake to manage multiple automake versions" -HOMEPAGE="https://gitweb.gentoo.org/proj/autotools-wrappers.git" - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI=" - https://anongit.gentoo.org/git/proj/autotools-wrappers.git - https://github.com/gentoo/autotools-wrappers - " - inherit git-r3 -else - SRC_URI="https://gitweb.gentoo.org/proj/autotools-wrappers.git/snapshot/${MY_P}.tar.gz" - S="${WORKDIR}"/${MY_P} - - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -fi - -LICENSE="GPL-2" -SLOT="0" - -src_prepare() { - default - - # usr/bin/aclocal: bad substitution -> /bin/sh != POSIX shell - if use prefix ; then - sed -i -e '1c\#!'"${EPREFIX}"'/bin/sh' am-wrapper.sh || die - fi -} - -src_install() { - exeinto /usr/$(get_libdir)/misc - doexe am-wrapper.sh - - local x= - for x in automake aclocal ; do - dosym -r /usr/$(get_libdir)/misc/am-wrapper.sh /usr/bin/${x} - done - - keepdir /usr/share/aclocal -} diff --git a/sys-devel/automake-wrapper/metadata.xml b/sys-devel/automake-wrapper/metadata.xml deleted file mode 100644 index 2847c0b0420f..000000000000 --- a/sys-devel/automake-wrapper/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>base-system@gentoo.org</email> - <name>Gentoo Base System</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="gentoo">proj/autotools-wrappers</remote-id> - <remote-id type="github">gentoo/autotools-wrappers</remote-id> - </upstream> -</pkgmetadata> diff --git a/sys-devel/automake/automake-1.11.6-r4.ebuild b/sys-devel/automake/automake-1.11.6-r4.ebuild index 0270a4d6291b..63adb6b1358a 100644 --- a/sys-devel/automake/automake-1.11.6-r4.ebuild +++ b/sys-devel/automake/automake-1.11.6-r4.ebuild @@ -16,7 +16,7 @@ RESTRICT="test !test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 - >=sys-devel/automake-wrapper-10 + >=dev-build/automake-wrapper-10 >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " diff --git a/sys-devel/automake/automake-1.16.5-r1.ebuild b/sys-devel/automake/automake-1.16.5-r1.ebuild index 7f33ecdb8515..07d5a58bdec0 100644 --- a/sys-devel/automake/automake-1.16.5-r1.ebuild +++ b/sys-devel/automake/automake-1.16.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 # Bumping notes: -# * Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in sys-devel/automake-wrapper +# * Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in dev-build/automake-wrapper # on new automake (major) releases, as well as the dependency in RDEPEND below too. # * Update _WANT_AUTOMAKE and _automake_atom case statement in autotools.eclass. @@ -43,7 +43,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 - >=sys-devel/automake-wrapper-11 + >=dev-build/automake-wrapper-11 >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild index 8bf54ea1706e..a16d0ba489bc 100644 --- a/sys-devel/automake/automake-9999.ebuild +++ b/sys-devel/automake/automake-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 # Bumping notes: -# * Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in sys-devel/automake-wrapper +# * Remember to modify LAST_KNOWN_AUTOMAKE_VER 'upstream' in dev-build/automake-wrapper # on new automake (major) releases, as well as the dependency in RDEPEND below too. # * Update _WANT_AUTOMAKE and _automake_atom case statement in autotools.eclass. @@ -43,7 +43,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 - >=sys-devel/automake-wrapper-11 + >=dev-build/automake-wrapper-11 >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " |