diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-17 16:37:23 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:16:44 +0100 |
commit | 87e038beeb0785b37a23ea513e20df4970d8f639 (patch) | |
tree | b0e5f44ec0bbdb469e6efdfe740b5570d5f76a7a /app-crypt/libscrypt | |
parent | app-crypt/jacksum: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-87e038beeb0785b37a23ea513e20df4970d8f639.tar.gz gentoo-87e038beeb0785b37a23ea513e20df4970d8f639.tar.bz2 gentoo-87e038beeb0785b37a23ea513e20df4970d8f639.zip |
app-crypt/libscrypt: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996
Diffstat (limited to 'app-crypt/libscrypt')
-rw-r--r-- | app-crypt/libscrypt/libscrypt-1.19.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/libscrypt/libscrypt-1.20.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/libscrypt/libscrypt-1.19.ebuild b/app-crypt/libscrypt/libscrypt-1.19.ebuild index 830211537fb9..23b1d6d7f175 100644 --- a/app-crypt/libscrypt/libscrypt-1.19.ebuild +++ b/app-crypt/libscrypt/libscrypt-1.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit flag-o-matic multilib toolchain-funcs -DESCRIPTION="Shared library to impliment the scrypt algorithm. See http://www.tarsnap.com/scrypt.html." +DESCRIPTION="Shared library to impliment the scrypt algorithm" HOMEPAGE="https://github.com/technion/libscrypt" SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-crypt/libscrypt/libscrypt-1.20.ebuild b/app-crypt/libscrypt/libscrypt-1.20.ebuild index 6e5a3038f64d..5fca908764ba 100644 --- a/app-crypt/libscrypt/libscrypt-1.20.ebuild +++ b/app-crypt/libscrypt/libscrypt-1.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit flag-o-matic multilib toolchain-funcs -DESCRIPTION="Shared library to impliment the scrypt algorithm. See http://www.tarsnap.com/scrypt.html." +DESCRIPTION="Shared library to impliment the scrypt algorithm" HOMEPAGE="https://github.com/technion/libscrypt" SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |