summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2012-06-14 05:28:06 +0000
committerDoug Goldstein <cardoe@gentoo.org>2012-06-14 05:28:06 +0000
commita9a6a1ae1dd0d7c873544d4652f09a0908e1996e (patch)
tree2c5d165f862e7fefd35a80b8a5b98a7261398e61 /sys-process
parentLong needed bump (diff)
downloadgentoo-2-a9a6a1ae1dd0d7c873544d4652f09a0908e1996e.tar.gz
gentoo-2-a9a6a1ae1dd0d7c873544d4652f09a0908e1996e.tar.bz2
gentoo-2-a9a6a1ae1dd0d7c873544d4652f09a0908e1996e.zip
Fix SRC_URL before it hits rsync
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/numad/ChangeLog5
-rw-r--r--sys-process/numad/numad-0.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/numad/ChangeLog b/sys-process/numad/ChangeLog
index e93c8711b4e3..b33d63ba07a7 100644
--- a/sys-process/numad/ChangeLog
+++ b/sys-process/numad/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/numad
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/ChangeLog,v 1.1 2012/06/14 05:13:03 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/ChangeLog,v 1.2 2012/06/14 05:28:06 cardoe Exp $
+
+ 13 Jun 2012; Doug Goldstein <cardoe@gentoo.org> numad-0.5.ebuild:
+ Fix SRC_URL before it hits rsync
*numad-9999 (13 Jun 2012)
*numad-0.5 (13 Jun 2012)
diff --git a/sys-process/numad/numad-0.5.ebuild b/sys-process/numad/numad-0.5.ebuild
index 01b668c5ef8a..70c494970e10 100644
--- a/sys-process/numad/numad-0.5.ebuild
+++ b/sys-process/numad/numad-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/numad-0.5.ebuild,v 1.1 2012/06/14 05:13:03 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/numad-0.5.ebuild,v 1.2 2012/06/14 05:28:06 cardoe Exp $
EAPI=4
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://git.fedorahosted.org/numad.git"
KEYWORDS="-arm -s390"
else
- SRC_URI="http://git.fedorahosted.org/git/?p=numad.git;a=snapshot;h=334278ff3d774d105939743436d7378a189e8693;sf=tbz2 -> numad-0.5.tar.bz2"
+ SRC_URI="http://git.fedorahosted.org/git/?p=numad.git;a=snapshot;h=334278ff3d774d105939743436d7378a189e8693;sf=tbz2 -> numad-0.5-334278f.tar.bz2"
KEYWORDS="~amd64 ~x86 -arm -s390"
S="${WORKDIR}/${PN}-334278f"
fi