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/libXaw/
Date: Sat, 28 Apr 2018 01:25:36
Message-Id: 1524878685.be339a46602115b5de67eec7f2dd83fc5ad3c11f.mattst88@gentoo
1 commit: be339a46602115b5de67eec7f2dd83fc5ad3c11f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 01:19:17 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 01:24:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be339a46
7
8 x11-libs/libXaw: Drop old versions
9
10 x11-libs/libXaw/Manifest | 1 -
11 x11-libs/libXaw/libXaw-1.0.12.ebuild | 37 ------------------------------------
12 2 files changed, 38 deletions(-)
13
14 diff --git a/x11-libs/libXaw/Manifest b/x11-libs/libXaw/Manifest
15 index 6ae69ef80cf..b4481e14702 100644
16 --- a/x11-libs/libXaw/Manifest
17 +++ b/x11-libs/libXaw/Manifest
18 @@ -1,2 +1 @@
19 -DIST libXaw-1.0.12.tar.bz2 677147 BLAKE2B b234c60d6e491b5f2c828b1cdf6e6bfe063ed4f76ecaf92382651da7ac3c6f5ac79264751861b38a8b54330dbc88a46a348680d6093b7c80f10edde6f9397ed5 SHA512 baf11625a20b89f08747e25dff6755ab796c8a5a91341d3cb21f85780733c4a3c25bbf134ac6259982207067d0a617f83f516c48aef6f57cbab14c8a9862944d
20 DIST libXaw-1.0.13.tar.bz2 674140 BLAKE2B e141a135d1a45edfb71687951542a31d838bf560997a631b3590db0581f94768a8cc77ebd86c7cff60668e9843b1258a9eb60383a4d25b704ce9dc91fc6d0bdf SHA512 d768a39f7111802493fa1df1b80d858e4139ceeb883d45ff13ce3b7a0e775a7d2834b7ad157c8330117f04c32f38979795332dd7a119adb2344fcb1aa9cf1e2f
21
22 diff --git a/x11-libs/libXaw/libXaw-1.0.12.ebuild b/x11-libs/libXaw/libXaw-1.0.12.ebuild
23 deleted file mode 100644
24 index 93554d3c630..00000000000
25 --- a/x11-libs/libXaw/libXaw-1.0.12.ebuild
26 +++ /dev/null
27 @@ -1,37 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -
33 -XORG_DOC=doc
34 -XORG_MULTILIB=yes
35 -inherit xorg-2
36 -
37 -DESCRIPTION="X.Org Xaw library"
38 -
39 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
40 -IUSE="deprecated"
41 -
42 -RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
43 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
44 - >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
45 - >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}]
46 - >=x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}]
47 - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
48 - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
49 -DEPEND="${RDEPEND}"
50 -
51 -PATCHES=(
52 - # Fix build with gcc -Werror=format-security (from 'master')
53 - "${FILESDIR}"/${P}-format-security.patch
54 -)
55 -
56 -src_configure() {
57 - XORG_CONFIGURE_OPTIONS=(
58 - $(use_enable deprecated xaw6)
59 - $(use_enable doc specs)
60 - $(use_with doc xmlto)
61 - --without-fop
62 - )
63 - xorg-2_src_configure
64 -}