From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F79C158086 for ; Sun, 28 Nov 2021 22:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CC782BC00C; Sun, 28 Nov 2021 22:53:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62CF02BC00C for ; Sun, 28 Nov 2021 22:53:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D174342D6D for ; Sun, 28 Nov 2021 22:53:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E21F310C for ; Sun, 28 Nov 2021 22:53:35 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1638139824.ed6b568180cb65f7fe3da034efdc7fcae9f18d44.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/xemacs/xemacs-21.5.9999.ebuild X-VCS-Directories: app-editors/xemacs/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: ed6b568180cb65f7fe3da034efdc7fcae9f18d44 X-VCS-Branch: master Date: Sun, 28 Nov 2021 22:53:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c822c438-9ba4-46e2-800e-c9c053dd784f X-Archives-Hash: 428c4ba061ae4b1376227826a04da0b8 commit: ed6b568180cb65f7fe3da034efdc7fcae9f18d44 Author: Mats Lidell gentoo org> AuthorDate: Sun Nov 28 22:49:44 2021 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sun Nov 28 22:50:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6b5681 app-editors/xemacs: Re-enable neXt on xemacs-21.5.9999 Add built with dependency unicode on libXaw3d Bug: https://bugs.gentoo.org/827723 Signed-off-by: Mats Lidell gentoo.org> app-editors/xemacs/xemacs-21.5.9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-editors/xemacs/xemacs-21.5.9999.ebuild b/app-editors/xemacs/xemacs-21.5.9999.ebuild index 8445da157a67..10c8d43ee877 100644 --- a/app-editors/xemacs/xemacs-21.5.9999.ebuild +++ b/app-editors/xemacs/xemacs-21.5.9999.ebuild @@ -10,6 +10,7 @@ inherit flag-o-matic xdg-utils desktop DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" +SRC_URI="http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz" inherit mercurial EHG_REPO_URI="https://foss.heptapod.net/xemacs/xemacs" @@ -35,7 +36,7 @@ RDEPEND=" dnd? ( x11-libs/dnd ) motif? ( >=x11-libs/motif-2.3:0[xft=] ) athena? ( x11-libs/libXaw ) - Xaw3d? ( x11-libs/libXaw3d ) + Xaw3d? ( x11-libs/libXaw3d[unicode] ) xft? ( media-libs/freetype:2 x11-libs/libXft x11-libs/libXrender >=media-libs/fontconfig-2.5.0 ) neXt? ( x11-libs/neXtaw ) xface? ( media-libs/compface ) @@ -59,7 +60,7 @@ src_unpack() { } src_prepare() { - # use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* "${S}"/etc/toolbar/ + use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* "${S}"/etc/toolbar/ find "${S}"/lisp -name '*.elc' -exec rm {} \; || die # eapply "${FILESDIR}/${P}-ncurses-tinfo.patch" # eapply "${FILESDIR}/${P}-gcc5.patch"