commit:     7715d1e74503dc2805c1d5f43996eefd2886fe85
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 21:32:45 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 21:32:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7715d1e7

x11-misc/wdm: Drop 1.28-r6

Closes: https://bugs.gentoo.org/783858
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/wdm/wdm-1.28-r6.ebuild | 48 -----------------------------------------
 1 file changed, 48 deletions(-)

diff --git a/x11-misc/wdm/wdm-1.28-r6.ebuild b/x11-misc/wdm/wdm-1.28-r6.ebuild
deleted file mode 100644
index 1ba2a83d76c..00000000000
--- a/x11-misc/wdm/wdm-1.28-r6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit pam
-
-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"
-
-COMMON_DEPEND=">=x11-wm/windowmaker-0.70.0
-       truetype? ( x11-libs/libXft )
-       x11-libs/libXmu
-       x11-libs/libXt
-       x11-libs/libXpm
-       pam? ( sys-libs/pam )"
-DEPEND="${COMMON_DEPEND}
-       sys-devel/gettext"
-RDEPEND="${COMMON_DEPEND}
-       pam? ( >=sys-auth/pambase-20080219.1 )"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-terminateServer.patch
-       "${FILESDIR}"/${P}-remove-fakehome.patch
-)
-
-src_configure() {
-       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
-}

Reply via email to