commit: 1abf9e3758b987eea2a551f8e9fbaf934e4cab61 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Dec 26 19:07:08 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri Dec 26 20:23:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abf9e37
sys-apps/s6-rc: drop 0.5.4.3 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> sys-apps/s6-rc/Manifest | 1 - sys-apps/s6-rc/s6-rc-0.5.4.3.ebuild | 67 ------------------------------------- 2 files changed, 68 deletions(-) diff --git a/sys-apps/s6-rc/Manifest b/sys-apps/s6-rc/Manifest index e2fcf4fab5be..ed392e684c3a 100644 --- a/sys-apps/s6-rc/Manifest +++ b/sys-apps/s6-rc/Manifest @@ -1,2 +1 @@ -DIST s6-rc-0.5.4.3.tar.gz 101738 BLAKE2B fbf69bff42c999af063810fd92467de5357d9405dbb3767064ab1aa12bda1262f5622884a1d547ca4d2c03cb9714f0f53acc4389949c65f606780837dcd0ccf7 SHA512 7a54a32ea1261de79b9494adde74b50dbefce831f5a00f9d3772c9b64fd71918ce54a16dff828de0fb762633255226ca935357f9f31c4264716b7041a5f5f8bb DIST s6-rc-0.5.6.0.tar.gz 114217 BLAKE2B 0329a8c43621437d03072995a794abefcc90167be52c0f53e8b6e1967fc3833d91191fbfed1678dafd8847d2e18f9988d665a962dfb7752c8f324036eedcdb0b SHA512 1e65ff999b7c5b4f34c90ae1edf5e4315e3323d03ac82ca1467848a41936f57623cb2d20b77b43f944b6845992ceb482a5573acbfa1c1d241eb825ea4b7ca90b diff --git a/sys-apps/s6-rc/s6-rc-0.5.4.3.ebuild b/sys-apps/s6-rc/s6-rc-0.5.4.3.ebuild deleted file mode 100644 index c1c9f919cb9e..000000000000 --- a/sys-apps/s6-rc/s6-rc-0.5.4.3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature toolchain-funcs - -DESCRIPTION="Service manager for the s6 supervision suite" -HOMEPAGE="https://www.skarnet.org/software/s6-rc/" -SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 arm x86" - -RDEPEND=" - dev-lang/execline:= - >=dev-libs/skalibs-2.14.0.0:= - >=sys-apps/s6-2.11.3.0:=[execline] -" -DEPEND="${RDEPEND}" - -HTML_DOCS=( doc/. ) - -src_prepare() { - default - - # Avoid QA warning for LDFLAGS addition - sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die - - sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die -} - -src_configure() { - tc-export AR CC RANLIB - - local myconf=( - --bindir=/bin - --dynlibdir="/$(get_libdir)" - --libdir="/usr/$(get_libdir)/${PN}" - --libexecdir=/lib/s6 - --with-dynlib="/$(get_libdir)" - --with-lib="/usr/$(get_libdir)/execline" - --with-lib="/usr/$(get_libdir)/s6" - --with-lib="/usr/$(get_libdir)/skalibs" - --with-sysdeps="/usr/$(get_libdir)/skalibs" - --enable-shared - --disable-allstatic - --disable-static - --disable-static-libc - ) - - econf "${myconf[@]}" -} - -pkg_postinst() { - for ver in ${REPLACING_VERSIONS}; do - if ver_test "${ver}" -lt "0.5.4.0"; then - elog "Location of helper utilities was changed from /usr/libexec to /lib/s6 in" - elog "version 0.5.4.0. It is necessary to recompile and update s6-rc database and" - elog "restart s6rc-oneshot-runner service because you are upgrading from older" - elog "version." - fi - done - - optfeature "man pages" app-doc/s6-rc-man-pages -}
