From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6EE0F138334 for ; Sat, 10 Aug 2019 04:07:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3AF6E0909; Sat, 10 Aug 2019 04:07:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDD65E0909 for ; Sat, 10 Aug 2019 04:07:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76CC13497E1 for ; Sat, 10 Aug 2019 04:07:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CA53769 for ; Sat, 10 Aug 2019 04:07:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1565409951.2f089f12008a155a0dd1365ba752ba9cee2b274f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ssm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/ssm/Manifest sci-libs/ssm/metadata.xml sci-libs/ssm/ssm-1.4.ebuild X-VCS-Directories: sci-libs/ssm/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2f089f12008a155a0dd1365ba752ba9cee2b274f X-VCS-Branch: master Date: Sat, 10 Aug 2019 04:07:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e068b27-63c5-4cd1-8946-7d24dc5dd514 X-Archives-Hash: 6dc9bc934f220bc0081e845233d60412 commit: 2f089f12008a155a0dd1365ba752ba9cee2b274f Author: Matt Turner gentoo org> AuthorDate: Sat Aug 10 04:04:52 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Aug 10 04:05:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f089f12 sci-libs/ssm: Remove Closes: https://bugs.gentoo.org/639760 Signed-off-by: Matt Turner gentoo.org> sci-libs/ssm/Manifest | 1 - sci-libs/ssm/metadata.xml | 14 -------------- sci-libs/ssm/ssm-1.4.ebuild | 25 ------------------------- 3 files changed, 40 deletions(-) diff --git a/sci-libs/ssm/Manifest b/sci-libs/ssm/Manifest deleted file mode 100644 index 1f4260d6319..00000000000 --- a/sci-libs/ssm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ssm-1.4.tar.gz 424785 BLAKE2B 3f28bc70aa431b4288467a0c1cc09868a4e19d28e396540799990ef8cdfec0054db2d5304f741a311052fe62738ac49e9e7ef5db6d98b66f7774fb8068906f99 SHA512 93b55c544eaf651544bb664b65701c081aa6e77707aaf680c1489b129f89598d9a9c348d2fae86cd6e7b3e97bfd26c3abe16220633da4b570c983dbceec8b15a diff --git a/sci-libs/ssm/metadata.xml b/sci-libs/ssm/metadata.xml deleted file mode 100644 index ba579239e43..00000000000 --- a/sci-libs/ssm/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - Link superpose with libccp4 - - - ssm - - diff --git a/sci-libs/ssm/ssm-1.4.ebuild b/sci-libs/ssm/ssm-1.4.ebuild deleted file mode 100644 index abcd8885a76..00000000000 --- 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 -}