summaryrefslogtreecommitdiff
path: root/x11-misc/lightdm-qt4/lightdm-qt4-1.8.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-03-24 18:33:55 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-03-24 18:33:55 +0000
commita532b3d2a8ed0d007ce463e8d0b71d3c40f3521f (patch)
tree8f51a0949e4faa0a1577447b8a954f781d2548d5 /x11-misc/lightdm-qt4/lightdm-qt4-1.8.5.ebuild
parent47623dcadf4c2c19d0023a82a47cb95116d2a040 (diff)
drop lightdm, use gentoo one
Diffstat (limited to 'x11-misc/lightdm-qt4/lightdm-qt4-1.8.5.ebuild')
-rw-r--r--x11-misc/lightdm-qt4/lightdm-qt4-1.8.5.ebuild56
1 files changed, 0 insertions, 56 deletions
diff --git a/x11-misc/lightdm-qt4/lightdm-qt4-1.8.5.ebuild b/x11-misc/lightdm-qt4/lightdm-qt4-1.8.5.ebuild
deleted file mode 100644
index 3ee3e1e2..00000000
--- a/x11-misc/lightdm-qt4/lightdm-qt4-1.8.5.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit autotools eutils
-
-TRUNK_VERSION="1.8"
-REAL_PN="${PN/-qt4}"
-REAL_P="${P/-qt4}"
-DESCRIPTION="Qt4 libraries for LightDM"
-HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM"
-SRC_URI="http://launchpad.net/${REAL_PN}/${TRUNK_VERSION}/${PV}/+download/${REAL_P}.tar.xz
- mirror://gentoo/introspection-20110205.m4.tar.bz2"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-COMMON_DEPEND="~x11-misc/lightdm-base-${PV}"
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="${COMMON_DEPEND}"
-
-DOCS=( NEWS )
-S="${WORKDIR}/${REAL_P}"
-
-src_prepare() {
- epatch_user
-
- # Remove bogus Makefile statement. This needs to go upstream
- sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die
- if has_version dev-libs/gobject-introspection; then
- eautoreconf
- else
- AT_M4DIR=${WORKDIR} eautoreconf
- fi
-}
-
-src_configure() {
- econf \
- --localstatedir=/var \
- --disable-static \
- --disable-introspection \
- --enable-liblightdm-qt
-}
-
-src_compile() {
- cd "${S}/liblightdm-qt" && \
- emake
-}
-
-src_install() {
- cd "${S}/liblightdm-qt" && \
- emake DESTDIR="${ED}" install
-}