summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-06-30 20:28:09 +0200
committerAaron Bauman <bman@gentoo.org>2020-07-01 19:37:11 -0400
commit5ff60a3f2bec4b41964af7d86fe53147933dfa73 (patch)
treeb82bc17a3ddc77a31e837e0dcd80b3b70731233a
parentapp-misc/cbrpager: Remove last-rited package (diff)
downloadgentoo-5ff60a3f.tar.gz
gentoo-5ff60a3f.tar.bz2
gentoo-5ff60a3f.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>
-rw-r--r--app-text/c2ps/c2ps-4.0.ebuild8
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=""