public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/arora: arora-0.4.ebuild ChangeLog
@ 2008-10-01 18:58 Ben de Groot (yngwin)
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2008-10-01 18:58 UTC (permalink / raw
  To: gentoo-commits

yngwin      08/10/01 18:58:21

  Modified:             arora-0.4.ebuild ChangeLog
  Log:
  Fix to prevent pre-stripping binary (bug 239206)
  (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 i686)

Revision  Changes    Path
1.2                  www-client/arora/arora-0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.4.ebuild?r1=1.1&r2=1.2

Index: arora-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- arora-0.4.ebuild	1 Oct 2008 18:37:27 -0000	1.1
+++ arora-0.4.ebuild	1 Oct 2008 18:58:20 -0000	1.2
@@ -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/www-client/arora/arora-0.4.ebuild,v 1.1 2008/10/01 18:37:27 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.4.ebuild,v 1.2 2008/10/01 18:58:20 yngwin Exp $
 
 EAPI=2
 inherit eutils qt4
@@ -54,6 +54,9 @@
 
 src_compile() {
 	emake || die "make failed"
+
+	# don't pre-strip
+	sed -i "/strip/d" src/Makefile || die 'sed failed'
 }
 
 src_install() {



1.7                  www-client/arora/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Oct 2008 18:37:27 -0000	1.6
+++ ChangeLog	1 Oct 2008 18:58:20 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/arora
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.6 2008/10/01 18:37:27 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.7 2008/10/01 18:58:20 yngwin Exp $
+
+  01 Oct 2008; Ben de Groot <yngwin@gentoo.org> arora-0.4.ebuild:
+  Fix to prevent pre-stripping binary (bug 239206)
 
 *arora-0.4 (01 Oct 2008)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/arora: arora-0.4.ebuild ChangeLog
@ 2008-11-06  0:58 Ben de Groot (yngwin)
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2008-11-06  0:58 UTC (permalink / raw
  To: gentoo-commits

yngwin      08/11/06 00:58:12

  Modified:             arora-0.4.ebuild ChangeLog
  Log:
  Die when make install fails, fixes bug 245454. And not allowing parallel make should fix the failure.
  (Portage version: 2.2_rc13/cvs/Linux 2.6.26-hh3 i686)

Revision  Changes    Path
1.3                  www-client/arora/arora-0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.4.ebuild?r1=1.2&r2=1.3

Index: arora-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arora-0.4.ebuild	1 Oct 2008 18:58:20 -0000	1.2
+++ arora-0.4.ebuild	6 Nov 2008 00:58:12 -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/www-client/arora/arora-0.4.ebuild,v 1.2 2008/10/01 18:58:20 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.4.ebuild,v 1.3 2008/11/06 00:58:12 yngwin Exp $
 
 EAPI=2
 inherit eutils qt4
@@ -60,6 +60,6 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	emake -j1 DESTDIR="${D}" install || die 'make install failed'
 	dodoc AUTHORS ChangeLog README
 }



1.8                  www-client/arora/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	1 Oct 2008 18:58:20 -0000	1.7
+++ ChangeLog	6 Nov 2008 00:58:12 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/arora
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.7 2008/10/01 18:58:20 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.8 2008/11/06 00:58:12 yngwin Exp $
+
+  06 Nov 2008; Ben de Groot <yngwin@gentoo.org> arora-0.4.ebuild:
+  Die when make install fails, fixes bug 245454. And not allowing parallel
+  make should fix the failure.
 
   01 Oct 2008; Ben de Groot <yngwin@gentoo.org> arora-0.4.ebuild:
   Fix to prevent pre-stripping binary (bug 239206)






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-06  0:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-06  0:58 [gentoo-commits] gentoo-x86 commit in www-client/arora: arora-0.4.ebuild ChangeLog Ben de Groot (yngwin)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-01 18:58 Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox