diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-24 04:09:09 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-24 04:09:09 +0000 |
commit | d378bd6014e1d568d59b04244df5d2ab4bd780cd (patch) | |
tree | 15ff57d31eeb0dd0f68f472c58aea0783384c95e /sys-libs/detect/detect-0.9.72.ebuild | |
parent | Version bump & cleanup. (Manifest recommit) (diff) | |
download | gentoo-2-d378bd6014e1d568d59b04244df5d2ab4bd780cd.tar.gz gentoo-2-d378bd6014e1d568d59b04244df5d2ab4bd780cd.tar.bz2 gentoo-2-d378bd6014e1d568d59b04244df5d2ab4bd780cd.zip |
Changed SRC_URI to use mirror:// syntax and added missing IUSE.
Diffstat (limited to 'sys-libs/detect/detect-0.9.72.ebuild')
-rw-r--r-- | sys-libs/detect/detect-0.9.72.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-libs/detect/detect-0.9.72.ebuild b/sys-libs/detect/detect-0.9.72.ebuild index a10d0f48f472..64a847722af9 100644 --- a/sys-libs/detect/detect-0.9.72.ebuild +++ b/sys-libs/detect/detect-0.9.72.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/detect/detect-0.9.72.ebuild,v 1.7 2004/07/02 08:44:54 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/detect/detect-0.9.72.ebuild,v 1.8 2004/08/24 04:09:09 swegener Exp $ DESCRIPTION="Detect is a library for automatic hardware detection." HOMEPAGE="http://www.mandrakelinux.com/harddrake/index.php" -SRC_URI="http://ftp.debian.org/debian/pool/main/d/detect/${P//-/_}.orig.tar.gz -http://ftp.debian.org/debian/pool/main/d/detect/${P//-/_}-6.1.diff.gz" +SRC_URI="mirror://debian/pool/main/d/detect/${P//-/_}.orig.tar.gz + mirror://debian/pool/main/d/detect/${P//-/_}-6.1.diff.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/libc" S="${WORKDIR}/${PN}" |