summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-07-20 01:49:49 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-07-20 01:49:49 +0000
commit6a2b8226e5b038258b7d918620b56455871b9191 (patch)
treeadba8e1801b81658e7d26e28d3dc854a53cd7163 /sys-apps/kudzu/kudzu-1.2.83.ebuild
parentversion bump, 0.9.0 (diff)
downloadgentoo-2-6a2b8226e5b038258b7d918620b56455871b9191.tar.gz
gentoo-2-6a2b8226e5b038258b7d918620b56455871b9191.tar.bz2
gentoo-2-6a2b8226e5b038258b7d918620b56455871b9191.zip
Make SRC_URI and explicit location. This file is hard to find on the fedora mirrors and hasn't been pushed to the Gentoo mirrors since its inception into the portage tree
(Portage version: 2.2_rc1/cvs/Linux 2.6.22-gentoo-r2 i686)
Diffstat (limited to 'sys-apps/kudzu/kudzu-1.2.83.ebuild')
-rw-r--r--sys-apps/kudzu/kudzu-1.2.83.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/kudzu/kudzu-1.2.83.ebuild b/sys-apps/kudzu/kudzu-1.2.83.ebuild
index 2d50bb057218..e87cadfeb865 100644
--- a/sys-apps/kudzu/kudzu-1.2.83.ebuild
+++ b/sys-apps/kudzu/kudzu-1.2.83.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kudzu/kudzu-1.2.83.ebuild,v 1.2 2008/05/29 14:46:44 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kudzu/kudzu-1.2.83.ebuild,v 1.3 2008/07/20 01:49:49 darkside Exp $
inherit eutils python rpm multilib toolchain-funcs
@@ -11,7 +11,9 @@ RPMREV="3"
MY_P="${PN/lib}-${PV}"
DESCRIPTION="Red Hat Hardware detection tools"
-SRC_URI="mirror://fedora/development/source/SRPMS/${MY_P}-${RPMREV}.src.rpm"
+#SRC_URI="mirror://fedora/development/source/SRPMS/${MY_P}-${RPMREV}.src.rpm"
+#Workaround to get this file on the Gentoo Mirrors for now. -darkside
+SRC_URI="http://fedora.mirror.iweb.ca/releases/test/9-Beta/Fedora/source/SRPMS/kudzu-1.2.83-3.src.rpm"
HOMEPAGE="http://rhlinux.redhat.com/kudzu/"
LICENSE="GPL-2"