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/ldl | |
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/ldl')
-rw-r--r-- | sci-libs/ldl/ChangeLog | 10 | ||||
-rw-r--r-- | sci-libs/ldl/files/ldl-2.0.1-autotools.patch | 63 | ||||
-rw-r--r-- | sci-libs/ldl/ldl-2.0.4.ebuild | 31 |
3 files changed, 39 insertions, 65 deletions
diff --git a/sci-libs/ldl/ChangeLog b/sci-libs/ldl/ChangeLog index 64a21fc36b41..b28fc587fca3 100644 --- a/sci-libs/ldl/ChangeLog +++ b/sci-libs/ldl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/ldl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ChangeLog,v 1.4 2011/03/22 18:10:40 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ChangeLog,v 1.5 2012/01/20 05:53:22 bicatali Exp $ + +*ldl-2.0.4 (20 Jan 2012) + + 20 Jan 2012; SĂ©bastien Fabbro <bicatali@gentoo.org> + -files/ldl-2.0.1-autotools.patch, +ldl-2.0.4.ebuild: + Version bump *ldl-2.0.3-r1 (22 Mar 2011) diff --git a/sci-libs/ldl/files/ldl-2.0.1-autotools.patch b/sci-libs/ldl/files/ldl-2.0.1-autotools.patch deleted file mode 100644 index d76524c000d4..000000000000 --- a/sci-libs/ldl/files/ldl-2.0.1-autotools.patch +++ /dev/null @@ -1,63 +0,0 @@ ---- configure.ac 1970-01-01 01:00:00.000000000 +0100 -+++ configure.ac 2008-01-30 12:45:53.174426797 +0000 -@@ -0,0 +1,10 @@ -+# -*- Autoconf -*- -+AC_PREREQ(2.59) -+AC_INIT(ldl, 2.0.1, davis@cise.ufl.edu) -+AM_INIT_AUTOMAKE([foreign]) -+AC_PROG_INSTALL -+AC_PROG_LIBTOOL -+AC_CHECK_LIB(m, sqrt) -+AC_CHECK_HEADERS(UFconfig.h) -+AC_CONFIG_FILES([Makefile Source/Makefile Demo/Makefile]) -+AC_OUTPUT ---- Makefile.am 1970-01-01 01:00:00.000000000 +0100 -+++ Makefile.am 2008-01-30 15:49:41.835515468 +0000 -@@ -0,0 +1,4 @@ -+SUBDIRS = Source Demo -+EXTRA_DIST = README.txt -+include_HEADERS = Include/ldl.h -+ ---- Source/Makefile.am 1970-01-01 01:00:00.000000000 +0100 -+++ Source/Makefile.am 2008-01-30 12:49:25.858546974 +0000 -@@ -0,0 +1,10 @@ -+AM_CPPFLAGS = -I$(top_srcdir)/Include -+ -+lib_LTLIBRARIES = libldl.la -+noinst_LTLIBRARIES = libldli.la libldll.la -+libldli_la_SOURCES = $(LDLSRC) -+libldli_la_CPPFLAGS = $(AM_CPPFLAGS) -+libldll_la_SOURCES = $(LDLSRC) -+libldll_la_CPPFLAGS = $(AM_CPPFLAGS) -DLDL_LONG -+libldl_la_SOURCES = -+libldl_la_LIBADD = libldll.la libldli.la ---- Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100 -+++ Demo/Makefile.am 2008-01-30 15:43:45.603214946 +0000 -@@ -0,0 +1,27 @@ -+LDADD = $(top_builddir)/Source/libldl.la -lm -+AM_CPPFLAGS = -I$(top_srcdir)/Include -+check_PROGRAMS = ldlsimple ldllsimple ldlmain ldllmain ldlamd ldllamd -+ -+ldlmain_SOURCES = ldlmain.c -+ldllmain_SOURCES = ldlmain.c -+ldllmain_CPPFLAGS = $(AM_CPPFLAGS) -DLDL_LONG -+ -+ldlsimple_SOURCES = ldlsimple.c -+ldllsimple_SOURCES = ldlsimple.c -+ldllsimple_CPPFLAGS = $(AM_CPPFLAGS) -DLDL_LONG -+ -+ldlamd_SOURCES = ldlamd.c -+ldllamd_CPPFLAGS = $(AM_CPPFLAGS) -DUSE_AMD -+ldllamd_SOURCES = ldlamd.c -+ldllamd_CPPFLAGS = $(AM_CPPFLAGS) -DUSE_AMD -DLDL_LONG -+ldllamd_LDADD = $(LDADD) -lamd -+ -+check-local: $(check_PROGRAMS) -+ @for i in $(check_PROGRAMS); do \ -+ echo "Testing $$i"; \ -+ ./$$i > my_$$i.out; \ -+ if ! diff $$i.out my_$$i.out; then \ -+ echo "Testing $$i failed"; \ -+ exit 1; \ -+ fi \ -+ done; diff --git a/sci-libs/ldl/ldl-2.0.4.ebuild b/sci-libs/ldl/ldl-2.0.4.ebuild new file mode 100644 index 000000000000..1c6b1a284794 --- /dev/null +++ b/sci-libs/ldl/ldl-2.0.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ldl-2.0.4.ebuild,v 1.1 2012/01/20 05:53:22 bicatali Exp $ + +EAPI=4 + +AUTOTOOLS_AUTORECONF=yes +inherit autotools-utils + +MY_PN=LDL + +DESCRIPTION="Simple but educational LDL^T matrix factorization algorithm" +HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ldl" +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/ufconfig" +RDEPEND="" + +PATCHES=( "${FILESDIR}"/${PN}-2.0.3-autotools.patch ) +DOCS=( README.txt Doc/ChangeLog ) + +S="${WORKDIR}/${MY_PN}" + +src_install() { + autotools-utils_src_install + use doc && dodoc Doc/ldl_userguide.pdf +} |