commit: 7dd277aa7bdd391fb5708bdfb648efd8567732d9 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Dec 26 16:57:51 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri Dec 26 20:23:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd277aa
sys-apps/s6-portable-utils: drop 2.3.0.3 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> sys-apps/s6-portable-utils/Manifest | 1 - .../s6-portable-utils-2.3.0.3.ebuild | 50 ---------------------- 2 files changed, 51 deletions(-) diff --git a/sys-apps/s6-portable-utils/Manifest b/sys-apps/s6-portable-utils/Manifest index 106ab83d3b0f..191a66505d13 100644 --- a/sys-apps/s6-portable-utils/Manifest +++ b/sys-apps/s6-portable-utils/Manifest @@ -1,2 +1 @@ -DIST s6-portable-utils-2.3.0.3.tar.gz 51186 BLAKE2B 9a0b9f33a89cca730afc8190ab7be7fc25ed286970b430d33d8eb91d5b6e5ac4261e659674ec44c5e5a88b32a324cb62ee63837923f0a7481675c8eaa3e8804c SHA512 f75242ac6c06ffd5bd66b8a35bbdf39938cf3bfa6e79abd214af37e9e4acc732ca1760566862482bc964a5cca05bbce8bd24d7167b02dc66c5f397c85ee0d37f DIST s6-portable-utils-2.3.1.0.tar.gz 54818 BLAKE2B b59dad3d829764884c48bac51b41658c6ca4f263aa2bf1f3c789f25182615ef86c539196375ef259351b39a4464043b2a66a991fa72795d837225ff91d54f2d6 SHA512 80ab6152d5c3f88449d77924ceb43ccef12a41918d2fd8042ded15423b8f65e612d582c6475d73c500380018a91f7adc48c71740c898015565a046a8fbef1cd5 diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild deleted file mode 100644 index f212f9178741..000000000000 --- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild +++ /dev/null @@ -1,50 +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="Set of tiny portable unix utilities" -HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/" -SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 arm x86" - -RDEPEND=">=dev-libs/skalibs-2.14.0.0:=" -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}" - --with-dynlib="/$(get_libdir)" - --with-lib="/usr/$(get_libdir)/skalibs" - --with-sysdeps="/usr/$(get_libdir)/skalibs" - --disable-allstatic - --disable-static - --disable-static-libc - ) - - econf "${myconf[@]}" -} - -pkg_postinst() { - optfeature "man pages" app-doc/s6-portable-utils-man-pages -}
