diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 16:09:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 16:10:54 +0200 |
commit | 74d2bad5455fba2b48489d1e27d21da8f442c026 (patch) | |
tree | 391cd5209527ec0a42997fd24866d298ed39539d /dev-util/lockrun | |
parent | x11-libs/fox-wrapper: drop 3 (diff) | |
download | gentoo-74d2bad5455fba2b48489d1e27d21da8f442c026.tar.gz gentoo-74d2bad5455fba2b48489d1e27d21da8f442c026.tar.bz2 gentoo-74d2bad5455fba2b48489d1e27d21da8f442c026.zip |
dev-util/lockrun: drop 20120508-r1
Closes: https://bugs.gentoo.org/913060
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/lockrun')
-rw-r--r-- | dev-util/lockrun/lockrun-20120508-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/lockrun/lockrun-20120508-r1.ebuild b/dev-util/lockrun/lockrun-20120508-r1.ebuild deleted file mode 100644 index 0500a760ea84..000000000000 --- a/dev-util/lockrun/lockrun-20120508-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Lockrun - runs cronjobs with overrun protection" -HOMEPAGE="http://www.unixwiz.net/tools/lockrun.html" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ~hppa x86" - -S="${WORKDIR}" - -src_unpack() { - cp -v "${FILESDIR}"/${PN}.c-${PV} "${S}"/${PN}.c || die - cp -v "${FILESDIR}"/${PN}.c-${PV} "${S}"/README || die -} - -src_compile() { - emake CC="$(tc-getCC)" ${PN} - sed -i README -e '60q;s|^ \*||g' || die -} - -src_install() { - dobin ${PN} - einstalldocs -} |