summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-03-07 18:52:01 +0000
committerJustin Lecher <jlec@gentoo.org>2010-03-07 18:52:01 +0000
commit4d298d54374e6f1589742ad56afb025d072988ee (patch)
tree685e500f530055dd0212de0cdb19982d68145fca /sci-libs/cqrlib
parentbuilding shared libs now (diff)
downloadhistorical-4d298d54374e6f1589742ad56afb025d072988ee.tar.gz
historical-4d298d54374e6f1589742ad56afb025d072988ee.tar.bz2
historical-4d298d54374e6f1589742ad56afb025d072988ee.zip
include fix
Package-Manager: portage-2.2_rc65/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/cqrlib')
-rw-r--r--sci-libs/cqrlib/ChangeLog6
-rw-r--r--sci-libs/cqrlib/cqrlib-1.0.3-r1.ebuild6
-rw-r--r--sci-libs/cqrlib/files/1.0.3-dynlib.patch4
3 files changed, 8 insertions, 8 deletions
diff --git a/sci-libs/cqrlib/ChangeLog b/sci-libs/cqrlib/ChangeLog
index 9f326d5c2d92..2ff6d1bd67ed 100644
--- a/sci-libs/cqrlib/ChangeLog
+++ b/sci-libs/cqrlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/cqrlib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cqrlib/ChangeLog,v 1.2 2010/03/07 18:17:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cqrlib/ChangeLog,v 1.3 2010/03/07 18:49:41 jlec Exp $
+
+ 07 Mar 2010; Justin Lecher (jlec) <jlec@gentoo.org>
+ cqrlib-1.0.3-r1.ebuild:
+ remove crappie test
*cqrlib-1.0.3-r1 (07 Mar 2010)
diff --git a/sci-libs/cqrlib/cqrlib-1.0.3-r1.ebuild b/sci-libs/cqrlib/cqrlib-1.0.3-r1.ebuild
index e0995a0758ee..71c74dd04b99 100644
--- a/sci-libs/cqrlib/cqrlib-1.0.3-r1.ebuild
+++ b/sci-libs/cqrlib/cqrlib-1.0.3-r1.ebuild
@@ -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/cqrlib/cqrlib-1.0.3-r1.ebuild,v 1.1 2010/03/07 18:17:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cqrlib/cqrlib-1.0.3-r1.ebuild,v 1.2 2010/03/07 18:49:41 jlec Exp $
inherit base flag-o-matic multilib toolchain-funcs versionator
@@ -35,10 +35,6 @@ src_compile() {
all || die
}
-src_test() {
- emake tests || die
-}
-
src_install() {
dolib.so *.so.${PV} || die
dosym libCQRlib.so.${PV} /usr/$(get_libdir)/libCQRlib.so.$(get_version_component_range 1-2) || die
diff --git a/sci-libs/cqrlib/files/1.0.3-dynlib.patch b/sci-libs/cqrlib/files/1.0.3-dynlib.patch
index 3c7e62378594..cb2a663cea2b 100644
--- a/sci-libs/cqrlib/files/1.0.3-dynlib.patch
+++ b/sci-libs/cqrlib/files/1.0.3-dynlib.patch
@@ -1,5 +1,5 @@
diff --git a/Makefile b/Makefile
-index e21d52e..b71e11c 100644
+index e21d52e..4a22862 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ else
@@ -38,7 +38,7 @@ index e21d52e..b71e11c 100644
$(LIB)/libCQRlib.$(LIB_EXT): $(SOURCE) $(HEADERS) $(COMMONDEP)
- $(COMPILE_COMMAND) -c $(SOURCE)
- $(LIBRARY_LINK_COMMAND) -o $(LIB)/libCQRlib.$(LIB_EXT) *.$(OBJ_EXT)
-+ $(CC) $(CFLAGS) -fPIC -c $(SOURCE) -o cqrlib.o
++ $(CC) $(CFLAGS) -fPIC -c $(SOURCE) -o cqrlib.o -I.
+ $(CC) $(LDFLAGS) -Wl,--soname,libCQRlib.so.1 -shared -o libCQRlib.so.$(RELEASE) *.$(OBJ_EXT) -lm
#