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/libccp4/
Date: Sat, 10 Aug 2019 04:07:31
Message-Id: 1565409945.e36dc81141bf2514d19818194a5d9b88637566c7.mattst88@gentoo
1 commit: e36dc81141bf2514d19818194a5d9b88637566c7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 04:04:19 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 04:05:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36dc811
7
8 sci-libs/libccp4: Remove
9
10 Closes: https://bugs.gentoo.org/639760
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 sci-libs/libccp4/Manifest | 1 -
14 sci-libs/libccp4/libccp4-6.4.6.ebuild | 29 -----------------------------
15 sci-libs/libccp4/metadata.xml | 8 --------
16 3 files changed, 38 deletions(-)
17
18 diff --git a/sci-libs/libccp4/Manifest b/sci-libs/libccp4/Manifest
19 deleted file mode 100644
20 index d2358c4b5f8..00000000000
21 --- a/sci-libs/libccp4/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST libccp4-6.4.6.tar.gz 934709 BLAKE2B 43412152c9408bef1980c61610d013f3c5f0eab5ae4a474a0874f43250306cad4478e0fde06e01c1aa8b80ec563bcb019f2ce362f5272a0c1e06e24f9437599c SHA512 38893d7c8bec99b6d1245586695d98900284543dfe7f87e0cab81a7f7f93b3dac0780c3ea576fb910fc3712d7b9226814ebe05530948ace136860f398e11daf6
25
26 diff --git a/sci-libs/libccp4/libccp4-6.4.6.ebuild b/sci-libs/libccp4/libccp4-6.4.6.ebuild
27 deleted file mode 100644
28 index a2f7940a036..00000000000
29 --- a/sci-libs/libccp4/libccp4-6.4.6.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -FORTRAN_NEEDED=fortran
38 -
39 -inherit autotools-utils fortran-2
40 -
41 -DESCRIPTION="The CCP4 C and F77 subroutine library"
42 -HOMEPAGE="http://www.ccp4.ac.uk/"
43 -SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz"
44 -
45 -SLOT="0"
46 -LICENSE="GPL-3 LGPL-3"
47 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
48 -IUSE="fortran static-libs"
49 -
50 -RDEPEND="sci-libs/mmdb:2"
51 -DEPEND="${RDEPEND}
52 -"
53 -AUTOTOOLS_IN_SOURCE_BUILD=1
54 -
55 -src_configure() {
56 - myeconfargs=(
57 - $(use_enable fortran)
58 - )
59 - autotools-utils_src_configure
60 -}
61
62 diff --git a/sci-libs/libccp4/metadata.xml b/sci-libs/libccp4/metadata.xml
63 deleted file mode 100644
64 index da36ecbfcd6..00000000000
65 --- a/sci-libs/libccp4/metadata.xml
66 +++ /dev/null
67 @@ -1,8 +0,0 @@
68 -<?xml version="1.0" encoding="UTF-8"?>
69 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 -<pkgmetadata>
71 - <maintainer type="project">
72 - <email>sci-chemistry@g.o</email>
73 - <name>Gentoo Chemistry Project</name>
74 - </maintainer>
75 -</pkgmetadata>