public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/bicatali:master commit in: dev-libs/blitz/
@ 2011-05-30 19:27 Sebastien Fabbro
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro @ 2011-05-30 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     63b05a4a2f1228d29320ca8ed670e669ccd0d217
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 21:29:55 2011 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu May 26 21:29:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/bicatali.git;a=commit;h=63b05a4a

blitz cvs added

---
 dev-libs/blitz/ChangeLog                           |    8 ++++-
 dev-libs/blitz/Manifest                            |    5 +--
 .../{blitz-20101209.ebuild => blitz-9999.ebuild}   |   35 ++++++++++++--------
 3 files changed, 30 insertions(+), 18 deletions(-)

diff --git a/dev-libs/blitz/ChangeLog b/dev-libs/blitz/ChangeLog
index 8c214ee..8818431 100644
--- a/dev-libs/blitz/ChangeLog
+++ b/dev-libs/blitz/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-libs/blitz
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*blitz-9999 (26 May 2011)
+
+  26 May 2011; Sébastien Fabbro <bicatali@gentoo.org> +blitz-9999.ebuild,
+  -blitz-20101209.ebuild:
+  Moved to cvs version
+
 *blitz-20101209 (13 Dec 2010)
 
   13 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> -blitz-9999.ebuild,

diff --git a/dev-libs/blitz/Manifest b/dev-libs/blitz/Manifest
index fd8ab67..134af9a 100644
--- a/dev-libs/blitz/Manifest
+++ b/dev-libs/blitz/Manifest
@@ -1,4 +1,3 @@
-DIST blitz-20101209.tar.bz2 2886502 RMD160 915a10b277c6617571f192edea4fd1f0e868258d SHA1 7933fd1d59e909ca45c5ec814cb370276c328295 SHA256 ab6c2c790bb2a39e130f9d0c04a4c54e85d620c52ce058df170eaed4d2f93110
-EBUILD blitz-20101209.ebuild 1257 RMD160 e72d33ca2c1914adea243b2087e437fe95ce336c SHA1 4be6c29346346fc73d67357584825f5f8b4de189 SHA256 3210cc14a9dd4a82860030d0d36d12187a2f5031724ba595fbe5095add9aa84f
-MISC ChangeLog 313 RMD160 0f60910114eeb8382668cb4842d0c0e16a24e5b6 SHA1 a2abfd9573352b45d73e0c307cbbe36ce5bef01a SHA256 19f27d158c63d69133788ec6882aa1c997e09008a8307d2e779f8db57cc6f887
+EBUILD blitz-9999.ebuild 1125 RMD160 23345cfa95eec3e3b91b5b9c5c2e4ac6a53b5077 SHA1 dbb5e6f84e9c8e904a2514c56effa8562c2a48dc SHA256 020cef9dc14eb2df92838f2fa697276f3b2f228499f0557ee0e888846939880a
+MISC ChangeLog 465 RMD160 b325adf354111449ab90bdb3c0d23981d7ea3790 SHA1 f73642570e337de8ce45222068861a93f8f94cc0 SHA256 25be024651ff56257f4e1a39313700f5cd7d048ae5cc9ceec1b61fa95a43aee9
 MISC metadata.xml 540 RMD160 67b2c950fa5a27e194e785e1f15586825e5e563a SHA1 a7a11d0fc4b2b68964a8e0bdf6f3ee4af76eae7b SHA256 f29cf1cf12f24aaee380a8e0c1cd93c0f06c8781baf06e051878e605f49ba2f9

diff --git a/dev-libs/blitz/blitz-20101209.ebuild b/dev-libs/blitz/blitz-9999.ebuild
similarity index 57%
rename from dev-libs/blitz/blitz-20101209.ebuild
rename to dev-libs/blitz/blitz-9999.ebuild
index 62ac30f..16e7468 100644
--- a/dev-libs/blitz/blitz-20101209.ebuild
+++ b/dev-libs/blitz/blitz-9999.ebuild
@@ -1,13 +1,17 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.9-r3.ebuild,v 1.2 2010/06/25 13:21:11 jlec Exp $
+# $Header: $
 
-EAPI=3
-inherit eutils
+EAPI=4
+
+ECVS_SERVER="blitz.cvs.sourceforge.net:/cvsroot/blitz"
+ECVS_MODULE="blitz"
+
+inherit eutils cvs autotools
 
 DESCRIPTION="High-performance C++ numeric library"
-HOMEPAGE="http://www.oonumerics.org/blitz"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
+HOMEPAGE="http://www.oonumerics.org/blitz/"
+SRC_URI=""
 
 IUSE="doc examples static-libs"
 SLOT="0"
@@ -17,6 +21,12 @@ LICENSE="|| ( GPL-2 Blitz-Artistic )"
 DEPEND="doc? ( app-doc/doxygen )"
 RDEPEND=""
 
+S="${WORKDIR}"/${PN}
+
+src_prepare() {
+	eautoreconf
+}
+
 src_configure() {
 	econf \
 		--enable-shared \
@@ -29,22 +39,19 @@ src_configure() {
 }
 
 src_compile() {
-	emake lib || die "emake lib failed"
+	emake lib
 }
 
 src_test() {
 	# exprctor fails if BZ_DEBUG flag is not set
 	# CXXFLAGS gets overwritten
-	emake AM_CXXFLAGS="-DBZ_DEBUG" check-testsuite || die "selftest failed"
+	emake AM_CXXFLAGS="-DBZ_DEBUG" check-testsuite
 }
 
 src_install () {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc ChangeLog ChangeLog.1 README README.binutils TODO AUTHORS NEWS
-
-	if use doc; then
-		dohtml html/* || die
-	fi
+	default
+	dodoc ChangeLog.1 README.binutils
+	use doc && dohtml -r html
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples
 		doins examples/*.cpp || die



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

* [gentoo-commits] dev/bicatali:master commit in: dev-libs/blitz/
@ 2015-08-11 21:51 Sebastien Fabbro
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro @ 2015-08-11 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     fb6d99bde66290bf20c2aa006eb8e10d9a202a78
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 21:01:36 2015 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 21:01:36 2015 +0000
URL:        https://gitweb.gentoo.org/dev/bicatali.git/commit/?id=fb6d99bd

removed blitz

 dev-libs/blitz/ChangeLog         | 16 -----------
 dev-libs/blitz/Manifest          |  3 --
 dev-libs/blitz/blitz-9999.ebuild | 59 ----------------------------------------
 dev-libs/blitz/metadata.xml      | 15 ----------
 4 files changed, 93 deletions(-)

diff --git a/dev-libs/blitz/ChangeLog b/dev-libs/blitz/ChangeLog
deleted file mode 100644
index 8818431..0000000
--- a/dev-libs/blitz/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for dev-libs/blitz
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*blitz-9999 (26 May 2011)
-
-  26 May 2011; Sébastien Fabbro <bicatali@gentoo.org> +blitz-9999.ebuild,
-  -blitz-20101209.ebuild:
-  Moved to cvs version
-
-*blitz-20101209 (13 Dec 2010)
-
-  13 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> -blitz-9999.ebuild,
-  +blitz-20101209.ebuild, +metadata.xml:
-  Bump. Tar built from cvs export and autoreconf.
-

diff --git a/dev-libs/blitz/Manifest b/dev-libs/blitz/Manifest
deleted file mode 100644
index 134af9a..0000000
--- a/dev-libs/blitz/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD blitz-9999.ebuild 1125 RMD160 23345cfa95eec3e3b91b5b9c5c2e4ac6a53b5077 SHA1 dbb5e6f84e9c8e904a2514c56effa8562c2a48dc SHA256 020cef9dc14eb2df92838f2fa697276f3b2f228499f0557ee0e888846939880a
-MISC ChangeLog 465 RMD160 b325adf354111449ab90bdb3c0d23981d7ea3790 SHA1 f73642570e337de8ce45222068861a93f8f94cc0 SHA256 25be024651ff56257f4e1a39313700f5cd7d048ae5cc9ceec1b61fa95a43aee9
-MISC metadata.xml 540 RMD160 67b2c950fa5a27e194e785e1f15586825e5e563a SHA1 a7a11d0fc4b2b68964a8e0bdf6f3ee4af76eae7b SHA256 f29cf1cf12f24aaee380a8e0c1cd93c0f06c8781baf06e051878e605f49ba2f9

diff --git a/dev-libs/blitz/blitz-9999.ebuild b/dev-libs/blitz/blitz-9999.ebuild
deleted file mode 100644
index 16e7468..0000000
--- a/dev-libs/blitz/blitz-9999.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-ECVS_SERVER="blitz.cvs.sourceforge.net:/cvsroot/blitz"
-ECVS_MODULE="blitz"
-
-inherit eutils cvs autotools
-
-DESCRIPTION="High-performance C++ numeric library"
-HOMEPAGE="http://www.oonumerics.org/blitz/"
-SRC_URI=""
-
-IUSE="doc examples static-libs"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="|| ( GPL-2 Blitz-Artistic )"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-S="${WORKDIR}"/${PN}
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-shared \
-		--disable-cxx-flags-preset \
-		--disable-fortran \
-		--without-blas \
-		$(use_enable static-libs static) \
-		$(use_enable doc doxygen) \
-		$(use_enable doc html-docs)
-}
-
-src_compile() {
-	emake lib
-}
-
-src_test() {
-	# exprctor fails if BZ_DEBUG flag is not set
-	# CXXFLAGS gets overwritten
-	emake AM_CXXFLAGS="-DBZ_DEBUG" check-testsuite
-}
-
-src_install () {
-	default
-	dodoc ChangeLog.1 README.binutils
-	use doc && dohtml -r html
-	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins examples/*.cpp || die
-	fi
-}

diff --git a/dev-libs/blitz/metadata.xml b/dev-libs/blitz/metadata.xml
deleted file mode 100644
index c54f716..0000000
--- a/dev-libs/blitz/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>cpp</herd>
-<maintainer>
-  <email>bicatali@gentoo.org</email>
-</maintainer>
-<longdescription lang='en'>
-  Blitz++ is a C++ class library for scientific computing which
-  provides performance on par with Fortran 77/90. It uses template
-  techniques to achieve high performance. It provides
-  dense arrays and vectors, random number generators, and small
-  vectors and matrices.
-</longdescription>
-</pkgmetadata>


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

end of thread, other threads:[~2015-08-11 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-30 19:27 [gentoo-commits] dev/bicatali:master commit in: dev-libs/blitz/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2015-08-11 21:51 Sebastien Fabbro

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