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: Sat, 28 Apr 2018 01:25:38
Message-Id: 1524878697.a3f6cb59e84fd275c13afc0e85d9f405e1ed3bc7.mattst88@gentoo
1 commit: a3f6cb59e84fd275c13afc0e85d9f405e1ed3bc7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 01:23:17 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 01:24:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f6cb59
7
8 x11-libs/libXmu: Drop old versions
9
10 x11-libs/libXmu/Manifest | 1 -
11 x11-libs/libXmu/libXmu-1.1.1-r1.ebuild | 30 ------------------------------
12 x11-libs/libXmu/libXmu-1.1.1.ebuild | 29 -----------------------------
13 3 files changed, 60 deletions(-)
14
15 diff --git a/x11-libs/libXmu/Manifest b/x11-libs/libXmu/Manifest
16 index 051f56b89b0..799b00d6b51 100644
17 --- a/x11-libs/libXmu/Manifest
18 +++ b/x11-libs/libXmu/Manifest
19 @@ -1,2 +1 @@
20 -DIST libXmu-1.1.1.tar.bz2 383473 BLAKE2B 8460f54083e702e15a0bf002707d90bb0ff762564fabf75410d6af5a114e729671baa1443bf3f34cb3744df80362940e5283de25c32945506d7928c32a40e370 SHA512 fb3baf697bb93fd5c2a26af318b9f7632b83bb2efe9cb4570b799ecca54e7de93248930fb8fd14d973c67612ad31502733417b1a6eb6d0c91ebafa204371c953
21 DIST libXmu-1.1.2.tar.bz2 396230 BLAKE2B adcea6ff4c9874b8f7022b236f9c0f76f6291b61ad2bc3ef16f9021d49c2cdee01b07e0bfa46afe3636bdbf2802f2c63f7e01854c1e0ca7acdaa274d348b2eb1 SHA512 eba4e3d10f7d75ba8464881fb69f295a89774a4b37793197d75f3312e3a342b2df8b7e13e3f5c887962704329b5347ff2f3395e229af9dadf46a93b1e8613cfc
22
23 diff --git a/x11-libs/libXmu/libXmu-1.1.1-r1.ebuild b/x11-libs/libXmu/libXmu-1.1.1-r1.ebuild
24 deleted file mode 100644
25 index 3720b13e4b3..00000000000
26 --- a/x11-libs/libXmu/libXmu-1.1.1-r1.ebuild
27 +++ /dev/null
28 @@ -1,30 +0,0 @@
29 -# Copyright 1999-2017 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=5
33 -
34 -XORG_DOC=doc
35 -XORG_MULTILIB=yes
36 -inherit xorg-2
37 -
38 -DESCRIPTION="X.Org Xmu library"
39 -
40 -KEYWORDS="~alpha ~amd64 ~arm ~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"
41 -IUSE="ipv6"
42 -
43 -RDEPEND=">=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
44 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
45 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
46 - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
47 -DEPEND="${RDEPEND}"
48 -
49 -pkg_setup() {
50 - xorg-2_pkg_setup
51 -
52 - XORG_CONFIGURE_OPTIONS=(
53 - $(use_enable ipv6)
54 - $(use_enable doc docs)
55 - $(use_with doc xmlto)
56 - --without-fop
57 - )
58 -}
59
60 diff --git a/x11-libs/libXmu/libXmu-1.1.1.ebuild b/x11-libs/libXmu/libXmu-1.1.1.ebuild
61 deleted file mode 100644
62 index 55980539959..00000000000
63 --- a/x11-libs/libXmu/libXmu-1.1.1.ebuild
64 +++ /dev/null
65 @@ -1,29 +0,0 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=4
70 -
71 -XORG_DOC=doc
72 -inherit xorg-2
73 -
74 -DESCRIPTION="X.Org Xmu library"
75 -
76 -KEYWORDS="alpha amd64 arm 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"
77 -IUSE="ipv6"
78 -
79 -RDEPEND="x11-libs/libXt
80 - x11-libs/libXext
81 - x11-libs/libX11
82 - x11-proto/xextproto"
83 -DEPEND="${RDEPEND}"
84 -
85 -pkg_setup() {
86 - xorg-2_pkg_setup
87 -
88 - XORG_CONFIGURE_OPTIONS=(
89 - $(use_enable ipv6)
90 - $(use_enable doc docs)
91 - $(use_with doc xmlto)
92 - --without-fop
93 - )
94 -}