commit: f52ae77baf159369793a5c6bd4f62e9e243ec1d1 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Feb 6 16:54:31 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Feb 11 20:33:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52ae77b
dev-util/cgvg: use HTTPS, fix LICENSE Closes: https://github.com/gentoo/gentoo/pull/19351 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-util/cgvg/cgvg-1.6.3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/cgvg/cgvg-1.6.3.ebuild b/dev-util/cgvg/cgvg-1.6.3.ebuild index a65b759b299..81dae35db07 100644 --- a/dev-util/cgvg/cgvg-1.6.3.ebuild +++ b/dev-util/cgvg/cgvg-1.6.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Minimal command-line source browsing tool similar to cscope" -HOMEPAGE="http://uzix.org/cgvg.html" -SRC_URI="http://uzix.org/cgvg/${P}.tar.gz" +HOMEPAGE="https://uzix.org/cgvg.html" +SRC_URI="https://uzix.org/cgvg/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
