diff options
author | 2001-04-30 12:01:45 +0000 | |
---|---|---|
committer | 2001-04-30 12:01:45 +0000 | |
commit | d7bf18692f7ba480025f3ddd63f879e2d7932c14 (patch) | |
tree | be2624e8dc08d84e55b45f1225bd851121d9faac /sys-apps/watchpid | |
parent | Update (diff) | |
download | historical-d7bf18692f7ba480025f3ddd63f879e2d7932c14.tar.gz historical-d7bf18692f7ba480025f3ddd63f879e2d7932c14.tar.bz2 historical-d7bf18692f7ba480025f3ddd63f879e2d7932c14.zip |
Cleanup
Diffstat (limited to 'sys-apps/watchpid')
-rw-r--r-- | sys-apps/watchpid/files/digest-watchpid-0.1 | 1 | ||||
-rw-r--r-- | sys-apps/watchpid/watchpid-0.1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/watchpid/files/digest-watchpid-0.1 b/sys-apps/watchpid/files/digest-watchpid-0.1 deleted file mode 100644 index 54f3c64a1b1e..000000000000 --- a/sys-apps/watchpid/files/digest-watchpid-0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 954939f7ddf337d90ec9806abea0290b watchpid_0.1.tar.gz diff --git a/sys-apps/watchpid/watchpid-0.1.ebuild b/sys-apps/watchpid/watchpid-0.1.ebuild deleted file mode 100644 index 34ec74ac716c..000000000000 --- a/sys-apps/watchpid/watchpid-0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchpid/watchpid-0.1.ebuild,v 1.2 2000/11/30 23:14:35 achim Exp $ - -A=watchpid_0.1.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Watches a process for termination" -SRC_URI="http://www.codepark.org/projects/utils/${A}" -HOMEPAGE="http://www.codepark.org" -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - try make prefix=${D}/usr install - cd ${S} - dodoc README AUTHORS COPYING NEWS -} - - - |