summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-23 22:27:05 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-23 22:27:05 -0500
commit8035d21fda1af5203c368dce7c395dbeab1f0081 (patch)
tree5fb2df1d0eb57cf854f4fda42b55a6a8c052bf44 /sci-libs
parentsci-libs/cxsparse: drop old EAPI (diff)
downloadgentoo-8035d21fda1af5203c368dce7c395dbeab1f0081.tar.gz
gentoo-8035d21fda1af5203c368dce7c395dbeab1f0081.tar.bz2
gentoo-8035d21fda1af5203c368dce7c395dbeab1f0081.zip
sci-libs/ldl: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/ldl/Manifest1
-rw-r--r--sci-libs/ldl/ldl-2.0.4.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/sci-libs/ldl/Manifest b/sci-libs/ldl/Manifest
index 336a9fc9c5b6..664e6b556098 100644
--- a/sci-libs/ldl/Manifest
+++ b/sci-libs/ldl/Manifest
@@ -1,2 +1 @@
-DIST LDL-2.0.4.tar.gz 326840 BLAKE2B 5e509cce3d15a2289b69e02dad1dcbd167a1738cd708f5cfc57b10839bd271ab1d4a465cd6e2aeb43de19ace758d3fd43b54d8202ef173750b0a1995ed2da132 SHA512 5a6011ccf3385c0872662edca0341c29f89f6a231201460337d952460b7b50abc5c257375bd1c2db0d4db80dbfc582e648a70687b671468cae091ee332916268
DIST ldl-2.1.0.tar.bz2 336442 BLAKE2B 8516e37ac66c329397739fb5d7ee0b3a5cc1a286d780062a749901a13b30dca52e131647e66a721be1f1e2ddd022ecc7c9d6ec5da81acc9c98afa53a06978367 SHA512 ad532e3481e48b9c3587ca0cba3d58a89a2174e3a0d523dcac6d420e04aa5da1cb8517bb14556d0a593110350fdc02aea3677eec41eb74821a3a63552418d0b5
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
-}