diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-08-18 18:16:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-08-18 18:16:17 +0100 |
commit | fc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch) | |
tree | 326613a08f25851c388715e205576a2e7d25dc4f /sci-libs/ssm | |
parent | b24bd25253fe093f722ab576d29fdc41d04cb1ee (diff) |
gentoo resync : 18.08.2019
Diffstat (limited to 'sci-libs/ssm')
-rw-r--r-- | sci-libs/ssm/Manifest | 3 | ||||
-rw-r--r-- | sci-libs/ssm/metadata.xml | 14 | ||||
-rw-r--r-- | sci-libs/ssm/ssm-1.4.ebuild | 25 |
3 files changed, 0 insertions, 42 deletions
diff --git a/sci-libs/ssm/Manifest b/sci-libs/ssm/Manifest deleted file mode 100644 index fbe82fcd4fbc..000000000000 --- a/sci-libs/ssm/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ssm-1.4.tar.gz 424785 BLAKE2B 3f28bc70aa431b4288467a0c1cc09868a4e19d28e396540799990ef8cdfec0054db2d5304f741a311052fe62738ac49e9e7ef5db6d98b66f7774fb8068906f99 SHA512 93b55c544eaf651544bb664b65701c081aa6e77707aaf680c1489b129f89598d9a9c348d2fae86cd6e7b3e97bfd26c3abe16220633da4b570c983dbceec8b15a -EBUILD ssm-1.4.ebuild 575 BLAKE2B 3fcc47abe51a247f6cea53922e76f52fc72c688a2750609b1fa61e4b3ca31440c9dd3ccab3a9adda1d9d7666ffbddca653706c903353b8704f65aec22df1a948 SHA512 5f447c8751449830d09223aad5e3892da03b989058b5a8b6d2183360ca6c5005a2ce2606e6d6e9894e2f78091d5ad1ceef935bd3fe47ec02c519ab763a3f475a -MISC metadata.xml 408 BLAKE2B d4f2c0f12c6462a24ce01d02439840478bfb32ea2e304221f67205e4be4cf8f2551cfcf97189d2cd80fa325d6892643eaabdd6cb7ade2565c47d41654c643b78 SHA512 2f93da2950c7ad7dcffc1652f67a4744e7507ae26e597f46b38e52587b9f71cfdb9961781b870c28b5ee81f91625381fa64117dfd31fb12652853096b3e55cc2 diff --git a/sci-libs/ssm/metadata.xml b/sci-libs/ssm/metadata.xml deleted file mode 100644 index ba579239e43b..000000000000 --- a/sci-libs/ssm/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <use> - <flag name="ccp4">Link superpose with libccp4</flag> - </use> - <upstream> - <remote-id type="launchpad">ssm</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-libs/ssm/ssm-1.4.ebuild b/sci-libs/ssm/ssm-1.4.ebuild deleted file mode 100644 index abcd8885a76c..000000000000 --- a/sci-libs/ssm/ssm-1.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="A macromolecular coordinate superposition library" -HOMEPAGE="https://launchpad.net/ssm" -SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz" - -LICENSE="GPL-3 LGPL-2.1" -SLOT="0/2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+ccp4 static-libs" - -DEPEND=" - sci-libs/mmdb:2 - ccp4? ( sci-libs/libccp4 )" -RDEPEND="${DEPEND}" - -src_configure() { - local myeconfargs=( $(use_enable ccp4) ) - autotools-utils_src_configure -} |