commit: 2a9442cb504178b847eb84987f65a9a9d4ad4c0a Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Sat Mar 16 18:22:48 2019 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Sat Mar 16 18:28:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9442cb
app-crypt/ccrypt: fix URLs Closes: https://bugs.gentoo.org/show_bug.cgi?id=680474 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-crypt/ccrypt/ccrypt-1.10.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/ccrypt/ccrypt-1.10.ebuild b/app-crypt/ccrypt/ccrypt-1.10.ebuild index 1b3edd99dce..279e8559ec7 100644 --- a/app-crypt/ccrypt/ccrypt-1.10.ebuild +++ b/app-crypt/ccrypt/ccrypt-1.10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" DESCRIPTION="Encryption and decryption" -HOMEPAGE="https://ccrypt.sourceforge.net" -SRC_URI="http://ccrypt.sourceforge.net/download/${P}.tar.gz" +HOMEPAGE="https://sourceforge.net/projects/ccrypt/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
