diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-05 15:53:56 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-05 15:53:56 +0000 |
commit | b13aad2eb3147393f4cb1f1a4a6eaccdf5e4fb48 (patch) | |
tree | 628f4641cd1eee22e3073e99f19c3a396d0e02dc /net-misc/zaptel | |
parent | Added missing parentheses to SRC_URI. (diff) | |
download | historical-b13aad2eb3147393f4cb1f1a4a6eaccdf5e4fb48.tar.gz historical-b13aad2eb3147393f4cb1f1a4a6eaccdf5e4fb48.tar.bz2 historical-b13aad2eb3147393f4cb1f1a4a6eaccdf5e4fb48.zip |
Added missing parentheses to SRC_URI.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'net-misc/zaptel')
-rw-r--r-- | net-misc/zaptel/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/zaptel/zaptel-1.0.6.ebuild | 6 | ||||
-rw-r--r-- | net-misc/zaptel/zaptel-1.0.7.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-misc/zaptel/ChangeLog b/net-misc/zaptel/ChangeLog index 3c235bc9e39c..4b7be87bfe9d 100644 --- a/net-misc/zaptel/ChangeLog +++ b/net-misc/zaptel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/zaptel # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.36 2005/03/21 00:44:58 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.37 2005/05/05 15:53:56 swegener Exp $ + + 05 May 2005; Sven Wegener <swegener@gentoo.org> zaptel-1.0.6.ebuild, + zaptel-1.0.7.ebuild: + Added missing parentheses to SRC_URI. *zaptel-1.0.7 (21 Mar 2005) diff --git a/net-misc/zaptel/zaptel-1.0.6.ebuild b/net-misc/zaptel/zaptel-1.0.6.ebuild index a023913810ab..c0ff1653b71d 100644 --- a/net-misc/zaptel/zaptel-1.0.6.ebuild +++ b/net-misc/zaptel/zaptel-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.0.6.ebuild,v 1.5 2005/03/18 14:41:13 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.0.6.ebuild,v 1.6 2005/05/05 15:53:56 swegener Exp $ IUSE="devfs26 bri florz" @@ -12,8 +12,8 @@ FLORZ_VERSION="0.2.0-RC7j_florz-4" DESCRIPTION="Drivers for Digium and ZapataTelephony cards" HOMEPAGE="http://www.asterisk.org" SRC_URI="ftp://ftp.asterisk.org/pub/telephony/zaptel/zaptel-${PV}.tar.gz - bri? http://www.junghanns.net/asterisk/downloads/bristuff-${BRI_VERSION}.tar.gz - florz? http://zaphfc.florz.dyndns.org/zaphfc_${FLORZ_VERSION}.diff.gz" + bri? ( http://www.junghanns.net/asterisk/downloads/bristuff-${BRI_VERSION}.tar.gz ) + florz? ( http://zaphfc.florz.dyndns.org/zaphfc_${FLORZ_VERSION}.diff.gz )" SLOT="0" LICENSE="GPL-2" diff --git a/net-misc/zaptel/zaptel-1.0.7.ebuild b/net-misc/zaptel/zaptel-1.0.7.ebuild index 734cae501cb1..3a8d7d6f0fc7 100644 --- a/net-misc/zaptel/zaptel-1.0.7.ebuild +++ b/net-misc/zaptel/zaptel-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.0.7.ebuild,v 1.1 2005/03/21 00:44:58 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.0.7.ebuild,v 1.2 2005/05/05 15:53:56 swegener Exp $ IUSE="devfs26 bri florz" @@ -12,8 +12,8 @@ FLORZ_VERSION="0.2.0-RC7j_florz-4" DESCRIPTION="Drivers for Digium and ZapataTelephony cards" HOMEPAGE="http://www.asterisk.org" SRC_URI="ftp://ftp.asterisk.org/pub/telephony/zaptel/zaptel-${PV}.tar.gz - bri? http://www.junghanns.net/asterisk/downloads/bristuff-${BRI_VERSION}.tar.gz - florz? http://zaphfc.florz.dyndns.org/zaphfc_${FLORZ_VERSION}.diff.gz" + bri? ( http://www.junghanns.net/asterisk/downloads/bristuff-${BRI_VERSION}.tar.gz ) + florz? ( http://zaphfc.florz.dyndns.org/zaphfc_${FLORZ_VERSION}.diff.gz )" SLOT="0" LICENSE="GPL-2" |