commit: 25dbc2c9c6512c51f173ec9dad29fbd829f17565 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun Aug 10 13:01:01 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun Aug 10 14:17:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25dbc2c9
x11-libs/libXaw3dXft: drop 1.6.2h-r1 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> x11-libs/libXaw3dXft/Manifest | 1 - x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h-r1.ebuild | 44 ----------------------- 2 files changed, 45 deletions(-) diff --git a/x11-libs/libXaw3dXft/Manifest b/x11-libs/libXaw3dXft/Manifest index 9d28b1f2b273..7ae53efee8fc 100644 --- a/x11-libs/libXaw3dXft/Manifest +++ b/x11-libs/libXaw3dXft/Manifest @@ -1,2 +1 @@ -DIST libXaw3dXft-1.6.2h.tar.bz2 593436 BLAKE2B e0e5c3a3e5b4564d58bb059ad7eb594d1a46cc37e0e21799ea11892d206a57f3f11a46d7413310d2a43738f03e001f5dc6f8c3b86bbe806fbc651661e9f720db SHA512 bc9b6de80379bdc82c7f5cd46ac78a422282b018eed979ef5548d0382f43e53619a6ebaf40c6b9ae264d597536022dc1daf023c1d1a04e948d4b4658bc6479ca DIST libxaw3dxft-1.6.4.tar.xz 465424 BLAKE2B c284f34df38d3036f4a90b9ca21e6fefe3c8583585fcd3a4466eaaffce2d9522815de0a2f7d93b231091ca1527b41d2f389fc4237ca27889c9ffcf3c21ba77b7 SHA512 72afc884075de02b5480a66eaa0161a2d6d571f18e32432c3406a9acaf91ca03bba9ea156117525bfc3cb9a3b42dc5a5124245fb76f8b8d49b34f600d71e64bc diff --git a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h-r1.ebuild b/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h-r1.ebuild deleted file mode 100644 index c58e5f8fb14a..000000000000 --- a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xorg-3 - -DESCRIPTION="Xaw3dXft library" -HOMEPAGE="https://sourceforge.net/projects/sf-xpaint/" -SRC_URI="https://downloads.sourceforge.net/project/sf-xpaint/${PN,,}/${P}.tar.bz2" - -KEYWORDS="amd64 x86" -IUSE="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.]}" - -PATCHES=( - "${FILESDIR}"/${P}-fix-gcc-14.patch -) - -src_configure() { - local XORG_CONFIGURE_OPTIONS=( - $(usev xpm --enable-multiplane-bitmaps) - - --enable-internationalization - --enable-arrow-scrollbars - --enable-gray-stipples - ) - xorg-3_src_configure -}
