diff options
author | 2008-02-15 09:04:35 +0000 | |
---|---|---|
committer | 2008-02-15 09:04:35 +0000 | |
commit | 00e56d24461029c8284a32365a7fc673e97951e5 (patch) | |
tree | 9eca3b2b56773bbf695c18a0be795c3fe6181850 /app-crypt/qca-tls/qca-tls-1.0-r4.ebuild | |
parent | Fix URI, bug#210171, thanks to Thomas Wouters (diff) | |
download | historical-00e56d24461029c8284a32365a7fc673e97951e5.tar.gz historical-00e56d24461029c8284a32365a7fc673e97951e5.tar.bz2 historical-00e56d24461029c8284a32365a7fc673e97951e5.zip |
Fix URI, bug#210171, thanks to Thomas Wouters, cleanups
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-crypt/qca-tls/qca-tls-1.0-r4.ebuild')
-rw-r--r-- | app-crypt/qca-tls/qca-tls-1.0-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/qca-tls/qca-tls-1.0-r4.ebuild b/app-crypt/qca-tls/qca-tls-1.0-r4.ebuild index 0c3ec5180187..0dc0c89c1e78 100644 --- a/app-crypt/qca-tls/qca-tls-1.0-r4.ebuild +++ b/app-crypt/qca-tls/qca-tls-1.0-r4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/qca-tls-1.0-r4.ebuild,v 1.1 2008/01/18 16:47:09 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/qca-tls-1.0-r4.ebuild,v 1.2 2008/02/15 09:04:35 alonbl Exp $ inherit eutils -DESCRIPTION="plugin to provide SSL/TLS capability to programs that utilize the Qt Cryptographic Architecture (QCA)" +DESCRIPTION="plugin to provide SSL/TLS capability to programs that utilize QCA" HOMEPAGE="http://delta.affinix.com/qca/" -SRC_URI="http://delta.affinix.com/qca/${P}.tar.bz2" +SRC_URI="http://delta.affinix.com/download/${PN%-*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |