diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-18 23:32:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-18 23:32:45 +0200 |
commit | 7715d1e74503dc2805c1d5f43996eefd2886fe85 (patch) | |
tree | 7ffcbde1235996cb5524123994721851cafc58d1 /x11-misc/wdm | |
parent | app-cdr/cdw: Drop 0.8.1 (r0) (diff) | |
download | gentoo-7715d1e74503dc2805c1d5f43996eefd2886fe85.tar.gz gentoo-7715d1e74503dc2805c1d5f43996eefd2886fe85.tar.bz2 gentoo-7715d1e74503dc2805c1d5f43996eefd2886fe85.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc/wdm')
-rw-r--r-- | x11-misc/wdm/wdm-1.28-r6.ebuild | 48 |
1 files changed, 0 insertions, 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 1ba2a83d76c2..000000000000 --- 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 -} |