summaryrefslogtreecommitdiff
path: root/x11-apps/xsm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
commit90c88731bd036e5698b281fbc0a5f3aa4c9983ac (patch)
tree83fc5facb6b12be510a37bc3d241cc63e965b13a /x11-apps/xsm
parentfeb0daf81d888e9160f9f94502de09b66f2a63fd (diff)
gentoo resync : 29.06.2020
Diffstat (limited to 'x11-apps/xsm')
-rw-r--r--x11-apps/xsm/Manifest2
-rw-r--r--x11-apps/xsm/xsm-1.0.3.ebuild32
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-apps/xsm/Manifest b/x11-apps/xsm/Manifest
index 1deb543afa38..b056583a6f56 100644
--- a/x11-apps/xsm/Manifest
+++ b/x11-apps/xsm/Manifest
@@ -1,5 +1,3 @@
-DIST xsm-1.0.3.tar.bz2 161012 BLAKE2B 2628e4234b5fed58ebefb35f454c36e268c75cafa784ed709833d5979ee4484ada8f315d75b6204e64a0efd0f1fd7a14662afb430c0e84bc81a40eefda9380cf SHA512 930a12272011ddd7c60e62b32b485c383292163f8aed6086c756f71cece62d0c316d89a6056751818b3b0ee26f68cca6e0fc914cd58d9b20da0a3b7ccf2145f0
DIST xsm-1.0.4.tar.bz2 170933 BLAKE2B 05cf4614440f36da6ed1e8e0949ef6955da03d1fe0cc2d0323150b34ea01c293301aa49006a93fe7c44c842db41fb6b66a2f4a4051ddf2258143e54a6e99b390 SHA512 d4e4da7c309a4eae126d2b58a13684f4dbc06b09f76dde9c89c707375df2843614f3d83bc44f9cd02f239200db3397abd86796dca0dbafc69f60482b0af5a176
-EBUILD xsm-1.0.3.ebuild 821 BLAKE2B 4160b60d92cf42db9b26bb82aac3c0c222e9706c0b0e9139d93f64797b6348ce5f8b88f29c65cf197583d215fa9a5b4e07148effffbd493e161501d987648c07 SHA512 28e16468be7bd7795edcfbea7c876982c3a0c5ffe1ecee8b71b50ba63dfd2d7dbdd3bf4ca24a65472863d8f3f55cd53a3e146b9c763d930835d3d42901bf3cae
EBUILD xsm-1.0.4.ebuild 819 BLAKE2B 26991d3f723feb4c99e2be8b30f25ca766317d3861697fdcde15c55f1e65192ef922a88640477ec1d59b82c964e6f06768437fc32c97da5551fd1001c1232672 SHA512 e51bac35c0f0eac4e80f7ee7a83f9418b4713d459660722785cf9ccecb24c0c53d16fce3d76e576e7faf77c6fdd372ef2fb1acfcdb16d09745e5d33d5576047e
MISC metadata.xml 333 BLAKE2B 0b142d7cf4b255c50a9e616434af7ff1db6a2aa0d3467f43d3e22ce6ce55a1bae7ab18eaf092bd5ca002464dc046bc2de62b3738425cdecf4ad15727b20f2d18 SHA512 5496dab87579d1d5c218ddd1ef1e8b63e73ed8d0e695d3be9577d862fc03a775b9cd3dc82abd356c1ef124522f4ed07a5f289e5e3355bb76c2d8746e6cf5a7c2
diff --git a/x11-apps/xsm/xsm-1.0.3.ebuild b/x11-apps/xsm/xsm-1.0.3.ebuild
deleted file mode 100644
index ac51d3e44362..000000000000
--- a/x11-apps/xsm/xsm-1.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X Session Manager"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="rsh"
-RDEPEND="x11-libs/libXaw
- x11-libs/libX11
- x11-libs/libXt
- x11-libs/libICE
- x11-libs/libSM
- rsh? ( net-misc/netkit-rsh )"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- # (#158056) /usr/$(get_libdir)/X11/xsm could be a symlink
- local XSMPATH="${EROOT}usr/$(get_libdir)/X11/xsm"
- if [[ -L ${XSMPATH} ]]; then
- einfo "Removing symlink ${XSMPATH}"
- rm -f ${XSMPATH} || die "failed to remove symlink ${XSMPATH}"
- fi
- xorg-2_pkg_setup
-}
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS="$(use_with rsh rsh /usr/bin/rsh)"
- xorg-2_src_configure
-}