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