Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXaw3dXft/
Date: Mon, 31 May 2021 08:20:12
Message-Id: 1622449007.fc815690d99440ef6872b11f5ac12dba3d778b9c.sam@gentoo
1 commit: fc815690d99440ef6872b11f5ac12dba3d778b9c
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Mon May 24 04:34:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 08:16:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc815690
7
8 x11-libs/libXaw3dXft: drop v1.6.2d
9
10 v1.6.2h is stable
11 Bug: https://bugs.gentoo.org/790071
12 Package-Manager: Portage-3.0.18, Repoman-3.0.2
13 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/20963
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 x11-libs/libXaw3dXft/Manifest | 1 -
18 x11-libs/libXaw3dXft/libXaw3dXft-1.6.2d.ebuild | 36 --------------------------
19 2 files changed, 37 deletions(-)
20
21 diff --git a/x11-libs/libXaw3dXft/Manifest b/x11-libs/libXaw3dXft/Manifest
22 index 3c2383e71d2..74c6e4a4b56 100644
23 --- a/x11-libs/libXaw3dXft/Manifest
24 +++ b/x11-libs/libXaw3dXft/Manifest
25 @@ -1,2 +1 @@
26 -DIST libXaw3dXft-1.6.2d.tar.bz2 584670 BLAKE2B cde040659a90edb50ac5aa374e8ec04442479ae1c06fe3d5b1387bd3e02c1a0b40ff286ad40f0ae7841544d1244648e34905570e5827dc0efe60a62da3261c9a SHA512 ac434b7f055d20ceb0bd17851d8ba69976ec562a60cb8012a259045e52c038278f0a8b25b52a61befab3aa169b74fd919278c671f1b6e282efb404e089772740
27 DIST libXaw3dXft-1.6.2h.tar.bz2 593436 BLAKE2B e0e5c3a3e5b4564d58bb059ad7eb594d1a46cc37e0e21799ea11892d206a57f3f11a46d7413310d2a43738f03e001f5dc6f8c3b86bbe806fbc651661e9f720db SHA512 bc9b6de80379bdc82c7f5cd46ac78a422282b018eed979ef5548d0382f43e53619a6ebaf40c6b9ae264d597536022dc1daf023c1d1a04e948d4b4658bc6479ca
28
29 diff --git a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2d.ebuild b/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2d.ebuild
30 deleted file mode 100644
31 index 3523c3b1a0b..00000000000
32 --- a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2d.ebuild
33 +++ /dev/null
34 @@ -1,36 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit xorg-3
41 -
42 -DESCRIPTION="Xaw3dXft library"
43 -HOMEPAGE="https://sourceforge.net/projects/sf-xpaint"
44 -SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
45 -
46 -KEYWORDS="amd64 x86"
47 -IUSE="unicode xpm"
48 -
49 -RDEPEND="
50 - x11-libs/libX11
51 - x11-libs/libXext
52 - x11-libs/libXft
53 - x11-libs/libXmu
54 - x11-libs/libXt
55 - xpm? ( x11-libs/libXpm )"
56 -DEPEND="${RDEPEND}
57 - x11-base/xorg-proto"
58 -BDEPEND="
59 - sys-devel/flex
60 - virtual/yacc"
61 -
62 -src_configure() {
63 - local XORG_CONFIGURE_OPTIONS=(
64 - $(use_enable unicode internationalization)
65 - $(usex xpm "--enable-multiplane-bitmaps" "")
66 - --enable-arrow-scrollbars
67 - --enable-gray-stipples
68 - )
69 - xorg-3_src_configure
70 -}