diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-20 05:51:46 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-20 05:51:46 +0000 |
commit | c4ed12e4425c8075798244a82449fdf1fd6d37b7 (patch) | |
tree | a66e5c94a2f4ff2874c8ecd268c6b4c8f1387953 /sci-libs/btf | |
parent | Version bump (diff) | |
download | gentoo-2-c4ed12e4425c8075798244a82449fdf1fd6d37b7.tar.gz gentoo-2-c4ed12e4425c8075798244a82449fdf1fd6d37b7.tar.bz2 gentoo-2-c4ed12e4425c8075798244a82449fdf1fd6d37b7.zip |
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/btf')
-rw-r--r-- | sci-libs/btf/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/btf/btf-1.1.3.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/sci-libs/btf/ChangeLog b/sci-libs/btf/ChangeLog index a52b7ff63a16..131516963a20 100644 --- a/sci-libs/btf/ChangeLog +++ b/sci-libs/btf/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2011/06/26 09:20:15 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/ChangeLog,v 1.6 2012/01/20 05:51:46 bicatali Exp $ + +*btf-1.1.3 (20 Jan 2012) + + 20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> +btf-1.1.3.ebuild: + Version bump 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: diff --git a/sci-libs/btf/btf-1.1.3.ebuild b/sci-libs/btf/btf-1.1.3.ebuild new file mode 100644 index 000000000000..bc15e831d232 --- /dev/null +++ b/sci-libs/btf/btf-1.1.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/btf-1.1.3.ebuild,v 1.1 2012/01/20 05:51:46 bicatali Exp $ + +EAPI=4 + +AUTOTOOLS_AUTORECONF=yes +inherit autotools-utils + +MY_PN=BTF + +DESCRIPTION="Algorithm for matrix permutation into block triangular form" +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 ) +PATCHES=( "${FILESDIR}"/${PN}-1.0.1-autotools.patch ) + +S="${WORKDIR}/${MY_PN}" |