From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/bluefish/
Date: Sat, 22 Aug 2020 08:04:32 +0000 (UTC) [thread overview]
Message-ID: <1598083453.3bc08ce7d421fe58a2b03e7c06255e1fc8b0fb16.mgorny@gentoo> (raw)
commit: 3bc08ce7d421fe58a2b03e7c06255e1fc8b0fb16
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 07:32:26 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 08:04:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc08ce7
app-editors/bluefish: Eradicate python2 support
Closes: https://bugs.gentoo.org/735208
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-editors/bluefish/bluefish-2.2.10.ebuild | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/app-editors/bluefish/bluefish-2.2.10.ebuild b/app-editors/bluefish/bluefish-2.2.10.ebuild
index dba37b3e1c6..324637670ba 100644
--- a/app-editors/bluefish/bluefish-2.2.10.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.10.ebuild
@@ -3,9 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools gnome2-utils python-single-r1 xdg-utils
+inherit autotools gnome2-utils xdg-utils
MY_P=${P/_/-}
@@ -16,8 +14,7 @@ HOMEPAGE="http://bluefish.openoffice.nl/"
LICENSE="GPL-2"
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
SLOT="0"
-IUSE="+gtk3 gucharmap nls python spell"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="+gtk3 gucharmap nls spell"
RDEPEND="
sys-libs/zlib
@@ -26,7 +23,6 @@ RDEPEND="
x11-libs/gtk+:3
gucharmap? ( gnome-extra/gucharmap:2.90 )
)
- python? ( ${PYTHON_DEPS} )
spell? ( >=app-text/enchant-1.4:0 )"
DEPEND="${RDEPEND}
dev-libs/libxml2:2
@@ -48,8 +44,6 @@ pkg_setup() {
ewarn "gucharmap USE flag requires the gtk3 USE flag being enabled."
ewarn "Disabling charmap plugin."
fi
-
- use python && python-single-r1_pkg_setup
}
PATCHES=(
@@ -71,7 +65,7 @@ src_configure() {
$(usex gtk3 "$(use_with gucharmap charmap)" '--without-charmap') \
$(use_enable nls) \
$(use_enable spell spell-check) \
- $(use_enable python)
+ --disable-python
}
src_install() {
next reply other threads:[~2020-08-22 8:04 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-22 8:04 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-18 8:18 [gentoo-commits] repo/gentoo:master commit in: app-editors/bluefish/ Sam James
2024-07-18 8:18 Sam James
2024-06-10 15:06 Hanno Böck
2023-06-01 17:14 Arthur Zamarin
2023-06-01 17:07 Arthur Zamarin
2023-05-27 11:27 Arthur Zamarin
2023-05-07 20:49 Matt Turner
2023-05-01 12:37 Sam James
2023-05-01 12:37 Sam James
2023-02-24 19:58 Arthur Zamarin
2023-02-24 19:58 Arthur Zamarin
2022-11-23 1:58 Sam James
2022-11-23 1:56 Sam James
2022-05-28 23:02 Sam James
2022-05-16 3:03 Sam James
2022-04-03 10:50 Conrad Kostecki
2021-02-07 20:19 Andreas Sturmlechner
2021-02-02 23:51 Sam James
2021-02-02 23:46 Sam James
2021-01-31 21:51 Sam James
2020-12-11 7:58 Joonas Niilola
2020-08-22 9:15 Michał Górny
2020-02-02 19:35 Mart Raudsepp
2019-04-27 16:06 Lars Wendler
2019-04-25 13:35 Lars Wendler
2019-01-27 10:15 Pacho Ramos
2018-05-26 12:42 Mikle Kolyada
2018-04-14 1:03 Aaron Bauman
2018-04-14 1:03 Aaron Bauman
2018-03-06 8:17 Jonas Stein
2018-02-11 10:01 Michał Górny
2017-07-19 8:27 Amy Liffey
2017-07-19 5:09 Amy Liffey
2017-04-19 8:03 David Seifert
2016-07-28 12:55 Lars Wendler
2016-03-29 6:06 Sam Jorna
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1598083453.3bc08ce7d421fe58a2b03e7c06255e1fc8b0fb16.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox