summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-01-13 20:57:02 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-01-13 20:57:02 +0000
commitc2aafc477b3cfe1ee688f71dd415bf92a33d31dd (patch)
tree52a57341fd10dd69022d3e361cc9d3ea947db2cc /dev-libs/blitz
parentnew version, with support for zope27 (diff)
downloadhistorical-c2aafc477b3cfe1ee688f71dd415bf92a33d31dd.tar.gz
historical-c2aafc477b3cfe1ee688f71dd415bf92a33d31dd.tar.bz2
historical-c2aafc477b3cfe1ee688f71dd415bf92a33d31dd.zip
Added to patch so that configures that check for *g++ instead of g++). Created the DOCDIR before install. Both faults reported in bug #71678
Diffstat (limited to 'dev-libs/blitz')
-rw-r--r--dev-libs/blitz/ChangeLog10
-rw-r--r--dev-libs/blitz/Manifest18
-rw-r--r--dev-libs/blitz/blitz-0.6.ebuild4
-rw-r--r--dev-libs/blitz/blitz-0.7.ebuild4
-rw-r--r--dev-libs/blitz/blitz-0.8.ebuild6
-rw-r--r--dev-libs/blitz/files/blitz-0.8-makefile.patch38
6 files changed, 62 insertions, 18 deletions
diff --git a/dev-libs/blitz/ChangeLog b/dev-libs/blitz/ChangeLog
index 73ba75b116a3..efe562545958 100644
--- a/dev-libs/blitz/ChangeLog
+++ b/dev-libs/blitz/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/blitz
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/ChangeLog,v 1.14 2004/12/18 23:57:36 dragonheart Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/ChangeLog,v 1.15 2005/01/13 20:57:02 dragonheart Exp $
+
+ 14 Jan 2005; Daniel Black <dragonheart@gentoo.org>
+ files/blitz-0.8-makefile.patch, blitz-0.8.ebuild:
+ Added to patch so that configure checks for *g++ instead of g++). Created
+ the DOCDIR before install. Both faults reported in bug #71678. Thanks to Andy
+ <andyreif@studcs.uni-sb.de>
19 Dec 2004; Daniel Black <dragonheart@gentoo.org> blitz-0.8.ebuild:
Added toolchain detections as per bug #71678. Added self test function as well
diff --git a/dev-libs/blitz/Manifest b/dev-libs/blitz/Manifest
index 82e5092ef0e4..c0174ce7d035 100644
--- a/dev-libs/blitz/Manifest
+++ b/dev-libs/blitz/Manifest
@@ -1,20 +1,20 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 66a18e5ccf644e673a99659b06e63fb8 ChangeLog 1721
-MD5 ac0fb0d4cb76b098c5f6f6ef85555e5a blitz-0.6.ebuild 1132
+MD5 1904bb30e240297bfe0d8e20a2e56365 ChangeLog 2013
+MD5 850b96dc19a3d17b6ea7242dc23abe4b blitz-0.6.ebuild 1135
MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
-MD5 ad4d6ae0f42ff743110f0ff210046e2d blitz-0.7.ebuild 930
-MD5 5eb0a4e2745fb76fd28c2de1c26dce1c blitz-0.8.ebuild 1321
+MD5 2fd9890d71c556f167d0c4d98f155bad blitz-0.7.ebuild 930
+MD5 e6fc15881be4e6e073f0b640755c2c7b blitz-0.8.ebuild 1348
MD5 d1f9260439ebbed770545edb520634ff files/digest-blitz-0.8 62
MD5 de10c5070943a0175877a7c57662b130 files/digest-blitz-0.6 62
MD5 0d094a795dfe2a48b69bb20806d7c7f6 files/blitz-0.7.diff 404
MD5 25bdc3e906721240b60b78d884513dac files/digest-blitz-0.7 64
-MD5 aa12dee75dbef0e548cc6ddbd27fef5b files/blitz-0.8-makefile.patch 8084
+MD5 aec395997215484daccc8736089de0de files/blitz-0.8-makefile.patch 9107
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
+Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFBxMP3mdTrptrqvGERAlloAJ9UpOJk9Rj5r5NI4jwqHgTaLKiokwCgmkXa
-OQDmh8XZAs59Y/uoM/dWNmA=
-=03KI
+iD8DBQFB5uClmdTrptrqvGERArhlAKCdxIr1qvIXAH4LfG6dT7Tev+GpjgCfYR6G
+aF6XXTOocwGtpLdKc6GSkEM=
+=SbbD
-----END PGP SIGNATURE-----
diff --git a/dev-libs/blitz/blitz-0.6.ebuild b/dev-libs/blitz/blitz-0.6.ebuild
index 64c53af1566b..562503596dc0 100644
--- a/dev-libs/blitz/blitz-0.6.ebuild
+++ b/dev-libs/blitz/blitz-0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.6.ebuild,v 1.7 2004/06/24 23:00:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.6.ebuild,v 1.8 2005/01/13 20:57:02 dragonheart Exp $
DESCRIPTION="High-performance C++ numeric library"
SRC_URI="mirror://sourceforge/${PN/-/}/${P}.tar.gz"
diff --git a/dev-libs/blitz/blitz-0.7.ebuild b/dev-libs/blitz/blitz-0.7.ebuild
index be947c256bb6..15302324a28b 100644
--- a/dev-libs/blitz/blitz-0.7.ebuild
+++ b/dev-libs/blitz/blitz-0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.7.ebuild,v 1.8 2004/11/20 00:50:53 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.7.ebuild,v 1.9 2005/01/13 20:57:02 dragonheart Exp $
inherit base
diff --git a/dev-libs/blitz/blitz-0.8.ebuild b/dev-libs/blitz/blitz-0.8.ebuild
index 962618339464..b0d0b1624f6b 100644
--- a/dev-libs/blitz/blitz-0.8.ebuild
+++ b/dev-libs/blitz/blitz-0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.8.ebuild,v 1.2 2004/12/18 23:57:36 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.8.ebuild,v 1.3 2005/01/13 20:57:02 dragonheart Exp $
inherit eutils toolchain-funcs
@@ -40,7 +40,7 @@ src_test() {
}
src_install () {
-
+ dodir /usr/share/doc/${PF}
emake DESTDIR=${D} docdir=/usr/share/doc/${PF} install || \
die "install failed - please include above output in a bug report to bugs.gentoo.org"
dodoc ChangeLog ChangeLog.1 LICENSE README README.binutils \
diff --git a/dev-libs/blitz/files/blitz-0.8-makefile.patch b/dev-libs/blitz/files/blitz-0.8-makefile.patch
index e1542db67bcb..c03a9e2c2de1 100644
--- a/dev-libs/blitz/files/blitz-0.8-makefile.patch
+++ b/dev-libs/blitz/files/blitz-0.8-makefile.patch
@@ -219,3 +219,41 @@
fi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
+--- configure.orig 2004-11-05 07:38:45.000000000 +0930
++++ configure 2005-01-14 06:08:52.448523272 +0930
+@@ -3717,7 +3717,7 @@
+ AR_FLAGS="-rv"
+ RANLIB="ar ts"
+ ;;
+- g++) CXX_VENDOR="GNU"
++ *g++) CXX_VENDOR="GNU"
+ GCC_V=`g++ --version`
+ gcc_version=`expr "$GCC_V" : '.* \([0-9]\)\..*'`
+ gcc_release=`expr "$GCC_V" : '.* [0-9]\.\([0-9]\).*'`
+@@ -3841,7 +3841,7 @@
+ ac_config_commands="$ac_config_commands blitz/sgi/bzconfig.h"
+
+ COMPILER_SPECIFIC_HEADER="sgi/bzconfig.h" ;;
+- g++)
++ *g++)
+ ac_config_commands="$ac_config_commands blitz/gnu/bzconfig.h"
+
+ COMPILER_SPECIFIC_HEADER="gnu/bzconfig.h" ;;
+@@ -4053,7 +4053,7 @@
+ AR_FLAGS="-q64 $AR_FLAGS"
+ LDFLAGS="-b64 $LDFLAGS"
+ ;;
+- g++)
++ *g++)
+ CXXFLAGS="-maix64 $CXXFLAGS"
+ AR_FLAGS="-cruX64"
+ LDFLAGS="-Wl,-b64 $LDFLAGS"
+@@ -4085,7 +4085,7 @@
+ LDFLAGS="-64 $LDFLAGS"
+ AR_FLAGS="-64 $AR_FLAGS"
+ ;;
+- g++)
++ *g++)
+ CXXFLAGS="-mabi=64 $CXXFLAGS"
+ LDFLAGS="-Wl,-64 $LDFLAGS"
+ ;;