public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libcore: libcore-1.7.ebuild ChangeLog
@ 2008-06-29  8:08 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2008-06-29  8:08 UTC (permalink / raw
  To: gentoo-commits

tove        08/06/29 08:08:56

  Modified:             libcore-1.7.ebuild ChangeLog
  Log:
  Add missing die:  || "..." -> || die "..."
  (Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)

Revision  Changes    Path
1.3                  sci-libs/libcore/libcore-1.7.ebuild

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

Index: libcore-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-1.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcore-1.7.ebuild	17 Oct 2006 15:16:45 -0000	1.2
+++ libcore-1.7.ebuild	29 Jun 2008 08:08:55 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-1.7.ebuild,v 1.2 2006/10/17 15:16:45 djay Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-1.7.ebuild,v 1.3 2008/06/29 08:08:55 tove Exp $
 
 inherit eutils toolchain-funcs
 
@@ -45,9 +45,9 @@
 	done
 
 	dodir /usr/include || die "Unable to create include dir"
-	cp -r ./inc/* "${D}/usr/include/" || "Unable to copy headers"
+	cp -r ./inc/* "${D}/usr/include/" || die "Unable to copy headers"
 
-	dodoc FAQs README || "Unable to install default doc"
+	dodoc FAQs README || die "Unable to install default doc"
 	if use doc; then
 		dodoc doc/ANNOUNCEMENT* doc/*pdf doc/papers/* || \
 			die "Unable to install doc"



1.3                  sci-libs/libcore/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	22 Oct 2006 16:35:30 -0000	1.2
+++ ChangeLog	29 Jun 2008 08:08:55 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/libcore
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.2 2006/10/22 16:35:30 swegener Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.3 2008/06/29 08:08:55 tove Exp $
+
+  29 Jun 2008; Torsten Veller <tove@gentoo.org> libcore-1.7.ebuild:
+  Add missing die: || "..." -> || die "..."
 
 *libcore-1.7 (17 Oct 2006)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libcore: libcore-1.7.ebuild ChangeLog
@ 2008-09-03  9:32 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-09-03  9:32 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/09/03 09:32:37

  Modified:             libcore-1.7.ebuild ChangeLog
  Log:
  Fixed virtual/tetex, tested on am64 and some cleaning
  (Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r9 x86_64)

Revision  Changes    Path
1.4                  sci-libs/libcore/libcore-1.7.ebuild

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

Index: libcore-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-1.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libcore-1.7.ebuild	29 Jun 2008 08:08:55 -0000	1.3
+++ libcore-1.7.ebuild	3 Sep 2008 09:32:37 -0000	1.4
@@ -1,36 +1,34 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-1.7.ebuild,v 1.3 2008/06/29 08:08:55 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-1.7.ebuild,v 1.4 2008/09/03 09:32:37 bicatali Exp $
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION="The main goal of the CORE project is to address the issues of
-robust numerical and geometric computation."
+DESCRIPTION="Robust numerical and geometric computation library"
 HOMEPAGE="http://www.cs.nyu.edu/exact/core_pages/"
 MYP="${PN/lib}"
 SRC_URI="http://cs.nyu.edu/exact/core/download/prerelease/${MYP}_v${PV}x_std.tgz"
 
 LICENSE="QPL-1.0"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
 DEPEND="dev-libs/gmp
-	doc? ( virtual/tetex ) "
-RDEPEND="virtual/libc"
+	doc? ( virtual/latex-base ) "
+RDEPEND=""
 
 S="${WORKDIR}/${MYP}_v${PV}x"
 
 src_unpack(){
-	unpack "${A}"
+	unpack ${A}
 	cd "${S}"
-	epatch ${FILESDIR}/${P}.patch || die "Unable to patch sources"
+	epatch "${FILESDIR}"/${P}.patch
 }
 
 src_compile(){
-	cd "${S}"
-	emake CXX=$(tc-getCXX) corelib || die "Unable to create corelib"
-	emake CXX=$(tc-getCXX) corex || die "Unable to create corex"
+	emake CXX="$(tc-getCXX)" corelib || die "Unable to create corelib"
+	emake CXX="$(tc-getCXX)" corex || die "Unable to create corex"
 	if use doc; then
 		cd "${S}/doc"
 		emake all || die "Unable to create doc"
@@ -38,7 +36,6 @@
 }
 
 src_install(){
-	cd "${S}"
 	dolib lib/*.a lib/*.so || die "Unable to find libraries"
 	for i in $(find "${D}/usr/lib/" -name "*so" | sed "s:${D}::g"); do
 		dosym $i $i.1 && dosym $i $i.1.0.0 || die "Unable to sym $i"



1.4                  sci-libs/libcore/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	29 Jun 2008 08:08:55 -0000	1.3
+++ ChangeLog	3 Sep 2008 09:32:37 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/libcore
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.3 2008/06/29 08:08:55 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.4 2008/09/03 09:32:37 bicatali Exp $
+
+  03 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> libcore-1.7.ebuild:
+  Fixed virtual/tetex, tested on am64 and some cleaning
 
   29 Jun 2008; Torsten Veller <tove@gentoo.org> libcore-1.7.ebuild:
   Add missing die: || "..." -> || die "..."






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

end of thread, other threads:[~2008-09-03  9:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-29  8:08 [gentoo-commits] gentoo-x86 commit in sci-libs/libcore: libcore-1.7.ebuild ChangeLog Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2008-09-03  9:32 Sebastien Fabbro (bicatali)

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