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/libXmu/
Date: Wed, 01 May 2019 20:47:39
Message-Id: 1556743287.e6fa7adc6a6219ca7a3efa33eb33da8d448faf2d.mattst88@gentoo
1 commit: e6fa7adc6a6219ca7a3efa33eb33da8d448faf2d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:41:27 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:41:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6fa7adc
7
8 x11-libs/libXmu: 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/libXmu/Manifest | 1 -
14 x11-libs/libXmu/libXmu-1.1.2-r1.ebuild | 29 -----------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/x11-libs/libXmu/Manifest b/x11-libs/libXmu/Manifest
18 index cc63169ba25..cdb58846ef4 100644
19 --- a/x11-libs/libXmu/Manifest
20 +++ b/x11-libs/libXmu/Manifest
21 @@ -1,2 +1 @@
22 -DIST libXmu-1.1.2.tar.bz2 396230 BLAKE2B adcea6ff4c9874b8f7022b236f9c0f76f6291b61ad2bc3ef16f9021d49c2cdee01b07e0bfa46afe3636bdbf2802f2c63f7e01854c1e0ca7acdaa274d348b2eb1 SHA512 eba4e3d10f7d75ba8464881fb69f295a89774a4b37793197d75f3312e3a342b2df8b7e13e3f5c887962704329b5347ff2f3395e229af9dadf46a93b1e8613cfc
23 DIST libXmu-1.1.3.tar.bz2 394330 BLAKE2B 5bbc4345f32588a8b1e196fef39a636b9a765a2d22a12cc30bc7f5528b004c1f73370d25b023b68772081f1c58b4813293971f8f08ca8f2b9508adb4c3925c94 SHA512 8c6cc65b22aa031ad870dd92736681a068a0878a425a53dbed909943da1136c4a24034d467cfd3785c3a8d78f66850b69f1ebe1eb24aaf9bc176b1d171a5c762
24
25 diff --git a/x11-libs/libXmu/libXmu-1.1.2-r1.ebuild b/x11-libs/libXmu/libXmu-1.1.2-r1.ebuild
26 deleted file mode 100644
27 index 4e3fe40f06f..00000000000
28 --- a/x11-libs/libXmu/libXmu-1.1.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,29 +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 Xmu 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"
43 -IUSE="ipv6"
44 -
45 -RDEPEND="x11-base/xorg-proto
46 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
47 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
48 - >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]"
49 -DEPEND="${RDEPEND}"
50 -
51 -src_configure() {
52 - XORG_CONFIGURE_OPTIONS=(
53 - $(use_enable ipv6)
54 - $(use_enable doc docs)
55 - $(use_with doc xmlto)
56 - --without-fop
57 - )
58 - xorg-2_src_configure
59 -}