diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2005-06-25 13:24:39 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2005-06-25 13:24:39 +0000 |
commit | f2df5fc63f6a9b8578b71f3e0606a70158eb0151 (patch) | |
tree | 9958274329fe86cb551c426b812a3a4591603c67 /net-libs/zapata/zapata-1.0.1.ebuild | |
parent | Removing old version (diff) | |
download | historical-f2df5fc63f6a9b8578b71f3e0606a70158eb0151.tar.gz historical-f2df5fc63f6a9b8578b71f3e0606a70158eb0151.tar.bz2 historical-f2df5fc63f6a9b8578b71f3e0606a70158eb0151.zip |
Fixed SRC_URI
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-libs/zapata/zapata-1.0.1.ebuild')
-rw-r--r-- | net-libs/zapata/zapata-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/zapata/zapata-1.0.1.ebuild b/net-libs/zapata/zapata-1.0.1.ebuild index 219fd7d3c431..7d4dd37fe10e 100644 --- a/net-libs/zapata/zapata-1.0.1.ebuild +++ b/net-libs/zapata/zapata-1.0.1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/zapata/zapata-1.0.1.ebuild,v 1.2 2005/04/21 00:47:16 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/zapata/zapata-1.0.1.ebuild,v 1.3 2005/06/25 13:24:39 stkn Exp $ IUSE="" inherit eutils DESCRIPTION="Library of additional telephony related functions" -HOMEPAGE="http://www.asterisk.org" -SRC_URI="ftp://ftp.asterisk.org/pub/telephony/zaptel/zapata-${PV}.tar.gz" +HOMEPAGE="http://www.asterisk.org/" +SRC_URI="ftp://ftp.asterisk.org/pub/telephony/zaptel/old/zapata-${PV}.tar.gz" SLOT="0" LICENSE="BSD" |