From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/linedit/
Date: Wed, 8 Feb 2017 22:12:10 +0000 (UTC) [thread overview]
Message-ID: <1486591925.777bffbae271e113a617d6e6fb1319c9938dacd3.nimiux@gentoo> (raw)
commit: 777bffbae271e113a617d6e6fb1319c9938dacd3
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 8 22:12:05 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Feb 8 22:12:05 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=777bffba
dev-lisp/linedit: Updates EAPI and fixes spaces and tabs
dev-lisp/linedit/linedit-0.17.0.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/linedit/linedit-0.17.0.ebuild b/dev-lisp/linedit/linedit-0.17.0.ebuild
index b92aab95..a642304e 100644
--- a/dev-lisp/linedit/linedit-0.17.0.ebuild
+++ b/dev-lisp/linedit/linedit-0.17.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit common-lisp-3 eutils flag-o-matic multilib toolchain-funcs
@@ -34,14 +34,15 @@ create_uffi_loader() {
cat > uffi-loader.lisp <<-EOF
;;;; -*- mode: lisp; syntax: common-lisp; indent-tabs-mode: nil; base: 10; package: linedit -*-
(in-package :linedit)
-
+
(uffi:load-foreign-library #p"/usr/$(get_libdir)/linedit/signals.so")
(uffi:load-foreign-library #p"/usr/$(get_libdir)/linedit/terminal_glue.so")
EOF
}
src_prepare() {
- epatch "${FILESDIR}"/${PV}-${PN}.asd-uffi-glue-gentoo.patch
+ default
+ eapply "${FILESDIR}"/${PV}-${PN}.asd-uffi-glue-gentoo.patch
create_uffi_loader
}
@@ -49,8 +50,8 @@ src_compile() {
strip-flags
for filename in signals terminal_glue ; do
@cc "${filename}.c" ${CFLAGS} ${LDFLAGS} \
- -fPIC -DPIC -shared -Wl,-soname="${filename}" -o "${filename}.so" \
- || die "Cannot compile ${filename}.c"
+ -fPIC -DPIC -shared -Wl,-soname="${filename}" -o "${filename}.so" \
+ || die "Cannot compile ${filename}.c"
done
}
next reply other threads:[~2017-02-08 22:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-08 22:12 José María Alonso [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-02 15:34 [gentoo-commits] proj/lisp:master commit in: dev-lisp/linedit/ Ulrich Müller
2018-05-28 17:59 José María Alonso
2018-05-28 17:09 José María Alonso
2018-03-18 19:44 José María Alonso
2017-07-02 20:45 José María Alonso
2017-02-08 22:15 José María Alonso
2016-06-21 21:25 José María Alonso
2015-05-03 22:06 José María Alonso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1486591925.777bffbae271e113a617d6e6fb1319c9938dacd3.nimiux@gentoo \
--to=nimiux@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox