summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2007-08-18 17:11:47 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2007-08-18 17:11:47 +0000
commitc6368e3beab9d966d8d36fe8cf3ad46fa2e4c90b (patch)
tree070f11e5586b1d4234de814e4175207a322bdd45 /sci-libs
parentversion bump wrt bug 158633, thanks to Jakub Moc (diff)
downloadgentoo-2-c6368e3beab9d966d8d36fe8cf3ad46fa2e4c90b.tar.gz
gentoo-2-c6368e3beab9d966d8d36fe8cf3ad46fa2e4c90b.tar.bz2
gentoo-2-c6368e3beab9d966d8d36fe8cf3ad46fa2e4c90b.zip
Version bump
(Portage version: 2.1.2.11)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/ufconfig/ChangeLog8
-rw-r--r--sci-libs/ufconfig/files/digest-ufconfig-3.0.03
-rw-r--r--sci-libs/ufconfig/ufconfig-3.0.0.ebuild22
3 files changed, 32 insertions, 1 deletions
diff --git a/sci-libs/ufconfig/ChangeLog b/sci-libs/ufconfig/ChangeLog
index 663d3d25a89b..6576d8bf89b6 100644
--- a/sci-libs/ufconfig/ChangeLog
+++ b/sci-libs/ufconfig/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/ufconfig
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.1 2007/02/19 10:21:15 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.2 2007/08/18 17:11:47 bicatali Exp $
+
+*ufconfig-3.0.0 (18 Aug 2007)
+
+ 18 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org>
+ +ufconfig-3.0.0.ebuild:
+ Version bump.
*ufconfig-2.4.0 (19 Feb 2007)
diff --git a/sci-libs/ufconfig/files/digest-ufconfig-3.0.0 b/sci-libs/ufconfig/files/digest-ufconfig-3.0.0
new file mode 100644
index 000000000000..6ce45948cec2
--- /dev/null
+++ b/sci-libs/ufconfig/files/digest-ufconfig-3.0.0
@@ -0,0 +1,3 @@
+MD5 fa7a0fe8bcaa199bf1f3e3a10fb04fef UFconfig-3.0.0.tar.gz 6395
+RMD160 95bc434e22b46295f6b9c6a4530077a544f310c1 UFconfig-3.0.0.tar.gz 6395
+SHA256 e986cfbf59289cb79aeaa185cf3f5e806f2981aa09969bcfbe3677435152cf58 UFconfig-3.0.0.tar.gz 6395
diff --git a/sci-libs/ufconfig/ufconfig-3.0.0.ebuild b/sci-libs/ufconfig/ufconfig-3.0.0.ebuild
new file mode 100644
index 000000000000..a46be2afe49d
--- /dev/null
+++ b/sci-libs/ufconfig/ufconfig-3.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.0.0.ebuild,v 1.1 2007/08/18 17:11:47 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="~amd64 ~x86"
+IUSE=""
+DEPEND=""
+
+S="${WORKDIR}/${MY_PN}"
+
+src_install() {
+ insinto /usr/include
+ doins UFconfig.h
+}