From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- app-editors/bluefish/Manifest | 4 ++-- app-editors/bluefish/bluefish-2.2.10.ebuild | 12 +++--------- app-editors/bluefish/metadata.xml | 1 - 3 files changed, 5 insertions(+), 12 deletions(-) (limited to 'app-editors/bluefish') diff --git a/app-editors/bluefish/Manifest b/app-editors/bluefish/Manifest index fb063ce8e1ac..aff840aff492 100644 --- a/app-editors/bluefish/Manifest +++ b/app-editors/bluefish/Manifest @@ -1,4 +1,4 @@ AUX bluefish-2.2.9-charmap_configure.patch 728 BLAKE2B fc7231ab28c0d0c4480e48f965d26ee18ae5819e412488ab8a5e30e3cee6925b73daa72fa178cdf204e00d1074121ddc57fd4c5795ccc6335460409a245bca5c SHA512 46482a73b6d374cdd5881e9ed7a79199c85cb436cc700950c09541a94d61fc4f200613a34575e74d013409f0e42a7c1df4ed25ed65880f25cbebd926d47c6889 DIST bluefish-2.2.10.tar.bz2 4159964 BLAKE2B 94210df4f9cf0abb46fa26612e1b64550f5970c72584b683779f5bcaf921a8925c6275c647125f73990e99a0175e3c92c0cc286590fbd08e938c6fd1d8c32cef SHA512 ddfad4c595d371dfd7ca5551c1771c2d82dbffcc90acda31bbd2a048730e24e2d1e37fbe847e5005d96acefdf5f38cb93785d23817e59624ecd7ea10bfbc3aeb -EBUILD bluefish-2.2.10.ebuild 2734 BLAKE2B 58f70f1855bcd0aef08ac8ef4e51ae84e76c3af3ec4e3dd27063b849c8069fe3874edc5b42ba23c9986432ed07a64c05b9887e41fa4cb7eb8d253f0fa3c2dcd1 SHA512 f3687a84043c9fa6e9caa798cb1dcb6f4f3006a30c2cf9746e0e572dd765e2f3c6b171cc2bd759f365c987e2bdada2bb91f47c5b5278049e42bc825ff34ee22f -MISC metadata.xml 462 BLAKE2B 71ac5de5f71ae32c79122cfefd6179047db2fa0cf758a5807b20985133364e798d440707abab3b0a5893227ad9d005dafb474b479e3d798343d9e92f7799d6bd SHA512 f861be3bcb1034ee6154f5b1327406ddc45c17bec3d328d8d1489a9747160bfd349aabf86c3a90ed94c1662494a25014a0ec9730a7f9789014a10754b777ad98 +EBUILD bluefish-2.2.10.ebuild 2556 BLAKE2B 910fea9618911f35362e3162fb4c16e1eea08c954898500bf30256b49c194513aef6185b506d91fa1996b795d9dbfc96a4b14411ab677c364c4bf3bf176a6598 SHA512 e84bd7bc879ec41696fceb944a525d8d6b7ffbe0a339f1c6da3c20cd96bbfa551a832800095d794a4c0837aeeb359371db6d7698de01130459be375dd855eb04 +MISC metadata.xml 386 BLAKE2B d8663af89654394ea695c309c2ebbf2d3beba02463b2e57a0f91d7699af0e6457fa0ef0aa238f76359d3531bf4831475978fdd8ab4eb943dccc295e294b2eb4d SHA512 589c6c5db0ad2b93d2b44284faa19845b48e790252ecf5983fb3ba2c2b749894a382eea6dffe053413c0b29b86063a8906b88ae6f165b1cc9fc79742ae2fc188 diff --git a/app-editors/bluefish/bluefish-2.2.10.ebuild b/app-editors/bluefish/bluefish-2.2.10.ebuild index dba37b3e1c68..324637670ba0 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() { diff --git a/app-editors/bluefish/metadata.xml b/app-editors/bluefish/metadata.xml index 98078743b336..52c7b2542143 100644 --- a/app-editors/bluefish/metadata.xml +++ b/app-editors/bluefish/metadata.xml @@ -5,7 +5,6 @@ Enable GTK3 interface (default) Enable gucharmap dictionary plugin - Enable Python integration for zen-coding plugin Enable spell checking capabilities via enchant library -- cgit v1.2.3