Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
mpagano 08/12/30 17:30:17
Modified: efax-0.9a-r1.ebuild ChangeLog
Log:
Removed strip command as per bug #240932
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)
Revision Changes Path
1.3 net-misc/efax/efax-0.9a-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/efax-0.9a-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/efax-0.9a-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/efax-0.9a-r1.ebuild?r1=1.2&r2=1.3
Index: efax-0.9a-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/efax/efax-0.9a-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- efax-0.9a-r1.ebuild 24 Jan 2008 14:23:12 -0000 1.2
+++ efax-0.9a-r1.ebuild 30 Dec 2008 17:30:17 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/efax/efax-0.9a-r1.ebuild,v 1.2 2008/01/24 14:23:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/efax/efax-0.9a-r1.ebuild,v 1.3 2008/12/30 17:30:17 mpagano Exp $
inherit eutils
@@ -18,10 +18,13 @@
cd "${S}"
sed -i -e "s:CFLAGS=:CFLAGS=${CFLAGS}:" Makefile
epatch "${FILESDIR}/${P}-segfault.patch"
+
+ # remove strip command as per bug #240932
+ sed -i -e '/strip/d' Makefile
}
src_install () {
- dobin efax efix fax
+ dobin efax efix fax || die "dobin failed"
doman efax.1 efix.1 fax.1
dodoc README
}
1.9 net-misc/efax/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/efax/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 24 Jan 2008 14:23:12 -0000 1.8
+++ ChangeLog 30 Dec 2008 17:30:17 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/efax
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/efax/ChangeLog,v 1.8 2008/01/24 14:23:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/efax/ChangeLog,v 1.9 2008/12/30 17:30:17 mpagano Exp $
+
+ 30 Dec 2008; Mike Pagano <mpagano@g.o> efax-0.9a-r1.ebuild:
+ Removed strip command as per bug #240932
24 Jan 2008; Raúl Porcel <armin76@g.o> efax-0.9a-r1.ebuild:
x86 stable
|
|