commit: 9db10e3321961cc4ad8aaa7f1d7795e8ce0669d3 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 18:44:53 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 21:39:16 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db10e33
x11-misc/wdm: drop 1.28-r9 Bug: https://bugs.gentoo.org/970452 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-misc/wdm/wdm-1.28-r9.ebuild | 63 ----------------------------------------- 1 file changed, 63 deletions(-) diff --git a/x11-misc/wdm/wdm-1.28-r9.ebuild b/x11-misc/wdm/wdm-1.28-r9.ebuild deleted file mode 100644 index 4e96488782ae..000000000000 --- a/x11-misc/wdm/wdm-1.28-r9.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools pam toolchain-funcs - -DESCRIPTION="WINGs Display Manager" -HOMEPAGE="https://github.com/voins/wdm" -SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86" -IUSE="pam selinux truetype" - -DEPEND=" - virtual/libcrypt:= - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp - x11-libs/libXmu - x11-wm/windowmaker - pam? ( sys-libs/pam ) - truetype? ( x11-libs/libXft ) -" -RDEPEND="${DEPEND} - pam? ( >=sys-auth/pambase-20080219.1 ) -" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${P}-terminateServer.patch - "${FILESDIR}"/${P}-remove-fakehome.patch - "${FILESDIR}"/${P}-remove-sigsetmask.patch - "${FILESDIR}"/${P}-pkg_config.patch - "${FILESDIR}"/${P}-ar.patch -) - -src_prepare() { - default - eautoreconf -} -src_configure() { - tc-export AR - econf \ - --with-wdmdir="${EPREFIX}"/etc/X11/wdm \ - $(use_enable pam) \ - $(use_enable selinux) -} - -src_install() { - default - - rm -f "${ED}"/etc/pam.d/wdm || die - - if use pam; then - pamd_mimic system-local-login wdm auth account password session - fi -}
