sys-process/watchpid: clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Fri, 16 Dec 2016 22:32:18 +0000 (23:32 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 16 Dec 2016 22:32:18 +0000 (23:32 +0100)
Package-Manager: portage-2.3.0

sys-process/watchpid/watchpid-0.1-r1.ebuild [deleted file]

diff --git a/sys-process/watchpid/watchpid-0.1-r1.ebuild b/sys-process/watchpid/watchpid-0.1-r1.ebuild
deleted file mode 100644 (file)
index d8db315..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Watches a process for termination"
-SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz"
-HOMEPAGE="http://www.codepark.org/"
-KEYWORDS="x86 amd64 -ppc"
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-DEPEND=""
-
-src_compile() {
-       econf || die "econf failed"
-       emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
-       make DESTDIR=${D} install || die "make install failed"
-       dodoc README AUTHORS
-}