From 170bc2d380ea9f905e4f633c4dc41ecbbaac0e86 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 29 Mar 2022 20:33:09 +0200 Subject: app-editors/bluefish: use https, fix LICENSE Closes: https://github.com/gentoo/gentoo/pull/24806 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- app-editors/bluefish/bluefish-2.2.12.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-editors') diff --git a/app-editors/bluefish/bluefish-2.2.12.ebuild b/app-editors/bluefish/bluefish-2.2.12.ebuild index 8433d55b357c..2580098daeac 100644 --- a/app-editors/bluefish/bluefish-2.2.12.ebuild +++ b/app-editors/bluefish/bluefish-2.2.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,11 +8,11 @@ PYTHON_COMPAT=( python3_{7..9} ) MY_P=${P/_/-} inherit autotools python-single-r1 xdg -DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer" -HOMEPAGE="http://bluefish.openoffice.nl/" +DESCRIPTION="GTK HTML editor for the experienced web designer or programmer" +HOMEPAGE="https://bluefish.openoffice.nl/" SRC_URI="https://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-3+" KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" SLOT="0" IUSE="gucharmap nls python spell" -- cgit v1.2.3-65-gdbad