summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-26 14:39:26 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-26 14:39:26 +0000
commit3ae4f474c64195deb7f0e7ce25cacba145c421ac (patch)
tree06aafaa03db68456faf49992fd8298662fcbc8cd /sci-libs/cxsparse
parentMarking vo-aacenc-0.1.1 ppc for sec bug 365273 (diff)
downloadgentoo-2-3ae4f474c64195deb7f0e7ce25cacba145c421ac.tar.gz
gentoo-2-3ae4f474c64195deb7f0e7ce25cacba145c421ac.tar.bz2
gentoo-2-3ae4f474c64195deb7f0e7ce25cacba145c421ac.zip
Defined RDEPEND, bumped EAPI
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cxsparse')
-rw-r--r--sci-libs/cxsparse/ChangeLog6
-rw-r--r--sci-libs/cxsparse/cxsparse-2.2.1.ebuild7
-rw-r--r--sci-libs/cxsparse/cxsparse-2.2.3.ebuild7
-rw-r--r--sci-libs/cxsparse/cxsparse-2.2.5.ebuild14
-rw-r--r--sci-libs/cxsparse/metadata.xml4
5 files changed, 24 insertions, 14 deletions
diff --git a/sci-libs/cxsparse/ChangeLog b/sci-libs/cxsparse/ChangeLog
index 0c5ffb9d6907..e72310af2d13 100644
--- a/sci-libs/cxsparse/ChangeLog
+++ b/sci-libs/cxsparse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/cxsparse
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.19 2011/02/23 19:52:03 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.20 2011/06/26 14:39:26 jlec Exp $
+
+ 26 Jun 2011; Justin Lecher <jlec@gentoo.org> cxsparse-2.2.1.ebuild,
+ cxsparse-2.2.3.ebuild, cxsparse-2.2.5.ebuild, metadata.xml:
+ Defined RDEPEND, bumped EAPI
*cxsparse-2.2.5 (23 Feb 2011)
diff --git a/sci-libs/cxsparse/cxsparse-2.2.1.ebuild b/sci-libs/cxsparse/cxsparse-2.2.1.ebuild
index 3b09059525ef..6c07170e9093 100644
--- a/sci-libs/cxsparse/cxsparse-2.2.1.ebuild
+++ b/sci-libs/cxsparse/cxsparse-2.2.1.ebuild
@@ -1,10 +1,11 @@
-# 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/sci-libs/cxsparse/cxsparse-2.2.1.ebuild,v 1.14 2010/07/09 10:11:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild,v 1.15 2011/06/26 14:39:26 jlec Exp $
inherit autotools eutils
MY_PN=CXSparse
+
DESCRIPTION="Extended sparse matrix package."
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/CXSparse/"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/versions/${MY_PN}-${PV}.tar.gz"
@@ -13,7 +14,9 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
IUSE=""
+
DEPEND="sci-libs/ufconfig"
+RDEPEND=""
S="${WORKDIR}/${MY_PN}"
diff --git a/sci-libs/cxsparse/cxsparse-2.2.3.ebuild b/sci-libs/cxsparse/cxsparse-2.2.3.ebuild
index eb843708d573..63f0e419e242 100644
--- a/sci-libs/cxsparse/cxsparse-2.2.3.ebuild
+++ b/sci-libs/cxsparse/cxsparse-2.2.3.ebuild
@@ -1,11 +1,13 @@
-# 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/sci-libs/cxsparse/cxsparse-2.2.3.ebuild,v 1.3 2010/12/25 18:50:56 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.3.ebuild,v 1.4 2011/06/26 14:39:26 jlec Exp $
EAPI=2
+
inherit autotools eutils
MY_PN=CXSparse
+
DESCRIPTION="Extended sparse matrix package."
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/CXSparse/"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/versions/${MY_PN}-${PV}.tar.gz"
@@ -14,6 +16,7 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="static-libs"
+
DEPEND="sci-libs/ufconfig"
RDEPEND=""
diff --git a/sci-libs/cxsparse/cxsparse-2.2.5.ebuild b/sci-libs/cxsparse/cxsparse-2.2.5.ebuild
index c48c0c75dc69..3f1eb4248c76 100644
--- a/sci-libs/cxsparse/cxsparse-2.2.5.ebuild
+++ b/sci-libs/cxsparse/cxsparse-2.2.5.ebuild
@@ -1,11 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.5.ebuild,v 1.1 2011/02/23 19:52:03 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.5.ebuild,v 1.2 2011/06/26 14:39:26 jlec Exp $
+
+EAPI=4
-EAPI=2
inherit autotools eutils
MY_PN=CXSparse
+
DESCRIPTION="Extended sparse matrix package."
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/CXSparse/"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/versions/${MY_PN}-${PV}.tar.gz"
@@ -14,9 +16,12 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="static-libs"
+
DEPEND="sci-libs/ufconfig"
RDEPEND=""
+DOCS="README.txt Doc/ChangeLog"
+
S="${WORKDIR}/${MY_PN}"
src_prepare() {
@@ -27,8 +32,3 @@ src_prepare() {
src_configure() {
econf $(use_enable static-libs static)
}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README.txt Doc/ChangeLog || die "dodoc failed"
-}
diff --git a/sci-libs/cxsparse/metadata.xml b/sci-libs/cxsparse/metadata.xml
index efa9711d6ac9..c8c4c3783625 100644
--- a/sci-libs/cxsparse/metadata.xml
+++ b/sci-libs/cxsparse/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">
CXSparse is an extended version of CSparse, with support for double or
complex matrices, with int or long integers.
</longdescription>