summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-28 18:12:18 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-28 18:12:18 +0000
commit989bf3dce240d7692d5d1543a56c8275033d6bd6 (patch)
treecdf2bf90b556d081484a5c7604600e45ab33134f /sci-libs/dsdp
parentMarking ccp4-libs-6.1.3-r8 ppc for bug 352065 (diff)
downloadgentoo-2-989bf3dce240d7692d5d1543a56c8275033d6bd6.tar.gz
gentoo-2-989bf3dce240d7692d5d1543a56c8275033d6bd6.tar.bz2
gentoo-2-989bf3dce240d7692d5d1543a56c8275033d6bd6.zip
Fix sed on *FLAGS from : to |
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/dsdp')
-rw-r--r--sci-libs/dsdp/ChangeLog5
-rw-r--r--sci-libs/dsdp/dsdp-5.8.ebuild16
-rw-r--r--sci-libs/dsdp/metadata.xml4
3 files changed, 14 insertions, 11 deletions
diff --git a/sci-libs/dsdp/ChangeLog b/sci-libs/dsdp/ChangeLog
index f2c446489eef..0a68784f7022 100644
--- a/sci-libs/dsdp/ChangeLog
+++ b/sci-libs/dsdp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/dsdp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/dsdp/ChangeLog,v 1.3 2011/06/05 12:19:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/dsdp/ChangeLog,v 1.4 2011/06/28 18:12:18 jlec Exp $
+
+ 28 Jun 2011; Justin Lecher <jlec@gentoo.org> dsdp-5.8.ebuild, metadata.xml:
+ Fix sed on *FLAGS from : to |
05 Jun 2011; Justin Lecher <jlec@gentoo.org> dsdp-5.8.ebuild,
+files/dsdp-5.8-gold.patch:
diff --git a/sci-libs/dsdp/dsdp-5.8.ebuild b/sci-libs/dsdp/dsdp-5.8.ebuild
index 390427d81531..f80607af4afd 100644
--- a/sci-libs/dsdp/dsdp-5.8.ebuild
+++ b/sci-libs/dsdp/dsdp-5.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/dsdp/dsdp-5.8.ebuild,v 1.3 2011/06/05 12:19:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/dsdp/dsdp-5.8.ebuild,v 1.4 2011/06/28 18:12:18 jlec Exp $
EAPI=4
@@ -40,13 +40,13 @@ src_prepare() {
find . -name Makefile -exec \
sed -i -e 's:make :$(MAKE) :g' '{}' \;
sed -i \
- -e "s:#\(DSDPROOT[[:space:]]*=\).*:\1${S}:" \
- -e "s:\(CC[[:space:]]*=\).*:\1$(tc-getCC):" \
- -e "s:\(OPTFLAGS[[:space:]]*=\).*:\1${CFLAGS}:" \
- -e "s:\(CLINKER[[:space:]]*=\).*:\1 \${CC} ${LDFLAGS}:" \
- -e "s:\(LAPACKBLAS[[:space:]]*=\).*:\1 $(pkg-config --libs blas lapack):" \
- -e "s:\(^ARCH[[:space:]]*=\).*:\1$(tc-getAR) cr:" \
- -e "s:\(^RANLIB[[:space:]]*=\).*:\1$(tc-getRANLIB):" \
+ -e "s|#\(DSDPROOT[[:space:]]*=\).*|\1${S}|" \
+ -e "s|\(CC[[:space:]]*=\).*|\1$(tc-getCC)|" \
+ -e "s|\(OPTFLAGS[[:space:]]*=\).*|\1${CFLAGS}|" \
+ -e "s|\(CLINKER[[:space:]]*=\).*|\1 \${CC} ${LDFLAGS}|" \
+ -e "s|\(LAPACKBLAS[[:space:]]*=\).*|\1 $(pkg-config --libs blas lapack)|" \
+ -e "s|\(^ARCH[[:space:]]*=\).*|\1$(tc-getAR) cr|" \
+ -e "s|\(^RANLIB[[:space:]]*=\).*|\1$(tc-getRANLIB)|" \
make.include || die
}
diff --git a/sci-libs/dsdp/metadata.xml b/sci-libs/dsdp/metadata.xml
index e5d1e51d7219..1b56f87b488e 100644
--- a/sci-libs/dsdp/metadata.xml
+++ b/sci-libs/dsdp/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
The DSDP software is a free open source implementation of an
interior-point method for semidefinite programming. It provides
primal and dual solutions, exploits low-rank structure and sparsity