diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2014-11-13 00:16:08 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2014-11-13 00:16:08 +0000 |
commit | b13a6c25c8e23c96263170f1a06e137c0760ffe5 (patch) | |
tree | 92733e9c46771c4f0462f94b37cdb427ccb2ed56 /dev-python/libnacl/libnacl-1.4.0.ebuild | |
parent | New package, python ctypes wrapper for libsodium (diff) | |
download | historical-b13a6c25c8e23c96263170f1a06e137c0760ffe5.tar.gz historical-b13a6c25c8e23c96263170f1a06e137c0760ffe5.tar.bz2 historical-b13a6c25c8e23c96263170f1a06e137c0760ffe5.zip |
Remove extra space from HOMEPAGE
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0xE3F69979BB4B8928DA78E3D17CBF44EF
Diffstat (limited to 'dev-python/libnacl/libnacl-1.4.0.ebuild')
-rw-r--r-- | dev-python/libnacl/libnacl-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libnacl/libnacl-1.4.0.ebuild b/dev-python/libnacl/libnacl-1.4.0.ebuild index 32e15260039e..0fc459266aea 100644 --- a/dev-python/libnacl/libnacl-1.4.0.ebuild +++ b/dev-python/libnacl/libnacl-1.4.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libnacl/libnacl-1.4.0.ebuild,v 1.1 2014/11/13 00:12:43 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libnacl/libnacl-1.4.0.ebuild,v 1.2 2014/11/13 00:16:02 chutzpah Exp $ EAPI=5 PYTHON_COMPAT=(python{2_7,3_4}) inherit distutils-r1 DESCRIPTION="Python ctypes wrapper for libsodium" -HOMEPAGE=" https://libnacl.readthedocs.org/" +HOMEPAGE="https://libnacl.readthedocs.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |