From bd8550c2739972d2eae3772b9b7a7698064e4bf6 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 30 Jan 2017 23:36:33 +0000 Subject: x11-misc/entrance: Drop since not used --- x11-misc/entrance/Manifest | 2 -- x11-misc/entrance/entrance-9999.ebuild | 47 ---------------------------------- x11-misc/entrance/metadata.xml | 22 ---------------- 3 files changed, 71 deletions(-) delete mode 100644 x11-misc/entrance/Manifest delete mode 100644 x11-misc/entrance/entrance-9999.ebuild delete mode 100644 x11-misc/entrance/metadata.xml (limited to 'x11-misc') diff --git a/x11-misc/entrance/Manifest b/x11-misc/entrance/Manifest deleted file mode 100644 index 197fd2b9..00000000 --- a/x11-misc/entrance/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD entrance-9999.ebuild 983 SHA256 ca698f3fe05a624381b2ce7d9226a938cfc2a10205f75366a7de3c4bd3531379 WHIRLPOOL d2824bd0ff09794ed4ea07862342b56e73692b4f0dfeb99cbb21b863f1a8cd407200ee1ac24406dd2eca9607ca777e5efdbf9f0f83a17cdcaa66832ba4c8d445 -MISC metadata.xml 826 SHA256 15204b95dca073b35f2b0904f4a76646e0b68642f90a40d8a62809dad5b2c289 WHIRLPOOL 42a857a0db267a45d025ffed5617a8e8bcbc9bf029ef615aaebecb9b19591d435e80088355664fa262cae5345d8157812afd6410a4537402df6f3f23b21b48b5 diff --git a/x11-misc/entrance/entrance-9999.ebuild b/x11-misc/entrance/entrance-9999.ebuild deleted file mode 100644 index 6b540c62..00000000 --- a/x11-misc/entrance/entrance-9999.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -EGIT_URI_APPEND="${PN}" -inherit enlightenment eutils pam - -DESCRIPTION="Enlightenment display manager" -HOMEPAGE="http://git.enlightenment.org/misc/entrance.git/about" -KEYWORDS="" -EGIT_REPO_URI="git://git.enlightenment.org/misc/${PN}.git" - -IUSE="consolekit grub2 pam systemd" - -DEPEND="dev-libs/efl - consolekit? ( sys-auth/consolekit ) - pam? ( virtual/pam ) - grub2? ( sys-boot/grub:2 ) - systemd? ( sys-apps/systemd )" -RDEPEND="${DEPEND} - x11-apps/sessreg - x11-apps/setxkbmap - x11-apps/xauth - x11-apps/xmodmap - x11-apps/xrdb" - -src_configure () { - E_ECONF=( - $(use_enable consolekit) - $(use_enable grub2) - $(use_enable pam) - $(use_enable systemd) - ) - - enlightenment_src_configure -} - -src_install () { - enlightenment_src_install - - rm -f "${ED}/etc/pam.d/${PN}" - - if use pam ; then - pamd_mimic system-local-login "${PN}" auth account password session - fi -} diff --git a/x11-misc/entrance/metadata.xml b/x11-misc/entrance/metadata.xml deleted file mode 100644 index e362f188..00000000 --- a/x11-misc/entrance/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - bertrand@jacquin.bzh - Bertrand Jacquin - - - Entrance is the Enlightenment Display Manager. And like Enlightenment, it takes - beauty and customization to levels that KDM and GDM can only dream about, without - the bloat. - http://xcomputerman.com/pages/images/entrance2.png - - - - Enable support for sys-boot/grub:2 - - - Enables support for authorization via sys-auth/consolekit - - - -- cgit v1.2.3