Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
Date: Thu, 13 Apr 2017 19:28:45
Message-Id: 1492111676.e94a74293f68650f6d357f39b3ed8e83c6176c52.monsieurp@gentoo
1 commit: e94a74293f68650f6d357f39b3ed8e83c6176c52
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 11 11:45:34 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 13 19:27:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94a7429
7
8 x11-misc/wdm: remove old.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4408
12
13 x11-misc/wdm/wdm-1.28-r3.ebuild | 43 -----------------------------------------
14 1 file changed, 43 deletions(-)
15
16 diff --git a/x11-misc/wdm/wdm-1.28-r3.ebuild b/x11-misc/wdm/wdm-1.28-r3.ebuild
17 deleted file mode 100644
18 index b1fdff29404..00000000000
19 --- a/x11-misc/wdm/wdm-1.28-r3.ebuild
20 +++ /dev/null
21 @@ -1,43 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=2
26 -inherit eutils pam
27 -
28 -DESCRIPTION="WINGs Display Manager"
29 -HOMEPAGE="http://voins.program.ru/wdm/"
30 -SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 ppc ~ppc64 ~sparc x86"
35 -IUSE="truetype pam selinux"
36 -
37 -COMMON_DEPEND=">=x11-wm/windowmaker-0.70.0
38 - truetype? ( x11-libs/libXft )
39 - x11-libs/libXmu
40 - x11-libs/libXt
41 - x11-libs/libXpm
42 - pam? ( virtual/pam )"
43 -DEPEND="${COMMON_DEPEND}
44 - sys-devel/gettext"
45 -RDEPEND="${COMMON_DEPEND}
46 - pam? ( >=sys-auth/pambase-20080219.1 )"
47 -
48 -src_prepare() {
49 - epatch "${FILESDIR}"/${P}-terminateServer.patch
50 -}
51 -
52 -src_configure() {
53 - econf \
54 - --exec-prefix=/usr \
55 - --with-wdmdir=/etc/X11/wdm \
56 - $(use_enable pam) \
57 - $(use_enable selinux)
58 -}
59 -
60 -src_install() {
61 - emake DESTDIR="${D}" install || die
62 - rm -f "${D}"/etc/pam.d/wdm
63 - pamd_mimic system-local-login wdm auth account password session
64 -}