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/libXext/
Date: Wed, 01 May 2019 20:47:39
Message-Id: 1556743247.9a35fe072401a09bf1fda6be9e9926e2b32a95ca.mattst88@gentoo
1 commit: 9a35fe072401a09bf1fda6be9e9926e2b32a95ca
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:40:47 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:40:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a35fe07
7
8 x11-libs/libXext: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-libs/libXext/Manifest | 1 -
14 x11-libs/libXext/libXext-1.3.3-r1.ebuild | 26 --------------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/x11-libs/libXext/Manifest b/x11-libs/libXext/Manifest
18 index e042f4cc533..d97a33a8595 100644
19 --- a/x11-libs/libXext/Manifest
20 +++ b/x11-libs/libXext/Manifest
21 @@ -1,2 +1 @@
22 -DIST libXext-1.3.3.tar.bz2 389523 BLAKE2B 5f187b85bcc4736c57011964821ca7fafc4ef44caefcafe60fd4c14fd8f60df8e9bd67136d067b62aa1b16e43ee1ab158f0931f9c1120fb4e391dc40ad9a0468 SHA512 669d61545d10b999872addbf5628127840a221cbeaafb5ffa4328e0e0e1823583ece973bcafd5f13852ed58d4b0fe313a35f304ac80c6ed2b382cbbca977761a
23 DIST libXext-1.3.4.tar.bz2 389114 BLAKE2B 941ebf63583a05f40063ec0d2350a40ccc656c6463e58a347489f7dcd8dc5ae5c3b24b561d74a0af2661c2e3c941bd4ffd90295273c248f22e52f23e8d7c0ec9 SHA512 09146397d95f80c04701be1cc0a9c580ab5a085842ac31d17dfb6d4c2e42b4253b89cba695e54444e520be359883a76ffd02f42484c9e2ba2c33a5a40c29df4a
24
25 diff --git a/x11-libs/libXext/libXext-1.3.3-r1.ebuild b/x11-libs/libXext/libXext-1.3.3-r1.ebuild
26 deleted file mode 100644
27 index c318766369b..00000000000
28 --- a/x11-libs/libXext/libXext-1.3.3-r1.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -XORG_DOC=doc
37 -XORG_MULTILIB=yes
38 -inherit xorg-2
39 -
40 -DESCRIPTION="X.Org Xext library"
41 -
42 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
43 -IUSE=""
44 -
45 -RDEPEND="x11-base/xorg-proto
46 - >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]"
47 -DEPEND="${RDEPEND}"
48 -
49 -src_configure() {
50 - XORG_CONFIGURE_OPTIONS=(
51 - $(use_enable doc specs)
52 - $(use_with doc xmlto)
53 - --without-fop
54 - )
55 - xorg-2_src_configure
56 -}