diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-03 16:21:13 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-03 16:21:13 +0000 |
commit | be0608def46a714faedeabeca23518b0c284aeae (patch) | |
tree | 0addf6841fa50b2e44fb35267d38baea4e30f03c /sys-apps | |
parent | Moved from sys-apps/watchpid to sys-process/watchpid. (diff) | |
download | historical-be0608def46a714faedeabeca23518b0c284aeae.tar.gz historical-be0608def46a714faedeabeca23518b0c284aeae.tar.bz2 historical-be0608def46a714faedeabeca23518b0c284aeae.zip |
Moved to sys-process/watchpid.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/watchpid/ChangeLog | 23 | ||||
-rw-r--r-- | sys-apps/watchpid/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/watchpid/files/digest-watchpid-0.1-r1 | 1 | ||||
-rw-r--r-- | sys-apps/watchpid/metadata.xml | 5 | ||||
-rw-r--r-- | sys-apps/watchpid/watchpid-0.1-r1.ebuild | 23 |
5 files changed, 0 insertions, 56 deletions
diff --git a/sys-apps/watchpid/ChangeLog b/sys-apps/watchpid/ChangeLog deleted file mode 100644 index b2d9b769aff3..000000000000 --- a/sys-apps/watchpid/ChangeLog +++ /dev/null @@ -1,23 +0,0 @@ -# ChangeLog for sys-apps/watchpid -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchpid/ChangeLog,v 1.6 2004/07/01 21:44:20 eradicator Exp $ - - 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> - watchpid-0.1-r1.ebuild: - virtual/glibc -> virtual/libc - -*watchpid-0.1-r1 (1 Feb 2002) - - 21 Jul 2002; Mark Guertin <gerk@gentoo.org>: - updated keywords (-ppc) - - 14 Jul 2002; phoen][x <phoenix@gentoo.org> watchpid-0.1-r1.ebuild : - Added LICENSE, KEYWORDS, SLOT. - - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/sys-apps/watchpid/Manifest b/sys-apps/watchpid/Manifest deleted file mode 100644 index acb7288bf9cc..000000000000 --- a/sys-apps/watchpid/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 cb8ee76aa35571c40a8e9a49729e4643 watchpid-0.1-r1.ebuild 674 -MD5 a61bc36571259a07da43251ae93bbd5a ChangeLog 968 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 88ee3424da7d0e827ee6bba7aa59c5cc files/digest-watchpid-0.1-r1 63 diff --git a/sys-apps/watchpid/files/digest-watchpid-0.1-r1 b/sys-apps/watchpid/files/digest-watchpid-0.1-r1 deleted file mode 100644 index 41baeed76ae3..000000000000 --- a/sys-apps/watchpid/files/digest-watchpid-0.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 954939f7ddf337d90ec9806abea0290b watchpid_0.1.tar.gz 36432 diff --git a/sys-apps/watchpid/metadata.xml b/sys-apps/watchpid/metadata.xml deleted file mode 100644 index 96a2d586367d..000000000000 --- a/sys-apps/watchpid/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>base-system</herd> -</pkgmetadata> diff --git a/sys-apps/watchpid/watchpid-0.1-r1.ebuild b/sys-apps/watchpid/watchpid-0.1-r1.ebuild deleted file mode 100644 index eaef3fd77ea1..000000000000 --- a/sys-apps/watchpid/watchpid-0.1-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchpid/watchpid-0.1-r1.ebuild,v 1.13 2004/07/15 02:47:06 agriffis Exp $ - -DESCRIPTION="Watches a process for termination" -SRC_URI="http://www.codepark.org/projects/utils/${PN}_${PV}.tar.gz" -HOMEPAGE="http://www.codepark.org/" -KEYWORDS="x86 amd64 -ppc" -IUSE="" -SLOT="0" -LICENSE="GPL-2" -DEPEND="virtual/libc" - -src_compile() { - ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} || die - make ${MAKEOPTS} || die -} - -src_install() { - make DESTDIR=${D} install || die - cd ${S} - dodoc README AUTHORS COPYING NEWS -} |