commit: fd7c167b1c9063d31c1c38d29fad6c613d75fa4e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Apr 4 03:12:39 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Apr 4 03:13:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7c167b
x11-apps/xsm: Drop old versions Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-apps/xsm/Manifest | 1 - x11-apps/xsm/xsm-1.0.5.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/x11-apps/xsm/Manifest b/x11-apps/xsm/Manifest index 0c9171c73b96..d9e2d8cb73a2 100644 --- a/x11-apps/xsm/Manifest +++ b/x11-apps/xsm/Manifest @@ -1,2 +1 @@ -DIST xsm-1.0.5.tar.xz 159496 BLAKE2B 18531fd06970a244478cd674cac1d669d4fcecb4f680a656c5182927c76a111aa82b96fd96e5b887d6f8b44e7ab88292607812b7d6bbcac86d9f4448bbb4fed5 SHA512 df3777b3aab813ec8aa906f5a03f93b8ca645978970290cf7baf732e175c36c00ae19baeb45ea7404d35838c21e6f8fca28f0da3e2f398d17adac5f2acb7b351 DIST xsm-1.0.6.tar.xz 160724 BLAKE2B 74d03422ae182d8f3b75234065ec1ab5c30d1a6230e17691c1df7ec8658c21ee18486eaa2c8a14710d604fcdbb39869d75516a13dcc1855e5a4c46ad2d5d4f7d SHA512 ee4e9b4ab6be6773e53685540f807b03d553bfecc26c4e85fe12daca486fdeb66c594c6eab54043a8c149112c7a3ed18e463d68d7aee62e93a06c091ce39c268 diff --git a/x11-apps/xsm/xsm-1.0.5.ebuild b/x11-apps/xsm/xsm-1.0.5.ebuild deleted file mode 100644 index 4933f1c06a35..000000000000 --- a/x11-apps/xsm/xsm-1.0.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="X Session Manager" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -RDEPEND="x11-libs/libXaw - x11-libs/libX11 - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -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-3_pkg_setup -}