summaryrefslogtreecommitdiff
path: root/sci-libs/ldl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /sci-libs/ldl
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'sci-libs/ldl')
-rw-r--r--sci-libs/ldl/Manifest3
-rw-r--r--sci-libs/ldl/files/ldl-2.0.3-autotools.patch64
-rw-r--r--sci-libs/ldl/ldl-2.0.4.ebuild30
3 files changed, 0 insertions, 97 deletions
diff --git a/sci-libs/ldl/Manifest b/sci-libs/ldl/Manifest
index 6a9b06fe6079..088917075b4e 100644
--- a/sci-libs/ldl/Manifest
+++ b/sci-libs/ldl/Manifest
@@ -1,6 +1,3 @@
-AUX ldl-2.0.3-autotools.patch 2001 BLAKE2B 764594598891783c4fb74d8742bcdab6d13d48d37f6268a63b55cb3b8b5ede25a480434892c0e894cf3241b4620aaab4731c8eda1371250dada1fc6d077e056f SHA512 5c61ad57d39a91b3327803bf7589497679afb78b7754ab5660e855dbc28f47fe288accd62a35fd4aa318dcf25c36e5066818ed88221863830c1962681359493b
-DIST LDL-2.0.4.tar.gz 326840 BLAKE2B 5e509cce3d15a2289b69e02dad1dcbd167a1738cd708f5cfc57b10839bd271ab1d4a465cd6e2aeb43de19ace758d3fd43b54d8202ef173750b0a1995ed2da132 SHA512 5a6011ccf3385c0872662edca0341c29f89f6a231201460337d952460b7b50abc5c257375bd1c2db0d4db80dbfc582e648a70687b671468cae091ee332916268
DIST ldl-2.1.0.tar.bz2 336442 BLAKE2B 8516e37ac66c329397739fb5d7ee0b3a5cc1a286d780062a749901a13b30dca52e131647e66a721be1f1e2ddd022ecc7c9d6ec5da81acc9c98afa53a06978367 SHA512 ad532e3481e48b9c3587ca0cba3d58a89a2174e3a0d523dcac6d420e04aa5da1cb8517bb14556d0a593110350fdc02aea3677eec41eb74821a3a63552418d0b5
-EBUILD ldl-2.0.4.ebuild 699 BLAKE2B a03830e0c304774dacde6d5f4153254541a72072671fc755d0f24dbdd26ba0670306e52caa807c6c9b9cf005fc7375aa538d37705cd699073e1b7f65dcbbe49a SHA512 69a918aa9b28b640fe229aee1bb3f2f727b4d958f0b8f6e8a7a4339c26fe342ac48f37ea8b76ea0e74d7fbb621cbe86527119ca231373cbe192d6c472f88ca81
EBUILD ldl-2.1.0.ebuild 676 BLAKE2B 304a185bf67e6d05cb2de2f94fe4c62f773aa4bb9e93e20f20f766afcd49426ce7842f8397654a39e01c1b7741552720c8a8e4a83f29da724cd57db0ceb52d3c SHA512 d11d0a25d7dc3d54045b3dbb0fbb0a489f609d066122261a4b0531dfe33552c129a6ff57afac41c7d0d0a93385886c00d8c8b8004df5ecef19a9d23157b96a07
MISC metadata.xml 891 BLAKE2B bb9634b4bf10c97b042f24fdd8e6427ae29ebf462d6ab8e2d29e882c683eb88e77ac1960f6cac7b674c85e4934f2f3a3b2e1924bf198f07adf6eb2e7410622b0 SHA512 b03a1a031499fe56e45d73fe5e63585cdddc75ed6a9f3e5ce4327eb02f8bee235366c23648b22959ea43ce79f16811ce28d1abfbc2c8cbb465d2986cde9cdda9
diff --git a/sci-libs/ldl/files/ldl-2.0.3-autotools.patch b/sci-libs/ldl/files/ldl-2.0.3-autotools.patch
deleted file mode 100644
index 5e174999a5f3..000000000000
--- a/sci-libs/ldl/files/ldl-2.0.3-autotools.patch
+++ /dev/null
@@ -1,64 +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.3, 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,11 @@
-+AM_CPPFLAGS = -I$(top_srcdir)/Include
-+
-+LDLSRC=ldl.c
-+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
deleted file mode 100644
index 91e5ecea53e8..000000000000
--- a/sci-libs/ldl/ldl-2.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}