commit: 5ff60a3f2bec4b41964af7d86fe53147933dfa73 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Jun 30 18:28:09 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Jul 1 23:37:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff60a3f
app-text/c2ps: use HTTPS, fix LICENSE Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16513 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> app-text/c2ps/c2ps-4.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild index 84c0be2694a..b0b847069c7 100644 --- a/app-text/c2ps/c2ps-4.0.ebuild +++ b/app-text/c2ps/c2ps-4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,10 +6,10 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Generates a beautified ps document from a source file (c/c++)" -HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps" -SRC_URI="http://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz" +HOMEPAGE="https://www.cs.technion.ac.il/users/c2ps" +SRC_URI="https://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE=""
