From 7e003b58a6657622b55c538e1e41916b3b2525d3 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 17 Aug 2019 21:17:38 +0200 Subject: app-emacs/emacs-common-gentoo: Sync from gentoo repo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller --- .../emacs-common-gentoo/emacs-common-gentoo-9999.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild index e82e203..d347806 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" EGIT_BRANCH="${PN}" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" -inherit elisp-common desktop xdg-utils gnome2-utils readme.gentoo-r1 user git-r3 +inherit elisp-common desktop xdg-utils gnome2-utils readme.gentoo-r1 git-r3 DESCRIPTION="Common files needed by all GNU Emacs versions" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" @@ -16,14 +16,12 @@ LICENSE="GPL-3+" SLOT="0" IUSE="games X" +RDEPEND="games? ( acct-group/gamestat )" +DEPEND="${RDEPEND}" PDEPEND="virtual/emacs" S="${WORKDIR}/${PN}" -pkg_setup() { - use games && enewgroup gamestat 36 -} - src_install() { insinto "${SITELISP}" doins subdirs.el -- cgit v1.2.3-18-g5258