Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXaw3d/
Date: Sat, 29 Sep 2018 20:58:02
Message-Id: 1538254524.23bcf568894a272631ab2096385963c1b2355f34.mattst88@gentoo
1 commit: 23bcf568894a272631ab2096385963c1b2355f34
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 20:50:34 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 20:55:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bcf568
7
8 x11-libs/libXaw3d: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libXaw3d/Manifest | 1 -
13 x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild | 29 -----------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/x11-libs/libXaw3d/Manifest b/x11-libs/libXaw3d/Manifest
17 index 19b6473e7e5..af907b35776 100644
18 --- a/x11-libs/libXaw3d/Manifest
19 +++ b/x11-libs/libXaw3d/Manifest
20 @@ -1,2 +1 @@
21 -DIST libXaw3d-1.6.2.tar.bz2 551851 BLAKE2B 13a03eba7af518fcaa33e89e0cf7c0955c175866348d314210f15a291590fdea98e1b5b9628252932826069bb3a3e89b2377dd80f1adfe3a2bb06e6f82f85408 SHA512 11b15884e47efc139aa019f0a76086913535767fb2e20fcd837d810d3b6b4a7bda3408be5fa0cbe90ae16eeaebe5db9b0ec77a0e2b5767590662ef3a7c9c96ea
22 DIST libXaw3d-1.6.3.tar.bz2 561594 BLAKE2B 85f3fb6d39a9a0ccb7d2c529eff84a4a9e85bf81be16487f2119da0a670e40c2d328e17b06ca237f69029e8d43daf6eeba8488029e6e4d2f56bc1093a2f305ad SHA512 f79f997ff8442563c74f38c7d76fab2c9253691743ca3143047ce698adb4c126d02dc968be7bdc79ab3052b785fd705375d2f01171e3a3266736beb531c91424
23
24 diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild
25 deleted file mode 100644
26 index d1ee612e8a5..00000000000
27 --- a/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=4
34 -inherit xorg-2
35 -
36 -DESCRIPTION="X.Org Xaw3d library"
37 -
38 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
39 -IUSE="unicode"
40 -
41 -RDEPEND="x11-libs/libX11
42 - x11-libs/libXext
43 - x11-libs/libXmu
44 - x11-libs/libXt"
45 -DEPEND="${RDEPEND}
46 - sys-devel/flex
47 - virtual/yacc
48 - x11-base/xorg-proto"
49 -
50 -pkg_setup() {
51 - XORG_CONFIGURE_OPTIONS=(
52 - $(use_enable unicode internationalization)
53 - --enable-arrow-scrollbars
54 - --enable-gray-stipples
55 - )
56 -
57 - xorg-2_pkg_setup
58 -}