Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/treecc/
Date: Tue, 09 Apr 2019 22:21:49
Message-Id: 1554848488.7f2da4e296623f9360a9cc9167f871b1416f5908.monsieurp@gentoo
1 commit: 7f2da4e296623f9360a9cc9167f871b1416f5908
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 6 18:02:16 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 22:21:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2da4e2
7
8 dev-util/treecc: fix LICENSE, use https.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11285
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-util/treecc/treecc-0.3.10.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-util/treecc/treecc-0.3.10.ebuild b/dev-util/treecc/treecc-0.3.10.ebuild
18 index 5600422561c..7538dd6f11f 100644
19 --- a/dev-util/treecc/treecc-0.3.10.ebuild
20 +++ b/dev-util/treecc/treecc-0.3.10.ebuild
21 @@ -1,13 +1,13 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=0
27
28 DESCRIPTION="compiler-compiler tool for aspect-oriented programming"
29 HOMEPAGE="https://www.gnu.org/software/dotgnu"
30 -SRC_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/${P}.tar.gz"
31 +SRC_URI="https://download.savannah.gnu.org/releases/dotgnu-pnet/${P}.tar.gz"
32
33 -LICENSE="GPL-2"
34 +LICENSE="GPL-2+"
35 SLOT="0"
36 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
37 IUSE="doc examples"