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 06230158451 for ; Tue, 9 Jan 2024 08:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E720E29F2; Tue, 9 Jan 2024 08:54:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A91FE29F2 for ; Tue, 9 Jan 2024 08:54:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FBE53432FC for ; Tue, 9 Jan 2024 08:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBED3141 for ; Tue, 9 Jan 2024 08:54:25 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1704790456.27abecd9e56ed5c56c7f1ddea29d32831225eeb6.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXaw3dXft/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild X-VCS-Directories: x11-libs/libXaw3dXft/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 27abecd9e56ed5c56c7f1ddea29d32831225eeb6 X-VCS-Branch: master Date: Tue, 9 Jan 2024 08:54:25 +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: 26063e9b-de51-4ee8-9f14-c2c0bfa041df X-Archives-Hash: c1022ae58fba073949bc14e550debb77 commit: 27abecd9e56ed5c56c7f1ddea29d32831225eeb6 Author: Viorel Munteanu gentoo org> AuthorDate: Tue Jan 9 08:52:22 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Jan 9 08:54:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27abecd9 x11-libs/libXaw3dXft: drop 1.6.2h Signed-off-by: Viorel Munteanu gentoo.org> x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild | 39 -------------------------- 1 file changed, 39 deletions(-) diff --git a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild b/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild deleted file mode 100644 index 09dc8fe81737..000000000000 --- a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="Xaw3dXft library" -HOMEPAGE="https://sourceforge.net/projects/sf-xpaint/" -SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2" - -KEYWORDS="amd64 x86" -IUSE="unicode xpm" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXft - x11-libs/libXmu - x11-libs/libXt - xpm? ( x11-libs/libXpm )" -DEPEND="${RDEPEND} - x11-base/xorg-proto" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc - x11-misc/util-macros" - -QA_PKGCONFIG_VERSION="${PV//[!0-9.]}" - -src_configure() { - local XORG_CONFIGURE_OPTIONS=( - $(use_enable unicode internationalization) - $(usex xpm "--enable-multiplane-bitmaps" "") - --enable-arrow-scrollbars - --enable-gray-stipples - ) - xorg-3_src_configure -}