summaryrefslogtreecommitdiff
path: root/sci-libs/libctl/libctl-3.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
commitf1af93971b7490792d8541bc790e0d8c6d787059 (patch)
treea38046712bbc3a3844d77452d16c84e716caa3d4 /sci-libs/libctl/libctl-3.1.ebuild
parentfc637fb28da700da71ec2064d65ca5a7a31b9c6c (diff)
gentoo resync : 06.08.2019
Diffstat (limited to 'sci-libs/libctl/libctl-3.1.ebuild')
-rw-r--r--sci-libs/libctl/libctl-3.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sci-libs/libctl/libctl-3.1.ebuild b/sci-libs/libctl/libctl-3.1.ebuild
deleted file mode 100644
index 23d9af250871..000000000000
--- a/sci-libs/libctl/libctl-3.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit fortran-2 autotools-utils
-
-DESCRIPTION="Guile-based library for scientific simulations"
-HOMEPAGE="http://ab-initio.mit.edu/libctl/"
-SRC_URI="http://ab-initio.mit.edu/libctl/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="doc examples static-libs"
-
-DEPEND="
- dev-scheme/guile[deprecated]
- sci-libs/nlopt"
-RDEPEND="${DEPEND}"
-
-src_install() {
- autotools-utils_src_install
- use doc && dohtml doc/*
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins "${AUTOTOOLS_BUILD_DIR}"/examples/{*.c,*.h,example.scm,Makefile}
- doins "${S}"/examples/{README,example.c,run.ctl}
- fi
-}