commit:     fa13a5ce8a0e24574857415f667b53296f69c987
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 12:43:01 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 12:51:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa13a5ce

sys-apps/daemonize: drop 1.7.8

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 sys-apps/daemonize/daemonize-1.7.8.ebuild | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/sys-apps/daemonize/daemonize-1.7.8.ebuild 
b/sys-apps/daemonize/daemonize-1.7.8.ebuild
deleted file mode 100644
index e091f30d1d07..000000000000
--- a/sys-apps/daemonize/daemonize-1.7.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Runs a command as a Unix daemon"
-HOMEPAGE="http://software.clapper.org/daemonize/";
-SRC_URI="https://github.com/bmc/${PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DOCS=( CHANGELOG.md README.md )
-
-S="${WORKDIR}/${PN}-release-${PV}"
-
-src_prepare() {
-       default
-       sed -i \
-               -e 's:\($(CC)\) $(CFLAGS) \(.*\.o\):\1 $(LDFLAGS) \2:' \
-               Makefile.in || die
-}

Reply via email to