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/libXt/
Date: Sat, 28 Apr 2018 01:25:36
Message-Id: 1524878700.3d8fa438e7708b10e723d6f0097e379c0758b3bb.mattst88@gentoo
1 commit: 3d8fa438e7708b10e723d6f0097e379c0758b3bb
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 01:23:50 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 01:25:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8fa438
7
8 x11-libs/libXt: Drop old versions
9
10 x11-libs/libXt/Manifest | 1 -
11 x11-libs/libXt/libXt-1.1.4.ebuild | 25 -------------------------
12 2 files changed, 26 deletions(-)
13
14 diff --git a/x11-libs/libXt/Manifest b/x11-libs/libXt/Manifest
15 index c68bf8078ea..a368cc113ee 100644
16 --- a/x11-libs/libXt/Manifest
17 +++ b/x11-libs/libXt/Manifest
18 @@ -1,2 +1 @@
19 -DIST libXt-1.1.4.tar.bz2 762331 BLAKE2B 2537a55205d03e8182e42344b04b77918de961bde6bbc3888a09443fd4729736e456d7d31d532a83f9a60c5b5d8c2757854b81fb67a32fbc367097eb5da2d253 SHA512 57721def16bf29e05deb746566400d71cf0cd5bf9b8b7ebed19abb7c6804e14073060b6cf94409903aa464d27acca2e91f55654b2d4770677b2b4b4dc78fd423
20 DIST libXt-1.1.5.tar.bz2 771567 BLAKE2B c3624f1ab81fdace1b2eef8749807e9a2157ec6f60e2f5f8b463aae088057d4eb82f9c6de547e286798b98f68be8f8097ff291b490baf49a4204e62566c1a9c4 SHA512 29828cfc021b60e0a0b5ff0321801db20f12bd635866cd000b35a23736b5477a3d1e5f936a1124ed3e3f4c0e7a27cb8744dbb5ab4fbcd45c817a13877081e05b
21
22 diff --git a/x11-libs/libXt/libXt-1.1.4.ebuild b/x11-libs/libXt/libXt-1.1.4.ebuild
23 deleted file mode 100644
24 index 956395f8271..00000000000
25 --- a/x11-libs/libXt/libXt-1.1.4.ebuild
26 +++ /dev/null
27 @@ -1,25 +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_MULTILIB=yes
34 -inherit xorg-2 toolchain-funcs
35 -
36 -DESCRIPTION="X.Org X Toolkit Intrinsics library"
37 -
38 -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 ~x86-winnt"
39 -IUSE="test"
40 -
41 -RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
42 - >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}]
43 - >=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}]
44 - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
45 - >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]"
46 -DEPEND="${RDEPEND}
47 - test? ( dev-libs/glib )"
48 -
49 -src_configure() {
50 - tc-export_build_env
51 - xorg-2_src_configure
52 -}