summaryrefslogtreecommitdiff
path: root/app-admin/eselect-lightdm/eselect-lightdm-0.2.ebuild
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-04-07 22:19:00 +0300
committerBlackNoxis <steven.darklight@gmail.com>2015-04-07 22:19:00 +0300
commit61df240f72a84a17945ff4b20e18d426a4451b2a (patch)
tree759664cde9336f4d2261e15cea2ca46dd3006e40 /app-admin/eselect-lightdm/eselect-lightdm-0.2.ebuild
parent41e8e62e7c8c0a4f3ea2199744761e48ea578d47 (diff)
Moved app-admin/eselect to app-eselect/eselect*
Diffstat (limited to 'app-admin/eselect-lightdm/eselect-lightdm-0.2.ebuild')
-rw-r--r--app-admin/eselect-lightdm/eselect-lightdm-0.2.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-admin/eselect-lightdm/eselect-lightdm-0.2.ebuild b/app-admin/eselect-lightdm/eselect-lightdm-0.2.ebuild
deleted file mode 100644
index 7e1ef10b..00000000
--- a/app-admin/eselect-lightdm/eselect-lightdm-0.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-SRC_URI=""
-KEYWORDS="~amd64 ~arm ~x86"
-
-DESCRIPTION="Eselect module for making easy to switch between LightDM greeters"
-HOMEPAGE="http://www.sabayon.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-S="${WORKDIR}"
-
-RDEPEND="app-admin/eselect"
-DEPEND="${RDEPEND}"
-
-src_install() {
- insinto /usr/share/eselect/modules
- newins "${FILESDIR}/lightdm-${PV}.eselect" lightdm.eselect
-}