Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libctl/
Date: Sun, 01 Sep 2019 19:07:22
Message-Id: 1567364810.1255cfea1e8d3f57899409765176d7bfb7562b41.mattst88@gentoo
1 commit: 1255cfea1e8d3f57899409765176d7bfb7562b41
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 19:03:48 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 19:06:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1255cfea
7
8 sci-libs/libctl: Remove
9
10 Closes: https://bugs.gentoo.org/685540
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 sci-libs/libctl/Manifest | 2 --
14 sci-libs/libctl/libctl-3.1.ebuild | 30 ------------------------------
15 sci-libs/libctl/libctl-3.2.ebuild | 30 ------------------------------
16 sci-libs/libctl/metadata.xml | 15 ---------------
17 4 files changed, 77 deletions(-)
18
19 diff --git a/sci-libs/libctl/Manifest b/sci-libs/libctl/Manifest
20 deleted file mode 100644
21 index bfbfba2c012..00000000000
22 --- a/sci-libs/libctl/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST libctl-3.1.tar.gz 460108 BLAKE2B 8aea0a1621d70c68c1fe91b8cfa5b7337f18c16e7789845990de850f6b72a4f902230f5c014c342060a98b9a835f7bad9899dc9ffb3c1ada840fe09d6cb5645a SHA512 94e44a0baea067a85c7a8f930545317b1c9f440e18b6ccc59417ed3072652da0ba79f58b469b8d9ba81cd6adae81830566c28aefea18fd76491824dc6c2da067
26 -DIST libctl-3.2.tar.gz 485681 BLAKE2B a995fc43c877a5094e1c1b88485a46b3d00a1f352adb5f940859efa26b8a46fa64b477b2e17fe41b43f0d373cafb5e628adf4443c7ea3de2079a4d78d7e7406d SHA512 df8701330d3785ff845a065a0d4abb1e7d9167ad7909ff7074a48040092e5bb840f75b3fa90263fe8d29607aeb0b33919be333a619f34a5bac255c0ade4340f5
27
28 diff --git a/sci-libs/libctl/libctl-3.1.ebuild b/sci-libs/libctl/libctl-3.1.ebuild
29 deleted file mode 100644
30 index 23d9af25087..00000000000
31 --- a/sci-libs/libctl/libctl-3.1.ebuild
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -# Copyright 1999-2012 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=4
38 -
39 -inherit fortran-2 autotools-utils
40 -
41 -DESCRIPTION="Guile-based library for scientific simulations"
42 -HOMEPAGE="http://ab-initio.mit.edu/libctl/"
43 -SRC_URI="http://ab-initio.mit.edu/libctl/${P}.tar.gz"
44 -
45 -SLOT="0"
46 -LICENSE="GPL-2"
47 -KEYWORDS="amd64 x86"
48 -IUSE="doc examples static-libs"
49 -
50 -DEPEND="
51 - dev-scheme/guile[deprecated]
52 - sci-libs/nlopt"
53 -RDEPEND="${DEPEND}"
54 -
55 -src_install() {
56 - autotools-utils_src_install
57 - use doc && dohtml doc/*
58 - if use examples; then
59 - insinto /usr/share/doc/${PF}/examples
60 - doins "${AUTOTOOLS_BUILD_DIR}"/examples/{*.c,*.h,example.scm,Makefile}
61 - doins "${S}"/examples/{README,example.c,run.ctl}
62 - fi
63 -}
64
65 diff --git a/sci-libs/libctl/libctl-3.2.ebuild b/sci-libs/libctl/libctl-3.2.ebuild
66 deleted file mode 100644
67 index 14995ee8a35..00000000000
68 --- a/sci-libs/libctl/libctl-3.2.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2012 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=4
75 -
76 -inherit fortran-2 autotools-utils
77 -
78 -DESCRIPTION="Guile-based library for scientific simulations"
79 -HOMEPAGE="http://ab-initio.mit.edu/libctl/"
80 -SRC_URI="http://ab-initio.mit.edu/libctl/${P}.tar.gz"
81 -
82 -SLOT="0"
83 -LICENSE="GPL-2"
84 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
85 -IUSE="doc examples static-libs"
86 -
87 -DEPEND="
88 - dev-scheme/guile
89 - sci-libs/nlopt"
90 -RDEPEND="${DEPEND}"
91 -
92 -src_install() {
93 - autotools-utils_src_install
94 - use doc && dohtml doc/*
95 - if use examples; then
96 - insinto /usr/share/doc/${PF}/examples
97 - doins "${AUTOTOOLS_BUILD_DIR}"/examples/{*.c,*.h,example.scm,Makefile}
98 - doins "${S}"/examples/{README,example.c,run.ctl}
99 - fi
100 -}
101
102 diff --git a/sci-libs/libctl/metadata.xml b/sci-libs/libctl/metadata.xml
103 deleted file mode 100644
104 index 46b996eb80e..00000000000
105 --- a/sci-libs/libctl/metadata.xml
106 +++ /dev/null
107 @@ -1,15 +0,0 @@
108 -<?xml version="1.0" encoding="UTF-8"?>
109 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
110 -<pkgmetadata>
111 - <maintainer type="project">
112 - <email>sci@g.o</email>
113 - <name>Gentoo Science Project</name>
114 - </maintainer>
115 - <longdescription lang="en">
116 - libctl is the Control Language library implementing a control file
117 - structure aimed at simplifying the control file writing in
118 - scientific simulations. The "ctl" in "libctl" stands for Control
119 - Language (by convention, libctl control files end with ".ctl" and
120 - are referred to as ctl files).
121 - </longdescription>
122 -</pkgmetadata>