Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
Date: Sun, 18 Apr 2021 21:33:27
Message-Id: 1618781565.7715d1e74503dc2805c1d5f43996eefd2886fe85.asturm@gentoo
1 commit: 7715d1e74503dc2805c1d5f43996eefd2886fe85
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 21:32:45 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 21:32:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7715d1e7
7
8 x11-misc/wdm: Drop 1.28-r6
9
10 Closes: https://bugs.gentoo.org/783858
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/wdm/wdm-1.28-r6.ebuild | 48 -----------------------------------------
15 1 file changed, 48 deletions(-)
16
17 diff --git a/x11-misc/wdm/wdm-1.28-r6.ebuild b/x11-misc/wdm/wdm-1.28-r6.ebuild
18 deleted file mode 100644
19 index 1ba2a83d76c..00000000000
20 --- a/x11-misc/wdm/wdm-1.28-r6.ebuild
21 +++ /dev/null
22 @@ -1,48 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -inherit pam
29 -
30 -DESCRIPTION="WINGs Display Manager"
31 -HOMEPAGE="https://github.com/voins/wdm"
32 -SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
37 -IUSE="pam selinux truetype"
38 -
39 -COMMON_DEPEND=">=x11-wm/windowmaker-0.70.0
40 - truetype? ( x11-libs/libXft )
41 - x11-libs/libXmu
42 - x11-libs/libXt
43 - x11-libs/libXpm
44 - pam? ( sys-libs/pam )"
45 -DEPEND="${COMMON_DEPEND}
46 - sys-devel/gettext"
47 -RDEPEND="${COMMON_DEPEND}
48 - pam? ( >=sys-auth/pambase-20080219.1 )"
49 -
50 -PATCHES=(
51 - "${FILESDIR}"/${P}-terminateServer.patch
52 - "${FILESDIR}"/${P}-remove-fakehome.patch
53 -)
54 -
55 -src_configure() {
56 - econf \
57 - --with-wdmdir="${EPREFIX}"/etc/X11/wdm \
58 - $(use_enable pam) \
59 - $(use_enable selinux)
60 -}
61 -
62 -src_install() {
63 - default
64 -
65 - rm -f "${ED%/}"/etc/pam.d/wdm || die
66 -
67 - if use pam; then
68 - pamd_mimic system-local-login wdm auth account password session
69 - fi
70 -}