From 5647b50a3da4eb559cf3b774cb1166fb01fdc0ee Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 1 Apr 2022 13:26:48 +0200 Subject: app-editors/emacs: Drop deprecated dependency on gconf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop some keywords. Signed-off-by: Ulrich Müller --- app-editors/emacs/emacs-24.3-r8.ebuild | 9 ++++----- app-editors/emacs/metadata.xml | 2 -- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/app-editors/emacs/emacs-24.3-r8.ebuild b/app-editors/emacs/emacs-24.3-r8.ebuild index b8281b6..565baf1 100644 --- a/app-editors/emacs/emacs-24.3-r8.ebuild +++ b/app-editors/emacs/emacs-24.3-r8.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 @@ -15,8 +15,8 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="24.3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="alsa aqua athena dbus gconf gif gpm gsettings gtk gtk2 gui gzip-el imagemagick jpeg kerberos libxml2 livecd m17n-lib motif png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int Xaw3d xft +xpm" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="alsa aqua athena dbus gif gpm gsettings gtk gtk2 gui gzip-el imagemagick jpeg kerberos libxml2 livecd m17n-lib motif png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int Xaw3d xft +xpm" RDEPEND="app-emacs/emacs-common[gui(-)?] net-libs/liblockfile @@ -36,7 +36,6 @@ RDEPEND="app-emacs/emacs-common[gui(-)?] x11-libs/libXinerama x11-libs/libXrandr x11-misc/xbitmaps - gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) @@ -175,7 +174,7 @@ src_configure() { myconf+=" --without-x" else myconf+=" --with-x --without-ns" - myconf+=" $(use_with gconf)" + myconf+=" --without-gconf" myconf+=" $(use_with gsettings)" myconf+=" $(use_with toolkit-scroll-bars)" myconf+=" $(use_with gif)" diff --git a/app-editors/emacs/metadata.xml b/app-editors/emacs/metadata.xml index e351ed7..3625f6f 100644 --- a/app-editors/emacs/metadata.xml +++ b/app-editors/emacs/metadata.xml @@ -22,8 +22,6 @@ Enable the MIT Athena widget set (x11-libs/libXaw) - Use gnome-base/gconf to read the system - font name Use gsettings (dev-libs/glib) to read the system font name Prefer version 2 of the GIMP Toolkit to version 3 -- cgit v1.2.3-65-gdbad