public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/cbflib: ChangeLog cbflib-0.8.1-r4.ebuild
@ 2010-02-06 13:43 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-02-06 13:43 UTC (permalink / raw
  To: gentoo-commits

jlec        10/02/06 13:43:12

  Modified:             ChangeLog cbflib-0.8.1-r4.ebuild
  Log:
  Fixed missing installation of headers
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-libs/cbflib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	3 Feb 2010 21:35:03 -0000	1.1
+++ ChangeLog	6 Feb 2010 13:43:12 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/cbflib
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.1 2010/02/03 21:35:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.2 2010/02/06 13:43:12 jlec Exp $
+
+  06 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org>
+  cbflib-0.8.1-r4.ebuild:
+  Fixed missing installation of headers
 
 *cbflib-0.8.1-r4 (03 Feb 2010)
 



1.2                  sci-libs/cbflib/cbflib-0.8.1-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild?r1=1.1&r2=1.2

Index: cbflib-0.8.1-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cbflib-0.8.1-r4.ebuild	3 Feb 2010 21:35:03 -0000	1.1
+++ cbflib-0.8.1-r4.ebuild	6 Feb 2010 13:43:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild,v 1.1 2010/02/03 21:35:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild,v 1.2 2010/02/06 13:43:12 jlec Exp $
 
 EAPI="3"
 
@@ -60,5 +60,8 @@
 #}
 
 src_install() {
+	insinto /usr/include/${PN}
+	doins include/* || die
+
 	dolib.so solib/* || die
 }






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/cbflib: ChangeLog cbflib-0.8.1-r4.ebuild
@ 2010-02-06 13:45 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-02-06 13:45 UTC (permalink / raw
  To: gentoo-commits

jlec        10/02/06 13:45:12

  Modified:             ChangeLog cbflib-0.8.1-r4.ebuild
  Log:
  Parallel build is allowed
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-libs/cbflib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	6 Feb 2010 13:43:12 -0000	1.2
+++ ChangeLog	6 Feb 2010 13:45:11 -0000	1.3
@@ -1,10 +1,11 @@
 # ChangeLog for sci-libs/cbflib
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.2 2010/02/06 13:43:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.3 2010/02/06 13:45:11 jlec Exp $
 
   06 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org>
   cbflib-0.8.1-r4.ebuild:
   Fixed missing installation of headers
+  It can be build in parallel
 
 *cbflib-0.8.1-r4 (03 Feb 2010)
 



1.3                  sci-libs/cbflib/cbflib-0.8.1-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild?r1=1.2&r2=1.3

Index: cbflib-0.8.1-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cbflib-0.8.1-r4.ebuild	6 Feb 2010 13:43:12 -0000	1.2
+++ cbflib-0.8.1-r4.ebuild	6 Feb 2010 13:45:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild,v 1.2 2010/02/06 13:43:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild,v 1.3 2010/02/06 13:45:11 jlec Exp $
 
 EAPI="3"
 
@@ -50,7 +50,7 @@
 }
 
 src_compile() {
-	emake -j1 shared || die
+	emake shared || die
 }
 
 # test app is borked in this version






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

end of thread, other threads:[~2010-02-06 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-06 13:45 [gentoo-commits] gentoo-x86 commit in sci-libs/cbflib: ChangeLog cbflib-0.8.1-r4.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-06 13:43 Justin Lecher (jlec)

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