diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-06 19:02:16 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-10 00:21:28 +0200 |
commit | 7f2da4e296623f9360a9cc9167f871b1416f5908 (patch) | |
tree | a4216afd084df54724fc2013af152092320cef5d /dev-util/treecc | |
parent | dev-db/mysqltuner: bump to version 1.7.13, EAPI 7. (diff) | |
download | gentoo-7f2da4e296623f9360a9cc9167f871b1416f5908.tar.gz gentoo-7f2da4e296623f9360a9cc9167f871b1416f5908.tar.bz2 gentoo-7f2da4e296623f9360a9cc9167f871b1416f5908.zip |
dev-util/treecc: fix LICENSE, use https.
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>
Diffstat (limited to 'dev-util/treecc')
-rw-r--r-- | dev-util/treecc/treecc-0.3.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/treecc/treecc-0.3.10.ebuild b/dev-util/treecc/treecc-0.3.10.ebuild index 5600422561cc..7538dd6f11f4 100644 --- a/dev-util/treecc/treecc-0.3.10.ebuild +++ b/dev-util/treecc/treecc-0.3.10.ebuild @@ -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" |