Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-libs/ffcall/
Date: Fri, 30 Jun 2017 07:28:47
Message-Id: 1498807671.8ce37f9130c35339f398bd63353bd0816885faef.nimiux@gentoo
1 commit: 8ce37f9130c35339f398bd63353bd0816885faef
2 Author: Bruno Haible <bruno <AT> clisp <DOT> org>
3 AuthorDate: Fri Jun 30 07:27:07 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 07:27:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8ce37f91
7
8 dev-libs/ffcall: Removes ebuild obsolete parts
9
10 dev-libs/ffcall/ffcall-1.13.ebuild | 15 ---------------
11 1 file changed, 15 deletions(-)
12
13 diff --git a/dev-libs/ffcall/ffcall-1.13.ebuild b/dev-libs/ffcall/ffcall-1.13.ebuild
14 index e2514f4f..067088c3 100644
15 --- a/dev-libs/ffcall/ffcall-1.13.ebuild
16 +++ b/dev-libs/ffcall/ffcall-1.13.ebuild
17 @@ -39,17 +39,12 @@ src_prepare() {
18 # and -Wa, are a must to pass here.
19 sed -e 's/$(CC) /&$(CFLAGS) /g' \
20 -i "${mfi}" || die
21 -
22 - # usually uses '$(CC) ... -o something' for linking
23 - sed -e 's/\($(CC) .* \)-o /\1 $(LDFLAGS) -o /g' \
24 - -i "${mfi}" || die
25 done
26 eapply_user
27 }
28
29 src_configure() {
30 append-flags -fPIC
31 - append-flags $(test-flags-CC -Wa,--noexecstack) #253963
32
33 # Doc goes in datadir
34 econf \
35 @@ -58,16 +53,6 @@ src_configure() {
36 --disable-static
37 }
38
39 -src_compile() {
40 - # Because CHOST is set to (for example)
41 - # alphaev67-unknown-linux-gnu, CPU gets set to alphaev67 which
42 - # doesn't work in the Makefile (29 Jan 2004 agriffis)
43 - local cpu_setting
44 - [[ "${ARCH}" == "alpha" ]] && cpu_setting='CPU=alpha'
45 -
46 - emake ${cpu_setting}
47 -}
48 -
49 src_install() {
50 dodoc NEWS README
51 dodir /usr/share/man