commit:     3bb18d8385cd813991a46bdb34e5b34e75d9750a
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 14:33:12 2021 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 14:33:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb18d83

lxde-base/lxdm: Drop old; cleanup metadata

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 .../files/lxdm-0.5.3-pam_console-disable.patch     |  8 ---
 lxde-base/lxdm/lxdm-0.5.3-r1.ebuild                | 68 ----------------------
 lxde-base/lxdm/metadata.xml                        |  3 -
 3 files changed, 79 deletions(-)

diff --git a/lxde-base/lxdm/files/lxdm-0.5.3-pam_console-disable.patch 
b/lxde-base/lxdm/files/lxdm-0.5.3-pam_console-disable.patch
deleted file mode 100644
index 8fb8cb4d388..00000000000
--- a/lxde-base/lxdm/files/lxdm-0.5.3-pam_console-disable.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- lxdm-0.4.0.orig/pam/lxdm
-+++ lxdm-0.4.0/pam/lxdm
-@@ -5,4 +5,4 @@ account    include     system-auth
- session    optional   pam_keyinit.so force revoke
- session    include    system-auth
--session    optional   pam_console.so
-+#session    optional  pam_console.so
- session    optional   pam_gnome_keyring.so auto_start

diff --git a/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild 
b/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild
deleted file mode 100644
index cc2c819ceec..00000000000
--- a/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Using strip-linguas in eutils
-inherit eutils autotools systemd
-
-DESCRIPTION="LXDE Display Manager"
-HOMEPAGE="https://wiki.lxde.org/en/LXDM";
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-
-IUSE="debug gtk3 nls pam"
-
-RDEPEND="
-       x11-libs/libxcb
-       gtk3? ( x11-libs/gtk+:3 )
-       !gtk3? ( x11-libs/gtk+:2 )
-       nls? ( sys-devel/gettext )
-       pam? ( sys-libs/pam )"
-DEPEND="${RDEPEND}
-       >=dev-util/intltool-0.40
-       virtual/pkgconfig"
-DOCS=( AUTHORS README TODO )
-
-src_prepare() {
-       # Upstream bug, tarball contains pre-made lxdm.conf
-       rm "${S}"/data/lxdm.conf || die
-
-       # Fix consolekit and selinux
-       eapply "${FILESDIR}/${P}-pam_console-disable.patch"
-       # Apply all upstream fixes in git until 2016-11-11
-       eapply "${FILESDIR}/lxdm-0.5.3-upstream-fixes.patch"
-       eapply_user
-
-       # this replaces the bootstrap/autogen script in most packages
-       eautoreconf
-
-       # process LINGUAS
-       if use nls; then
-               einfo "Running intltoolize ..."
-               intltoolize --force --copy --automake || die
-               strip-linguas -i "${S}/po" || die
-       fi
-}
-src_configure() {
-       econf   --enable-password \
-               --with-x \
-               --with-xconn=xcb \
-               --with-systemdsystemunitdir=$(systemd_get_systemunitdir) \
-               --disable-consolekit \
-               $(use_enable gtk3) \
-               $(use_enable nls) \
-               $(use_enable debug) \
-               $(use_with pam)
-}
-
-src_install() {
-       default_src_install
-
-       #Use Gentoo specific Xsession startup file
-       exeinto /etc/${PN}
-       doexe "${FILESDIR}"/Xsession
-}

diff --git a/lxde-base/lxdm/metadata.xml b/lxde-base/lxdm/metadata.xml
index f241db24df3..0d7fd1bc737 100644
--- a/lxde-base/lxdm/metadata.xml
+++ b/lxde-base/lxdm/metadata.xml
@@ -5,9 +5,6 @@
                <email>[email protected]</email>
                <name>Brian Evans</name>
        </maintainer>
-       <use>
-               <flag name="gtk3">Use GTK+3 instead of 2</flag>
-       </use>
        <upstream>
                <remote-id type="sourceforge">lxde</remote-id>
        </upstream>

Reply via email to