diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-11-21 08:00:12 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-11-21 08:00:12 +0000 |
commit | a5bd4cdd7a93a7f74914359fb58e99a5742bc39a (patch) | |
tree | 6fc03f4b8454385c771ca5f1b1548e12b91d5948 /sci-libs | |
parent | Version bump (diff) | |
download | gentoo-2-a5bd4cdd7a93a7f74914359fb58e99a5742bc39a.tar.gz gentoo-2-a5bd4cdd7a93a7f74914359fb58e99a5742bc39a.tar.bz2 gentoo-2-a5bd4cdd7a93a7f74914359fb58e99a5742bc39a.zip |
Version bump
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ufconfig/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/ufconfig/ufconfig-3.4.0.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/sci-libs/ufconfig/ChangeLog b/sci-libs/ufconfig/ChangeLog index aea1a7c041dc..9e95aa7481aa 100644 --- a/sci-libs/ufconfig/ChangeLog +++ b/sci-libs/ufconfig/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/ufconfig # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.15 2009/10/12 19:59:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.16 2009/11/21 08:00:12 bicatali Exp $ + +*ufconfig-3.4.0 (21 Nov 2009) + + 21 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> + +ufconfig-3.4.0.ebuild: + Version bump 12 Oct 2009; Jeroen Roovers <jer@gentoo.org> ufconfig-3.1.0.ebuild: Stable for HPPA (bug #245707). diff --git a/sci-libs/ufconfig/ufconfig-3.4.0.ebuild b/sci-libs/ufconfig/ufconfig-3.4.0.ebuild new file mode 100644 index 000000000000..f909aea193f0 --- /dev/null +++ b/sci-libs/ufconfig/ufconfig-3.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.4.0.ebuild,v 1.1 2009/11/21 08:00:12 bicatali Exp $ + +MY_PN=UFconfig + +DESCRIPTION="Common configuration scripts for the SuiteSparse libraries" +HOMEPAGE="http://www.cise.ufl.edu/research/sparse/UFconfig" +SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND="" + +S="${WORKDIR}/${MY_PN}" + +src_install() { + insinto /usr/include + doins UFconfig.h || die "failed to install include file" + dodoc README.txt || die +} |