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: Sun, 3 May 2015 22:06:08 +0000 (UTC) [thread overview]
Message-ID: <1430690756.af3654ca5152edafc6ca2e4683cf040876d45e49.nimiux@gentoo> (raw)
commit: af3654ca5152edafc6ca2e4683cf040876d45e49
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun May 3 22:05:56 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun May 3 22:05:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=af3654ca
dev-lisp/linedit: fix live ebuild
dev-lisp/linedit/linedit-9999.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/linedit/linedit-9999.ebuild b/dev-lisp/linedit/linedit-9999.ebuild
index 6151256..93cef14 100644
--- a/dev-lisp/linedit/linedit-9999.ebuild
+++ b/dev-lisp/linedit/linedit-9999.ebuild
@@ -8,11 +8,10 @@ inherit common-lisp-3 eutils flag-o-matic git-2 multilib toolchain-funcs
DESCRIPTION="Linedit is a readline-style library written in Common Lisp."
HOMEPAGE="http://www.common-lisp.net/project/linedit/"
-EGIT_REPO_URI="git://common-lisp.net/projects/${PN}/${PN}.git"
+EGIT_REPO_URI="https://gitlab.common-lisp.net/${PN}/${PN}.git"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="!dev-lisp/cl-${PN}
@@ -40,6 +39,11 @@ create_uffi_loader() {
EOF
}
+cleanup_terminfo_files() {
+ rm "${D}/${CLSOURCEROOT}/${PN}/terminfo.lisp" || die
+ rm "${D}/${CLSYSTEMROOT}/terminfo.asd" || die
+}
+
src_prepare() {
epatch "${FILESDIR}"/${PV}-${PN}.asd-uffi-glue-gentoo.patch
create_uffi_loader
@@ -57,6 +61,7 @@ src_compile() {
src_install() {
common-lisp-install-sources *.lisp ports/
common-lisp-install-asdf
+ cleanup_terminfo_files
exeinto "/usr/$(get_libdir)/${PN}"
doexe *.so
}
next reply other threads:[~2015-05-03 22:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-03 22:06 José María Alonso [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-06-21 21:25 [gentoo-commits] proj/lisp:master commit in: dev-lisp/linedit/ José María Alonso
2017-02-08 22:12 José María Alonso
2017-02-08 22:15 José María Alonso
2017-07-02 20:45 José María Alonso
2018-03-18 19:44 José María Alonso
2018-05-28 17:09 José María Alonso
2018-05-28 17:59 José María Alonso
2022-04-02 15:34 Ulrich Müller
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=1430690756.af3654ca5152edafc6ca2e4683cf040876d45e49.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