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-apps/xsm/
Date: Wed, 24 Jun 2020 20:13:29
Message-Id: 1593029580.65f7d57d5a91cbf8d79927a2c9a4dc95db0840c6.mattst88@gentoo
1 commit: 65f7d57d5a91cbf8d79927a2c9a4dc95db0840c6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 24 20:07:29 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 24 20:13:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f7d57d
7
8 x11-apps/xsm: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xsm/Manifest | 1 -
13 x11-apps/xsm/xsm-1.0.3.ebuild | 32 --------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/x11-apps/xsm/Manifest b/x11-apps/xsm/Manifest
17 index c799f05991d..871a8cb966b 100644
18 --- a/x11-apps/xsm/Manifest
19 +++ b/x11-apps/xsm/Manifest
20 @@ -1,2 +1 @@
21 -DIST xsm-1.0.3.tar.bz2 161012 BLAKE2B 2628e4234b5fed58ebefb35f454c36e268c75cafa784ed709833d5979ee4484ada8f315d75b6204e64a0efd0f1fd7a14662afb430c0e84bc81a40eefda9380cf SHA512 930a12272011ddd7c60e62b32b485c383292163f8aed6086c756f71cece62d0c316d89a6056751818b3b0ee26f68cca6e0fc914cd58d9b20da0a3b7ccf2145f0
22 DIST xsm-1.0.4.tar.bz2 170933 BLAKE2B 05cf4614440f36da6ed1e8e0949ef6955da03d1fe0cc2d0323150b34ea01c293301aa49006a93fe7c44c842db41fb6b66a2f4a4051ddf2258143e54a6e99b390 SHA512 d4e4da7c309a4eae126d2b58a13684f4dbc06b09f76dde9c89c707375df2843614f3d83bc44f9cd02f239200db3397abd86796dca0dbafc69f60482b0af5a176
23
24 diff --git a/x11-apps/xsm/xsm-1.0.3.ebuild b/x11-apps/xsm/xsm-1.0.3.ebuild
25 deleted file mode 100644
26 index ac51d3e4436..00000000000
27 --- a/x11-apps/xsm/xsm-1.0.3.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit xorg-2
36 -
37 -DESCRIPTION="X Session Manager"
38 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
39 -IUSE="rsh"
40 -RDEPEND="x11-libs/libXaw
41 - x11-libs/libX11
42 - x11-libs/libXt
43 - x11-libs/libICE
44 - x11-libs/libSM
45 - rsh? ( net-misc/netkit-rsh )"
46 -DEPEND="${RDEPEND}"
47 -
48 -pkg_setup() {
49 - # (#158056) /usr/$(get_libdir)/X11/xsm could be a symlink
50 - local XSMPATH="${EROOT}usr/$(get_libdir)/X11/xsm"
51 - if [[ -L ${XSMPATH} ]]; then
52 - einfo "Removing symlink ${XSMPATH}"
53 - rm -f ${XSMPATH} || die "failed to remove symlink ${XSMPATH}"
54 - fi
55 - xorg-2_pkg_setup
56 -}
57 -
58 -src_configure() {
59 - XORG_CONFIGURE_OPTIONS="$(use_with rsh rsh /usr/bin/rsh)"
60 - xorg-2_src_configure
61 -}