summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-12-16 23:32:18 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-12-16 23:32:18 +0100
commitb2384689a90a1aa3caa6f3145ba5dc09238f7a6f (patch)
tree401d51f7ad2667981d7134e57b459c2e16c76278 /sys-process/watchpid
parentsys-process/watchpid: stable for amd64+x86+ppc. (diff)
downloadgentoo-b2384689a90a1aa3caa6f3145ba5dc09238f7a6f.tar.gz
gentoo-b2384689a90a1aa3caa6f3145ba5dc09238f7a6f.tar.bz2
gentoo-b2384689a90a1aa3caa6f3145ba5dc09238f7a6f.zip
sys-process/watchpid: clean up old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-process/watchpid')
-rw-r--r--sys-process/watchpid/watchpid-0.1-r1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-process/watchpid/watchpid-0.1-r1.ebuild b/sys-process/watchpid/watchpid-0.1-r1.ebuild
deleted file mode 100644
index d8db315a7ebd..000000000000
--- a/sys-process/watchpid/watchpid-0.1-r1.ebuild
+++ /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
-}