diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2021-02-06 17:54:31 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-11 21:33:47 +0100 |
commit | f52ae77baf159369793a5c6bd4f62e9e243ec1d1 (patch) | |
tree | ced1b97bbfb0739c7404d9fa454e58e56e41781b /dev-util/cgvg | |
parent | python-r1.eclass: Allow empty depstring to python_gen_any_dep (diff) | |
download | gentoo-f52ae77baf159369793a5c6bd4f62e9e243ec1d1.tar.gz gentoo-f52ae77baf159369793a5c6bd4f62e9e243ec1d1.tar.bz2 gentoo-f52ae77baf159369793a5c6bd4f62e9e243ec1d1.zip |
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@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util/cgvg')
-rw-r--r-- | dev-util/cgvg/cgvg-1.6.3.ebuild | 8 |
1 files 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 a65b759b2995..81dae35db07e 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" |