diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-26 09:20:15 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-26 09:20:15 +0000 |
commit | c333c94c9fb01501b0e2646177cd326d77f5cd7d (patch) | |
tree | 64405a48a1a4c9e0a34b70a4688180267cc94c8f /sci-libs/btf | |
parent | Straight out QA issues (diff) | |
download | gentoo-2-c333c94c9fb01501b0e2646177cd326d77f5cd7d.tar.gz gentoo-2-c333c94c9fb01501b0e2646177cd326d77f5cd7d.tar.bz2 gentoo-2-c333c94c9fb01501b0e2646177cd326d77f5cd7d.zip |
Straight out QA issues
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/btf')
-rw-r--r-- | sci-libs/btf/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/btf/btf-1.0.1.ebuild | 8 | ||||
-rw-r--r-- | sci-libs/btf/btf-1.1.0.ebuild | 17 | ||||
-rw-r--r-- | sci-libs/btf/btf-1.1.2.ebuild | 15 | ||||
-rw-r--r-- | sci-libs/btf/metadata.xml | 4 |
5 files changed, 27 insertions, 23 deletions
diff --git a/sci-libs/btf/ChangeLog b/sci-libs/btf/ChangeLog index dc6ee9271f28..a52b7ff63a16 100644 --- a/sci-libs/btf/ChangeLog +++ b/sci-libs/btf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/btf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/ChangeLog,v 1.4 2011/02/23 19:44:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/ChangeLog,v 1.5 2011/06/26 09:20:15 jlec Exp $ + + 26 Jun 2011; Justin Lecher <jlec@gentoo.org> btf-1.0.1.ebuild, + btf-1.1.0.ebuild, btf-1.1.2.ebuild, metadata.xml: + Straight out QA issues *btf-1.1.2 (23 Feb 2011) diff --git a/sci-libs/btf/btf-1.0.1.ebuild b/sci-libs/btf/btf-1.0.1.ebuild index da2bd34e9860..43a22a4a25cf 100644 --- a/sci-libs/btf/btf-1.0.1.ebuild +++ b/sci-libs/btf/btf-1.0.1.ebuild @@ -1,19 +1,21 @@ -# Copyright 1999-2008 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/btf/btf-1.0.1.ebuild,v 1.1 2008/02/05 18:34:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/btf-1.0.1.ebuild,v 1.2 2011/06/26 09:20:15 jlec Exp $ inherit autotools eutils MY_PN=BTF DESCRIPTION="Algorithm for matrix permutation into block triangular form" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf" +HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf/" SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + DEPEND="sci-libs/ufconfig" +RDEPEND="" S="${WORKDIR}/${MY_PN}" diff --git a/sci-libs/btf/btf-1.1.0.ebuild b/sci-libs/btf/btf-1.1.0.ebuild index 39054a6f6c93..3ac68ff3cced 100644 --- a/sci-libs/btf/btf-1.1.0.ebuild +++ b/sci-libs/btf/btf-1.1.0.ebuild @@ -1,22 +1,26 @@ -# 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/btf/btf-1.1.0.ebuild,v 1.2 2010/12/25 18:48:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/btf-1.1.0.ebuild,v 1.3 2011/06/26 09:20:15 jlec Exp $ + +EAPI=4 -EAPI=2 inherit autotools eutils MY_PN=BTF DESCRIPTION="Algorithm for matrix permutation into block triangular form" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf" +HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf/" SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" + DEPEND="sci-libs/ufconfig" RDEPEND="" +DOCS="README.txt Doc/ChangeLog" + S="${WORKDIR}/${MY_PN}" src_prepare() { @@ -27,8 +31,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 -} diff --git a/sci-libs/btf/btf-1.1.2.ebuild b/sci-libs/btf/btf-1.1.2.ebuild index 445b18b5b860..949979f29cd9 100644 --- a/sci-libs/btf/btf-1.1.2.ebuild +++ b/sci-libs/btf/btf-1.1.2.ebuild @@ -1,22 +1,26 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/btf-1.1.2.ebuild,v 1.1 2011/02/23 19:44:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/btf-1.1.2.ebuild,v 1.2 2011/06/26 09:20:15 jlec Exp $ + +EAPI=4 -EAPI=2 inherit autotools eutils MY_PN=BTF DESCRIPTION="Algorithm for matrix permutation into block triangular form" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf" +HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf/" SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" + DEPEND="sci-libs/ufconfig" RDEPEND="" +DOCS="README.txt Doc/ChangeLog" + S="${WORKDIR}/${MY_PN}" src_prepare() { @@ -27,8 +31,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 -} diff --git a/sci-libs/btf/metadata.xml b/sci-libs/btf/metadata.xml index c4cfd688ca47..2b8fdd45bcbc 100644 --- a/sci-libs/btf/metadata.xml +++ b/sci-libs/btf/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 Block Triangular Form is a library of routines offering permutation of an unsymmetric matrix (square or rectangular) into its block upper triangular form (more precisely, it computes a |