summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2013-06-28 18:51:01 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2013-06-28 18:51:01 +0000
commita24cf4ebbef0dfe818d7c0a68e495d48a9a2996f (patch)
treee44ed963156b69316322fe535b4a5ffd0d03f06c /sys-process/wait_on_pid
parentBump. (diff)
downloadgentoo-2-a24cf4ebbef0dfe818d7c0a68e495d48a9a2996f.tar.gz
gentoo-2-a24cf4ebbef0dfe818d7c0a68e495d48a9a2996f.tar.bz2
gentoo-2-a24cf4ebbef0dfe818d7c0a68e495d48a9a2996f.zip
Changed download location back to original
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key 0xAA792A6A)
Diffstat (limited to 'sys-process/wait_on_pid')
-rw-r--r--sys-process/wait_on_pid/ChangeLog5
-rw-r--r--sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/wait_on_pid/ChangeLog b/sys-process/wait_on_pid/ChangeLog
index a9988f305af3..f514e3a278e6 100644
--- a/sys-process/wait_on_pid/ChangeLog
+++ b/sys-process/wait_on_pid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/wait_on_pid
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/ChangeLog,v 1.8 2013/05/20 19:16:36 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/ChangeLog,v 1.9 2013/06/28 18:51:01 zzam Exp $
+
+ 28 Jun 2013; Matthias Schwarzott <zzam@gentoo.org> wait_on_pid-0.0.2.ebuild:
+ Changed download location back to original
*wait_on_pid-0.0.2 (20 May 2013)
diff --git a/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild b/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild
index 5a293d8a86fc..b75e7e929d30 100644
--- a/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild
+++ b/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.2.ebuild,v 1.1 2013/05/20 19:16:36 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild,v 1.2 2013/06/28 18:51:01 zzam Exp $
EAPI="5"
@@ -8,7 +8,7 @@ inherit eutils toolchain-funcs
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/~hd_brummy/distfiles/$P.tar.bz2"
+SRC_URI="mirror://gentoo/$P.tar.bz2 http://dev.gentoo.org/~zzam/wait_on_pid/$P.tar.bz2"
LICENSE="GPL-2"
SLOT="0"