diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-30 20:28:09 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-01 19:37:11 -0400 |
commit | 5ff60a3f2bec4b41964af7d86fe53147933dfa73 (patch) | |
tree | b82bc17a3ddc77a31e837e0dcd80b3b70731233a /app-text | |
parent | app-misc/cbrpager: Remove last-rited package (diff) | |
download | gentoo-5ff60a3f2bec4b41964af7d86fe53147933dfa73.tar.gz gentoo-5ff60a3f2bec4b41964af7d86fe53147933dfa73.tar.bz2 gentoo-5ff60a3f2bec4b41964af7d86fe53147933dfa73.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16513
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/c2ps/c2ps-4.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild index 84c0be2694a3..b0b847069c74 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="" |