Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/bluefish/
Date: Sun, 03 Apr 2022 10:50:36
Message-Id: 1648983012.170bc2d380ea9f905e4f633c4dc41ecbbaac0e86.conikost@gentoo
1 commit: 170bc2d380ea9f905e4f633c4dc41ecbbaac0e86
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Mar 29 18:33:09 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 10:50:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170bc2d3
7
8 app-editors/bluefish: use https, fix LICENSE
9
10 Closes: https://github.com/gentoo/gentoo/pull/24806
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 app-editors/bluefish/bluefish-2.2.12.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-editors/bluefish/bluefish-2.2.12.ebuild b/app-editors/bluefish/bluefish-2.2.12.ebuild
19 index 8433d55b357c..2580098daeac 100644
20 --- a/app-editors/bluefish/bluefish-2.2.12.ebuild
21 +++ b/app-editors/bluefish/bluefish-2.2.12.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -8,11 +8,11 @@ PYTHON_COMPAT=( python3_{7..9} )
29 MY_P=${P/_/-}
30 inherit autotools python-single-r1 xdg
31
32 -DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer"
33 -HOMEPAGE="http://bluefish.openoffice.nl/"
34 +DESCRIPTION="GTK HTML editor for the experienced web designer or programmer"
35 +HOMEPAGE="https://bluefish.openoffice.nl/"
36 SRC_URI="https://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2"
37
38 -LICENSE="GPL-2"
39 +LICENSE="GPL-3+"
40 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
41 SLOT="0"
42 IUSE="gucharmap nls python spell"