commit:     06f7db4298c4d759aee0ae7df9d3ef5433db18af
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 15:26:32 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 15:26:32 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=06f7db42

dev-lisp/restas: Drop ~sparc because of unkeyworded dependencies

Rename "slime" use flag to "emacs".

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/restas/restas-0.1.4.ebuild | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-lisp/restas/restas-0.1.4.ebuild 
b/dev-lisp/restas/restas-0.1.4.ebuild
index efd4be59..9641e93f 100644
--- a/dev-lisp/restas/restas-0.1.4.ebuild
+++ b/dev-lisp/restas/restas-0.1.4.ebuild
@@ -1,31 +1,31 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit common-lisp-3 elisp-common eutils
+inherit common-lisp-3 elisp-common
 
 MY_PV="version-${PV}"
 
 DESCRIPTION="Common Lisp application server"
 HOMEPAGE="https://github.com/archimag/restas";
 SRC_URI="https://github.com/archimag/restas/archive/${MY_PV}.tar.gz";
+S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="LLGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc slime"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc emacs"
 
 RDEPEND=" >=dev-lisp/cl-routes-0.2.2
                 dev-lisp/alexandria
                 >=dev-lisp/hunchentoot-1.2.0
-                slime? ( dev-lisp/closer-mop )"
+                emacs? ( dev-lisp/closer-mop )"
 
-S="${WORKDIR}/${PN}-${MY_PV}"
 SITEFILE=70${PN}-gentoo.el
 
 src_compile () {
-       if use slime ; then
+       if use emacs ; then
                elisp-compile slime/${PN}.el || die "Cannot compile elisp files"
        fi
 }
@@ -36,16 +36,16 @@ src_install() {
 
        doinitd "${FILESDIR}"/restas.lo || die "doinitd failed"
 
-       if use slime; then
+       if use emacs; then
                elisp-install ${PN} slime/${PN}.el || die "Cannot install elisp 
sources"
                elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die 
"Cannot install elisp site file"
        fi
 }
 
 pkg_postinst() {
-       use slime && elisp-site-regen
+       use emacs && elisp-site-regen
 }
 
 pkg_postrm() {
-       use slime && elisp-site-regen
+       use emacs && elisp-site-regen
 }

Reply via email to