Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/restartd/
Date: Thu, 26 Jul 2018 23:34:45
Message-Id: 1532648074.2204826c6a2e2b3cd280edc76a8bcd32cafc6ab4.zlogene@gentoo
1 commit: 2204826c6a2e2b3cd280edc76a8bcd32cafc6ab4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 26 23:34:12 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 23:34:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2204826c
7
8 sys-apps/restartd: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-apps/restartd/restartd-0.2.2.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/sys-apps/restartd/restartd-0.2.2.ebuild b/sys-apps/restartd/restartd-0.2.2.ebuild
16 deleted file mode 100644
17 index 1de6a97b5fd..00000000000
18 --- a/sys-apps/restartd/restartd-0.2.2.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="2"
25 -
26 -inherit eutils toolchain-funcs
27 -
28 -MY_PV=${PV/_alpha/.a-}
29 -DESCRIPTION="A daemon for checking your running and not running processes"
30 -HOMEPAGE="http://packages.debian.org/unstable/utils/restartd"
31 -SRC_URI="mirror://debian/pool/main/r/restartd/${PN}_${MY_PV}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~x86"
36 -IUSE=""
37 -
38 -src_prepare() {
39 - sed -i Makefile -e 's|-o restartd|$(LDFLAGS) &|g' || die "sed Makefile"
40 -}
41 -
42 -src_compile() {
43 - emake CC=$(tc-getCC) C_ARGS="${CFLAGS}" || die
44 -}
45 -
46 -src_install() {
47 - dodir /etc /usr/sbin /usr/share/man/man8 /usr/share/man/fr/man8/
48 - emake DESTDIR="${D}" install || die
49 -}