dev-util/treecc: fix LICENSE, use https.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 6 Mar 2019 18:02:16 +0000 (19:02 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 9 Apr 2019 22:21:28 +0000 (00:21 +0200)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11285
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-util/treecc/treecc-0.3.10.ebuild

index 5600422561cc9d127af3207c99bd2dbee5b0baac..7538dd6f11f46b39991a3c74c5d051a35488cc1e 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
 
 DESCRIPTION="compiler-compiler tool for aspect-oriented programming"
 HOMEPAGE="https://www.gnu.org/software/dotgnu"
-SRC_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/${P}.tar.gz"
+SRC_URI="https://download.savannah.gnu.org/releases/dotgnu-pnet/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="doc examples"