Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/c2ps/
Date: Wed, 01 Jul 2020 23:37:56
Message-Id: 1593646631.5ff60a3f2bec4b41964af7d86fe53147933dfa73.bman@gentoo
1 commit: 5ff60a3f2bec4b41964af7d86fe53147933dfa73
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 30 18:28:09 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 23:37:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff60a3f
7
8 app-text/c2ps: use HTTPS, fix LICENSE
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16513
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 app-text/c2ps/c2ps-4.0.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild
19 index 84c0be2694a..b0b847069c7 100644
20 --- a/app-text/c2ps/c2ps-4.0.ebuild
21 +++ b/app-text/c2ps/c2ps-4.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -6,10 +6,10 @@ EAPI=7
29 inherit toolchain-funcs
30
31 DESCRIPTION="Generates a beautified ps document from a source file (c/c++)"
32 -HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps"
33 -SRC_URI="http://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz"
34 +HOMEPAGE="https://www.cs.technion.ac.il/users/c2ps"
35 +SRC_URI="https://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz"
36
37 -LICENSE="GPL-2"
38 +LICENSE="GPL-2+"
39 SLOT="0"
40 KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
41 IUSE=""