summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process')
-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"