diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-20 05:54:40 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-20 05:54:40 +0000 |
commit | b3ab498cb2be2d8c528647e3a344d4187b8afef3 (patch) | |
tree | c51cb8dd62b3764d5a081c84b73f4c37326f825e /sci-libs/btf | |
parent | Depend on >=requests-0.9.1 (diff) | |
download | historical-b3ab498cb2be2d8c528647e3a344d4187b8afef3.tar.gz historical-b3ab498cb2be2d8c528647e3a344d4187b8afef3.tar.bz2 historical-b3ab498cb2be2d8c528647e3a344d4187b8afef3.zip |
Version bump
Package-Manager: portage-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}" |