summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-07-27 02:34:12 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-07-27 02:34:34 +0300
commit2204826c6a2e2b3cd280edc76a8bcd32cafc6ab4 (patch)
tree54124f39cfcf08394982fce7fed518124b9594dc /sys-apps
parentsys-apps/restartd: revision bump (EAPI=7) (diff)
downloadgentoo-2204826c6a2e2b3cd280edc76a8bcd32cafc6ab4.tar.gz
gentoo-2204826c6a2e2b3cd280edc76a8bcd32cafc6ab4.tar.bz2
gentoo-2204826c6a2e2b3cd280edc76a8bcd32cafc6ab4.zip
sys-apps/restartd: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/restartd/restartd-0.2.2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-apps/restartd/restartd-0.2.2.ebuild b/sys-apps/restartd/restartd-0.2.2.ebuild
deleted file mode 100644
index 1de6a97b5fd2..000000000000
--- a/sys-apps/restartd/restartd-0.2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-MY_PV=${PV/_alpha/.a-}
-DESCRIPTION="A daemon for checking your running and not running processes"
-HOMEPAGE="http://packages.debian.org/unstable/utils/restartd"
-SRC_URI="mirror://debian/pool/main/r/restartd/${PN}_${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-src_prepare() {
- sed -i Makefile -e 's|-o restartd|$(LDFLAGS) &|g' || die "sed Makefile"
-}
-
-src_compile() {
- emake CC=$(tc-getCC) C_ARGS="${CFLAGS}" || die
-}
-
-src_install() {
- dodir /etc /usr/sbin /usr/share/man/man8 /usr/share/man/fr/man8/
- emake DESTDIR="${D}" install || die
-}