Gentoo Archives: gentoo-commits

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