From: Matt Turner Date: Sun, 1 Sep 2019 19:03:48 +0000 (-0700) Subject: sci-libs/libctl: Remove X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1255cfea1e8d3f57899409765176d7bfb7562b41;p=gentoo.git sci-libs/libctl: Remove Closes: https://bugs.gentoo.org/685540 Signed-off-by: Matt Turner --- diff --git a/sci-libs/libctl/Manifest b/sci-libs/libctl/Manifest deleted file mode 100644 index bfbfba2c0120..000000000000 --- a/sci-libs/libctl/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libctl-3.1.tar.gz 460108 BLAKE2B 8aea0a1621d70c68c1fe91b8cfa5b7337f18c16e7789845990de850f6b72a4f902230f5c014c342060a98b9a835f7bad9899dc9ffb3c1ada840fe09d6cb5645a SHA512 94e44a0baea067a85c7a8f930545317b1c9f440e18b6ccc59417ed3072652da0ba79f58b469b8d9ba81cd6adae81830566c28aefea18fd76491824dc6c2da067 -DIST libctl-3.2.tar.gz 485681 BLAKE2B a995fc43c877a5094e1c1b88485a46b3d00a1f352adb5f940859efa26b8a46fa64b477b2e17fe41b43f0d373cafb5e628adf4443c7ea3de2079a4d78d7e7406d SHA512 df8701330d3785ff845a065a0d4abb1e7d9167ad7909ff7074a48040092e5bb840f75b3fa90263fe8d29607aeb0b33919be333a619f34a5bac255c0ade4340f5 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 -} diff --git a/sci-libs/libctl/libctl-3.2.ebuild b/sci-libs/libctl/libctl-3.2.ebuild deleted file mode 100644 index 14995ee8a35b..000000000000 --- a/sci-libs/libctl/libctl-3.2.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 ~amd64-linux ~x86-linux" -IUSE="doc examples static-libs" - -DEPEND=" - dev-scheme/guile - 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 -} diff --git a/sci-libs/libctl/metadata.xml b/sci-libs/libctl/metadata.xml deleted file mode 100644 index 46b996eb80ed..000000000000 --- a/sci-libs/libctl/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - libctl is the Control Language library implementing a control file - structure aimed at simplifying the control file writing in - scientific simulations. The "ctl" in "libctl" stands for Control - Language (by convention, libctl control files end with ".ctl" and - are referred to as ctl files). - -