diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2007-02-10 23:25:54 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2007-02-10 23:25:54 +0000 |
commit | 61014a5f44069c6ad2e40c91a6f190746043baec (patch) | |
tree | 573cfbb19d97a17a3d2927666e6aa0dfe97d1a2c /net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild | |
parent | moved from USE flag tcltk to tcl, see bug 17808 (diff) | |
download | historical-61014a5f44069c6ad2e40c91a6f190746043baec.tar.gz historical-61014a5f44069c6ad2e40c91a6f190746043baec.tar.bz2 historical-61014a5f44069c6ad2e40c91a6f190746043baec.zip |
fixed SRC_URI, solving bug #163309.
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild')
-rw-r--r-- | net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild index cfd4eff5f3a6..d1a2b9e3dbcf 100644 --- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild +++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild,v 1.5 2007/01/04 16:33:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild,v 1.6 2007/02/10 23:25:54 sbriesen Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -15,8 +15,8 @@ MY_PV3="$(get_version_component_range 6)" MY_P="${PN}_${MY_PV1}.svn.${MY_PV2}" DESCRIPTION="capi4hylafax adds a faxcapi modem to the hylafax enviroment." -SRC_URI="http://ftp.debian.org/debian/pool/main/c/capi4hylafax/${MY_P}.orig.tar.gz - http://ftp.debian.org/debian/pool/main/c/capi4hylafax/${MY_P}-${MY_PV3}.diff.gz" +SRC_URI="mirror://debian/pool/main/c/capi4hylafax/${MY_P}.orig.tar.gz + mirror://debian/pool/main/c/capi4hylafax/${MY_P}-${MY_PV3}.diff.gz" HOMEPAGE="http://packages.qa.debian.org/c/capi4hylafax.html" S="${WORKDIR}/${PN}-svn" |