summaryrefslogtreecommitdiff
path: root/sci-libs/fplll/fplll-4.0.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/fplll/fplll-4.0.4.ebuild')
-rw-r--r--sci-libs/fplll/fplll-4.0.4.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sci-libs/fplll/fplll-4.0.4.ebuild b/sci-libs/fplll/fplll-4.0.4.ebuild
deleted file mode 100644
index a2ed80e8e145..000000000000
--- a/sci-libs/fplll/fplll-4.0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils ltprune
-
-DESCRIPTION="Different implementations of the floating-point LLL reduction algorithm"
-HOMEPAGE="http://perso.ens-lyon.fr/damien.stehle/index.html#software"
-SRC_URI="http://perso.ens-lyon.fr/damien.stehle/fplll/lib${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND=">=dev-libs/gmp-4.2.0:0
- >=dev-libs/mpfr-2.3.0:0"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/lib${P}
-
-src_configure() {
- econf \
- $(use_enable static-libs static)
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog NEWS README" default
- dohtml README.html
- prune_libtool_files
-}