commit: 6e3b16bf2acc09ce9644024fb1d2deb0cd5808fb Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Wed Oct 1 13:22:38 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Wed Oct 1 13:31:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3b16bf
sys-apps/daemonize: drop 1.7.8-r1 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> sys-apps/daemonize/daemonize-1.7.8-r1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/sys-apps/daemonize/daemonize-1.7.8-r1.ebuild b/sys-apps/daemonize/daemonize-1.7.8-r1.ebuild deleted file mode 100644 index 203dc8882ed2..000000000000 --- a/sys-apps/daemonize/daemonize-1.7.8-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Runs a command as a Unix daemon" -HOMEPAGE="https://software.clapper.org/daemonize/" -SRC_URI="https://github.com/bmc/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-release-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -DOCS=( {CHANGELOG,README}.md ) - -src_prepare() { - default - sed -i \ - -e 's:\($(CC)\) $(CFLAGS) \(.*\.o\):\1 $(LDFLAGS) \2:' \ - Makefile.in || die -}
