From da9824bc03b8440ad9910c78b90a9850d18d7c7f Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Sat, 22 Feb 2014 12:07:08 +0100 Subject: entrance-9999: Use upstream unit file Package-Manager: portage-2.2.8-r1 Manifest-Sign-Key: 3C5CF75A --- x11-misc/entrance/entrance-9999.ebuild | 9 ++++-- .../files/0001-disable-check-for-systemd.patch | 36 ++++++++++++++++++++++ 2 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 x11-misc/entrance/files/0001-disable-check-for-systemd.patch (limited to 'x11-misc') diff --git a/x11-misc/entrance/entrance-9999.ebuild b/x11-misc/entrance/entrance-9999.ebuild index dab3b81..269eb9c 100644 --- a/x11-misc/entrance/entrance-9999.ebuild +++ b/x11-misc/entrance/entrance-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -inherit autotools git-2 pam systemd +inherit autotools eutils git-2 pam DESCRIPTION="Display-manager based on efl" HOMEPAGE="http://www.enlightenment.org/" @@ -24,9 +24,11 @@ RDEPEND=" consolekit? ( sys-auth/consolekit ) pam? ( sys-libs/pam )" DEPEND="${RDEPEND} + ! +Date: Sun, 16 Feb 2014 11:15:52 +0100 +Subject: [PATCH] disable check for systemd + +Gentoo installs unit files unconditionally so long this is all that is +needed for systemd support. A blocker could be used should the version +of systemd be a concern. +--- + configure.ac | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 4b9d39c..aaf80a8 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -155,11 +155,11 @@ if test "x${enable_pam}" = "xyes" ; then + fi + + # Systemd +-if test "x${enable_systemd}" = "xyes" ; then +- PKG_CHECK_EXISTS([systemd >= 192], +- [enable_systemd="yes"], +- [enable_systemd="no"]) +-fi ++#if test "x${enable_systemd}" = "xyes" ; then ++# PKG_CHECK_EXISTS([systemd >= 192], ++# [enable_systemd="yes"], ++# [enable_systemd="no"]) ++#fi + AM_CONDITIONAL(HAVE_SYSTEMD, [test "x${enable_systemd}" = "xyes"]) + + ### Checks for header files +-- +1.8.3.2 + -- cgit v1.2.3-65-gdbad