summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2013-06-24 23:55:38 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2013-06-24 23:55:38 +0000
commitb6acf9ac49c7441bd7a1e467b67932705b60cb60 (patch)
tree8c7b1aa7097fa8aa18ac4e219e6a8cf53486222e /sci-libs/klu
parentdrop perl-module_src_compile (diff)
downloadgentoo-2-b6acf9ac49c7441bd7a1e467b67932705b60cb60.tar.gz
gentoo-2-b6acf9ac49c7441bd7a1e467b67932705b60cb60.tar.bz2
gentoo-2-b6acf9ac49c7441bd7a1e467b67932705b60cb60.zip
Switch to EAPI5 and new tar ball
(Portage version: 2.2.01.22013-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/klu')
-rw-r--r--sci-libs/klu/ChangeLog9
-rw-r--r--sci-libs/klu/files/klu-1.0.1-autotools.patch61
-rw-r--r--sci-libs/klu/klu-1.1.1.ebuild46
-rw-r--r--sci-libs/klu/klu-1.1.2.ebuild42
-rw-r--r--sci-libs/klu/klu-1.1.3.ebuild34
-rw-r--r--sci-libs/klu/klu-1.2.1.ebuild8
-rw-r--r--sci-libs/klu/metadata.xml4
7 files changed, 13 insertions, 191 deletions
diff --git a/sci-libs/klu/ChangeLog b/sci-libs/klu/ChangeLog
index 9c6e12cd5d0e..f2378d38b173 100644
--- a/sci-libs/klu/ChangeLog
+++ b/sci-libs/klu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/klu
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/ChangeLog,v 1.8 2012/11/12 02:00:21 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/ChangeLog,v 1.9 2013/06/24 23:55:38 bicatali Exp $
+
+ 24 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org>
+ -files/klu-1.0.1-autotools.patch, -klu-1.1.1.ebuild, -klu-1.1.2.ebuild,
+ -klu-1.1.3.ebuild, klu-1.2.1.ebuild, metadata.xml:
+ Switch to EAPI5 and new tar ball
*klu-1.2.1 (12 Nov 2012)
diff --git a/sci-libs/klu/files/klu-1.0.1-autotools.patch b/sci-libs/klu/files/klu-1.0.1-autotools.patch
deleted file mode 100644
index c094f50fa5c4..000000000000
--- a/sci-libs/klu/files/klu-1.0.1-autotools.patch
+++ /dev/null
@@ -1,61 +0,0 @@
---- configure.ac 1970-01-01 01:00:00.000000000 +0100
-+++ configure.ac 2008-02-01 16:31:38.558242220 +0000
-@@ -0,0 +1,13 @@
-+# -*- Autoconf -*-
-+AC_PREREQ(2.59)
-+AC_INIT(klu, 1.0.1, davis@cise.ufl.edu)
-+AM_INIT_AUTOMAKE([foreign])
-+AC_PROG_INSTALL
-+AC_PROG_LIBTOOL
-+AC_CHECK_LIB(m, sqrt)
-+AC_CHECK_LIB(btf, BTF_strongcomp)
-+AC_CHECK_LIB(amd, amd_malloc)
-+AC_CHECK_LIB(colamd, COLAMD_recommended)
-+AC_CHECK_HEADERS(UFconfig.h)
-+AC_CONFIG_FILES([Makefile Source/Makefile Demo/Makefile])
-+AC_OUTPUT
---- ./Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ ./Demo/Makefile.am 2008-01-30 18:02:49.154496996 +0000
-@@ -0,0 +1,8 @@
-+# KLU Demo Makefile. The klu_simple demo is stand-alone. The other demos
-+# would require CHOLMOD.
-+
-+LDADD = $(top_builddir)/Source/libklu.la -lbtf -lamd -lcolamd
-+AM_CPPFLAGS = -I$(top_srcdir)/Include
-+check_PROGRAMS = klu_simple
-+TESTS = klu_simple
-+klu_simple_SOURCES = klu_simple.c
---- ./Source/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ ./Source/Makefile.am 2008-02-01 17:34:49.641897670 +0000
-@@ -0,0 +1,24 @@
-+AM_CPPFLAGS = -I$(top_srcdir)/Include
-+
-+noinst_LTLIBRARIES = libklud.la libkluz.la libklul.la libkluzl.la
-+
-+KLUSRC = klu.c klu_kernel.c klu_dump.c \
-+ klu_factor.c klu_free_numeric.c klu_solve.c \
-+ klu_scale.c klu_refactor.c \
-+ klu_tsolve.c klu_diagnostics.c klu_sort.c klu_extract.c
-+
-+CKLUSRC = klu_free_symbolic.c klu_defaults.c klu_analyze_given.c \
-+ klu_analyze.c klu_memory.c
-+
-+libklud_la_SOURCES = $(KLUSRC) $(CKLUSRC)
-+libkluz_la_SOURCES = $(KLUSRC)
-+libkluz_la_CPPFLAGS = $(AM_CPPFLAGS) -DCOMPLEX
-+libklul_la_SOURCES = $(KLUSRC) $(CKLUSRC)
-+libklul_la_CPPFLAGS = $(AM_CPPFLAGS) -DDLONG
-+libkluzl_la_SOURCES = $(KLUSRC)
-+libkluzl_la_CPPFLAGS = $(AM_CPPFLAGS) -DDLONG -DCOMPLEX
-+
-+lib_LTLIBRARIES = libklu.la
-+libklu_la_SOURCES =
-+libklu_la_LIBADD = -lamd -lbtf -lcolamd \
-+ libklud.la libkluz.la libklul.la libkluzl.la
---- ./Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ ./Makefile.am 2008-01-30 15:49:31.290914565 +0000
-@@ -0,0 +1,4 @@
-+SUBDIRS = Source Demo
-+EXTRA_DIST = README.txt
-+include_HEADERS = Include/klu.h Include/klu_version.h Include/klu_internal.h
-+
diff --git a/sci-libs/klu/klu-1.1.1.ebuild b/sci-libs/klu/klu-1.1.1.ebuild
deleted file mode 100644
index d69a02122342..000000000000
--- a/sci-libs/klu/klu-1.1.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/klu-1.1.1.ebuild,v 1.2 2011/06/26 15:18:10 jlec Exp $
-
-EAPI=4
-
-inherit autotools eutils
-
-MY_PN=KLU
-
-DESCRIPTION="Sparse LU factorization for circuit simulation"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu/"
-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="doc static-libs"
-
-DEPEND="
- sci-libs/amd
- sci-libs/btf
- sci-libs/colamd"
-RDEPEND="${DEPEND}"
-
-DOCS="README.txt Doc/ChangeLog"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.0.1-autotools.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins Doc/*.pdf
- fi
-}
diff --git a/sci-libs/klu/klu-1.1.2.ebuild b/sci-libs/klu/klu-1.1.2.ebuild
deleted file mode 100644
index 8a78fc69ceb1..000000000000
--- a/sci-libs/klu/klu-1.1.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/klu-1.1.2.ebuild,v 1.1 2011/08/07 00:54:52 bicatali Exp $
-
-EAPI=4
-
-inherit autotools eutils
-
-MY_PN=KLU
-
-DESCRIPTION="Sparse LU factorization for circuit simulation"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu/"
-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="doc static-libs"
-
-DEPEND="sci-libs/amd
- sci-libs/btf
- sci-libs/colamd"
-RDEPEND="${DEPEND}"
-
-DOCS="README.txt Doc/ChangeLog"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.0.1-autotools.patch
- sed -i -e "s/1.0.1/${PV}/" configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- use doc && dodoc Doc/*.pdf
-}
diff --git a/sci-libs/klu/klu-1.1.3.ebuild b/sci-libs/klu/klu-1.1.3.ebuild
deleted file mode 100644
index 2c8f119200b6..000000000000
--- a/sci-libs/klu/klu-1.1.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/klu-1.1.3.ebuild,v 1.1 2012/01/20 05:52:52 bicatali Exp $
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=yes
-inherit autotools-utils
-
-MY_PN=KLU
-
-DESCRIPTION="Sparse LU factorization for circuit simulation"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu/"
-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="doc static-libs"
-
-DEPEND="sci-libs/amd
- sci-libs/btf
- sci-libs/colamd"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.txt Doc/ChangeLog )
-PATCHES=( "${FILESDIR}"/${PN}-1.0.1-autotools.patch )
-
-S="${WORKDIR}/${MY_PN}"
-
-src_install() {
- autotools-utils_src_install
- use doc && dodoc Doc/*.pdf
-}
diff --git a/sci-libs/klu/klu-1.2.1.ebuild b/sci-libs/klu/klu-1.2.1.ebuild
index 0c903cd5b53b..26fb7ca8e28c 100644
--- a/sci-libs/klu/klu-1.2.1.ebuild
+++ b/sci-libs/klu/klu-1.2.1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/klu-1.2.1.ebuild,v 1.1 2012/11/12 02:00:21 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/klu-1.2.1.ebuild,v 1.2 2013/06/24 23:55:38 bicatali Exp $
-EAPI=4
+EAPI=5
inherit autotools-utils
DESCRIPTION="Sparse LU factorization for circuit simulation"
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu/"
-SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz"
+SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
diff --git a/sci-libs/klu/metadata.xml b/sci-libs/klu/metadata.xml
index c0e3c8e53db6..485be7b6f45e 100644
--- a/sci-libs/klu/metadata.xml
+++ b/sci-libs/klu/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">
KLU is a sparse LU factorization algorithm well-suited for use in
circuit simulation. It is also part of the University
of Florida sparse matrix suite.