public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/armadillo: ChangeLog armadillo-3.4.3.ebuild
@ 2012-11-10  9:54 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-11-10  9:54 UTC (permalink / raw
  To: gentoo-commits

jlec        12/11/10 09:54:30

  Modified:             ChangeLog armadillo-3.4.3.ebuild
  Log:
  sci-libs/armadillo: Drop USE=doc and fix installation of docs, #442284
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.18                 sci-libs/armadillo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	1 Nov 2012 19:24:13 -0000	1.17
+++ ChangeLog	10 Nov 2012 09:54:29 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/armadillo
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v 1.17 2012/11/01 19:24:13 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v 1.18 2012/11/10 09:54:29 jlec Exp $
+
+  10 Nov 2012; Justin Lecher <jlec@gentoo.org> armadillo-3.4.3.ebuild:
+  Drop USE=doc and fix installation of docs, #442284
 
 *armadillo-3.4.3 (01 Nov 2012)
 



1.2                  sci-libs/armadillo/armadillo-3.4.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/armadillo-3.4.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/armadillo-3.4.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/armadillo/armadillo-3.4.3.ebuild?r1=1.1&r2=1.2

Index: armadillo-3.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-3.4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- armadillo-3.4.3.ebuild	1 Nov 2012 19:24:13 -0000	1.1
+++ armadillo-3.4.3.ebuild	10 Nov 2012 09:54:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-3.4.3.ebuild,v 1.1 2012/11/01 19:24:13 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-3.4.3.ebuild,v 1.2 2012/11/10 09:54:29 jlec Exp $
 
 EAPI=4
 
@@ -15,9 +15,10 @@
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="atlas blas doc examples lapack"
+IUSE="atlas blas examples lapack"
 
-RDEPEND=">=dev-libs/boost-1.34
+RDEPEND="
+	dev-libs/boost
 	atlas? ( sci-libs/lapack-atlas )
 	blas? ( virtual/blas )
 	lapack? ( virtual/lapack )"
@@ -59,8 +60,8 @@
 
 src_install() {
 	cmake-utils_src_install
-	dodoc README.txt
-	use doc && dodoc docs/*pdf
+	dodoc README.txt *pdf
+	dohtml *html
 	if use examples; then
 		insinto /usr/share/doc/${PF}
 		doins -r examples





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-10  9:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-10  9:54 [gentoo-commits] gentoo-x86 commit in sci-libs/armadillo: ChangeLog armadillo-3.4.3.ebuild 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