mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
sys-apps/daemonize: drop 1.7.8-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
parent
66a45f40c0
commit
6e3b16bf2a
@ -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
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user