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/gpp4/
Date: Sat, 10 Aug 2019 04:07:31
Message-Id: 1565409943.9bae8cdca3c7972fb3d0ce604ab3fa1b0e476287.mattst88@gentoo
1 commit: 9bae8cdca3c7972fb3d0ce604ab3fa1b0e476287
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 04:04:10 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 04:05:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bae8cdc
7
8 sci-libs/gpp4: Remove
9
10 Closes: https://bugs.gentoo.org/639760
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 sci-libs/gpp4/Manifest | 1 -
14 sci-libs/gpp4/gpp4-1.3.1.ebuild | 26 --------------------------
15 sci-libs/gpp4/metadata.xml | 11 -----------
16 3 files changed, 38 deletions(-)
17
18 diff --git a/sci-libs/gpp4/Manifest b/sci-libs/gpp4/Manifest
19 deleted file mode 100644
20 index e993ea8cc43..00000000000
21 --- a/sci-libs/gpp4/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST gpp4-1.3.1.tar.gz 694533 BLAKE2B 4c995a86dcd0753aba09a46e172bcd5a72f7b9b0a1cb66f17e83878a94ae9855b8664fcfa880222ed9e44421c098e151242f54c5d9d5f1cc4f522936f300ab92 SHA512 b24b26ecb38406bf5895f1dd43e847836f9aeecf7b5bc54df602e23e828b5cf8ae4a8902e294065d67edfb3507763e3d7496acbd6373e7dbc5e85d049c044920
25
26 diff --git a/sci-libs/gpp4/gpp4-1.3.1.ebuild b/sci-libs/gpp4/gpp4-1.3.1.ebuild
27 deleted file mode 100644
28 index 75be7d629f2..00000000000
29 --- a/sci-libs/gpp4/gpp4-1.3.1.ebuild
30 +++ /dev/null
31 @@ -1,26 +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 fortran-2
40 -
41 -DESCRIPTION="A standalone, drop-in replacement for the CCP4 library"
42 -HOMEPAGE="https://launchpad.net/gpp4/"
43 -SRC_URI="https://launchpad.net/${PN}/1.3/${PV}/+download/${P}.tar.gz"
44 -
45 -SLOT="0"
46 -LICENSE="GPL-2"
47 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 -IUSE="fortran static-libs"
49 -
50 -RDEPEND="sci-libs/mmdb:0="
51 -DEPEND="${RDEPEND}"
52 -
53 -src_configure() {
54 - econf \
55 - $(use_with fortran fortran-api) \
56 - $(use_enable static-libs static)
57 -}
58
59 diff --git a/sci-libs/gpp4/metadata.xml b/sci-libs/gpp4/metadata.xml
60 deleted file mode 100644
61 index 046af6ea9df..00000000000
62 --- a/sci-libs/gpp4/metadata.xml
63 +++ /dev/null
64 @@ -1,11 +0,0 @@
65 -<?xml version="1.0" encoding="UTF-8"?>
66 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 -<pkgmetadata>
68 - <maintainer type="project">
69 - <email>sci-chemistry@g.o</email>
70 - <name>Gentoo Chemistry Project</name>
71 - </maintainer>
72 - <upstream>
73 - <remote-id type="launchpad">gpp4</remote-id>
74 - </upstream>
75 -</pkgmetadata>