summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-04-11 14:45:34 +0300
committerPatrice Clement <monsieurp@gentoo.org>2017-04-13 21:27:56 +0200
commite94a74293f68650f6d357f39b3ed8e83c6176c52 (patch)
treecffb880b7813bf7c604d4bf9a96b3aed50e937d7 /x11-misc
parentx11-misc/qtfm: remove old. (diff)
downloadgentoo-e94a74293f68650f6d357f39b3ed8e83c6176c52.tar.gz
gentoo-e94a74293f68650f6d357f39b3ed8e83c6176c52.tar.bz2
gentoo-e94a74293f68650f6d357f39b3ed8e83c6176c52.zip
x11-misc/wdm: remove old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4408
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/wdm/wdm-1.28-r3.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/x11-misc/wdm/wdm-1.28-r3.ebuild b/x11-misc/wdm/wdm-1.28-r3.ebuild
deleted file mode 100644
index b1fdff29404a..000000000000
--- a/x11-misc/wdm/wdm-1.28-r3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils pam
-
-DESCRIPTION="WINGs Display Manager"
-HOMEPAGE="http://voins.program.ru/wdm/"
-SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc64 ~sparc x86"
-IUSE="truetype pam selinux"
-
-COMMON_DEPEND=">=x11-wm/windowmaker-0.70.0
- truetype? ( x11-libs/libXft )
- x11-libs/libXmu
- x11-libs/libXt
- x11-libs/libXpm
- pam? ( virtual/pam )"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext"
-RDEPEND="${COMMON_DEPEND}
- pam? ( >=sys-auth/pambase-20080219.1 )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-terminateServer.patch
-}
-
-src_configure() {
- econf \
- --exec-prefix=/usr \
- --with-wdmdir=/etc/X11/wdm \
- $(use_enable pam) \
- $(use_enable selinux)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- rm -f "${D}"/etc/pam.d/wdm
- pamd_mimic system-local-login wdm auth account password session
-}