diff options
author | Christel Dahlskjær <christel@gentoo.org> | 2006-08-08 14:10:32 +0000 |
---|---|---|
committer | Christel Dahlskjær <christel@gentoo.org> | 2006-08-08 14:10:32 +0000 |
commit | a6e67d9fbdb323cede7eb627d3c7428b2fd74ecf (patch) | |
tree | 7ce7eff61758f7de54bd95ec5b13d25469a8ff77 /app-antivirus/clamav | |
parent | Inherit eutils (diff) | |
download | gentoo-2-a6e67d9fbdb323cede7eb627d3c7428b2fd74ecf.tar.gz gentoo-2-a6e67d9fbdb323cede7eb627d3c7428b2fd74ecf.tar.bz2 gentoo-2-a6e67d9fbdb323cede7eb627d3c7428b2fd74ecf.zip |
Fixing up SRC_URI by request from Ticho.
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.88.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index b3e07bef376f..dae30f7da8ad 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-antivirus/clamav # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.164 2006/08/08 09:12:10 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.165 2006/08/08 14:10:32 christel Exp $ + + 08 Aug 2006; Christel Dahlskjaer <christel@gentoo.org> + clamav-0.88.4.ebuild: + Fixing up SRC_URI by request from Ticho. 08 Aug 2006; Rene Nussbaumer <killerfox@gentoo.org> clamav-0.88.4.ebuild: Stable on hppa. See bug #143093. diff --git a/app-antivirus/clamav/clamav-0.88.4.ebuild b/app-antivirus/clamav/clamav-0.88.4.ebuild index 90df0b13ef68..dbc2fdb97fda 100644 --- a/app-antivirus/clamav/clamav-0.88.4.ebuild +++ b/app-antivirus/clamav/clamav-0.88.4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.4.ebuild,v 1.8 2006/08/08 09:12:10 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.4.ebuild,v 1.9 2006/08/08 14:10:32 christel Exp $ inherit eutils flag-o-matic fixheadtails DESCRIPTION="Clam Anti-Virus Scanner" HOMEPAGE="http://www.clamav.net/" -SRC_URI="http://mirror.clamav.net/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |