diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2009-12-13 10:04:32 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2009-12-13 10:04:32 +0000 |
commit | 8cbd463aa035f37638d27d01c79be32a67f069a0 (patch) | |
tree | 29ff3521beee87faed5d17ce6cc23caaecb7a842 /sys-process/wait_on_pid | |
parent | Minor QA cleanups (diff) | |
download | historical-8cbd463aa035f37638d27d01c79be32a67f069a0.tar.gz historical-8cbd463aa035f37638d27d01c79be32a67f069a0.tar.bz2 historical-8cbd463aa035f37638d27d01c79be32a67f069a0.zip |
Moved this utility from gentoo-vdr-scripts into an extra package.
Package-Manager: portage-2.2_rc59/cvs/Linux i686
Diffstat (limited to 'sys-process/wait_on_pid')
-rw-r--r-- | sys-process/wait_on_pid/ChangeLog | 10 | ||||
-rw-r--r-- | sys-process/wait_on_pid/Manifest | 14 | ||||
-rw-r--r-- | sys-process/wait_on_pid/metadata.xml | 9 | ||||
-rw-r--r-- | sys-process/wait_on_pid/wait_on_pid-0.0.1.ebuild | 22 |
4 files changed, 55 insertions, 0 deletions
diff --git a/sys-process/wait_on_pid/ChangeLog b/sys-process/wait_on_pid/ChangeLog new file mode 100644 index 000000000000..01ecfa3944f7 --- /dev/null +++ b/sys-process/wait_on_pid/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sys-process/wait_on_pid +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/ChangeLog,v 1.1 2009/12/13 10:04:32 zzam Exp $ + +*wait_on_pid-0.0.1 (13 Dec 2009) + + 13 Dec 2009; Matthias Schwarzott <zzam@gentoo.org> + +wait_on_pid-0.0.1.ebuild, +metadata.xml: + Moved this utility from gentoo-vdr-scripts into an extra package. + diff --git a/sys-process/wait_on_pid/Manifest b/sys-process/wait_on_pid/Manifest new file mode 100644 index 000000000000..9724e2e15d94 --- /dev/null +++ b/sys-process/wait_on_pid/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST wait_on_pid-0.0.1.tar.bz2 7119 RMD160 66d69b8e35a5d7b5b22f526e0a78332e38de956e SHA1 15156da5950b535efc63916d2c79775723399144 SHA256 78955fb0ac9ca123185d9a5df438dc23a36915c9d07951e7bb957d593907dea0 +EBUILD wait_on_pid-0.0.1.ebuild 615 RMD160 4901b8bf2dfe1d48f0c6bb8ed7dccdd5e8c2fedd SHA1 df01a978bcda4d3eab4424a0f803b7429a6eefff SHA256 7e9c57c94bf1012b4a28c246e517c29036cc5af1897e557708a7537b825c12ff +MISC ChangeLog 417 RMD160 3c9a481b2b470d34c127cc21cc0157bb41525dca SHA1 ca903e20b1502e24de9dab43fc17739d88927291 SHA256 fecad3a8e8103cfd68668a03726db8cccaee1754ecb993a5fc5975163ffce268 +MISC metadata.xml 255 RMD160 b5e0d2c3d210b97333c0234e8b07d6f22348d781 SHA1 3556d1eef65ba78cc2e101acb1c4a46f3842a828 SHA256 7a9e0aaeb1ae6140cbbbfb13650ba6e4ea8842c921781526d08110bdc603bf9c +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.13 (GNU/Linux) + +iEYEARECAAYFAkskvE4ACgkQt2vP6XvVdOdbWQCdHESywCEI5AuLy7Pz8fvUOb0u +hg8An0yAizabPRmwkRwKEpWQ/HVYg+u+ +=1M17 +-----END PGP SIGNATURE----- diff --git a/sys-process/wait_on_pid/metadata.xml b/sys-process/wait_on_pid/metadata.xml new file mode 100644 index 000000000000..9bd0f7a75b22 --- /dev/null +++ b/sys-process/wait_on_pid/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>zzam@gentoo.org</email> + <name>Matthias Schwarzott</name> +</maintainer> +</pkgmetadata> diff --git a/sys-process/wait_on_pid/wait_on_pid-0.0.1.ebuild b/sys-process/wait_on_pid/wait_on_pid-0.0.1.ebuild new file mode 100644 index 000000000000..70c2a4af7a30 --- /dev/null +++ b/sys-process/wait_on_pid/wait_on_pid-0.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/wait_on_pid-0.0.1.ebuild,v 1.1 2009/12/13 10:04:32 zzam Exp $ + +EAPI="2" + +DESCRIPTION="small utility to wait for an arbitrary process to exit" +HOMEPAGE="http://dev.gentoo.org/~zzam/wait_on_pid/" +SRC_URI="mirror://gentoo/$P.tar.bz2 http://dev.gentoo.org/~zzam/wait_on_pid/$P.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="!<=media-tv/gentoo-vdr-scripts-0.4.6" +RDEPEND="" + +src_install() { + dobin wait_on_pid || die + dodoc README +} |