Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lockrun/
Date: Sun, 27 May 2018 12:01:07
Message-Id: 1527422455.7b21c42dc7191ae530c5ce64cfcc6dd4cf1a6992.pacho@gentoo
1 commit: 7b21c42dc7191ae530c5ce64cfcc6dd4cf1a6992
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 11:51:49 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 12:00:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b21c42d
7
8 dev-util/lockrun: Drop old
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 dev-util/lockrun/lockrun-20120508.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-util/lockrun/lockrun-20120508.ebuild b/dev-util/lockrun/lockrun-20120508.ebuild
16 deleted file mode 100644
17 index 70d5bafe59d..00000000000
18 --- a/dev-util/lockrun/lockrun-20120508.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -inherit toolchain-funcs
26 -
27 -DESCRIPTION="Lockrun - runs cronjobs with overrun protection"
28 -HOMEPAGE="http://www.unixwiz.net/tools/lockrun.html"
29 -
30 -LICENSE="public-domain"
31 -SLOT="0"
32 -KEYWORDS="amd64 hppa x86"
33 -IUSE=""
34 -
35 -S="${WORKDIR}"
36 -
37 -src_unpack() {
38 - cp "${FILESDIR}"/${PN}.c-${PV} "${S}"/${PN}.c || die
39 - cp "${FILESDIR}"/${PN}.c-${PV} "${S}"/README || die
40 -}
41 -
42 -src_compile() {
43 - emake CC=$(tc-getCC) ${PN}
44 - sed -i README -e '60q;s|^ \*||g' || die
45 -}
46 -
47 -src_install () {
48 - dobin ${PN}
49 - dodoc README
50 -}