From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A6FDB13881C for ; Thu, 24 Sep 2015 11:50:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BEBD21C04E; Thu, 24 Sep 2015 11:50:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BBC321C043 for ; Thu, 24 Sep 2015 11:50:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F396340A3E for ; Thu, 24 Sep 2015 11:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DC4A23F for ; Thu, 24 Sep 2015 11:50:34 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443094207.d3e8f1f4ea09d9405eeb1db7bc8467f97ec88baa.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/clashlist/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/clashlist/clashlist-3.17.ebuild X-VCS-Directories: sci-chemistry/clashlist/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d3e8f1f4ea09d9405eeb1db7bc8467f97ec88baa X-VCS-Branch: master Date: Thu, 24 Sep 2015 11:50:34 +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-Archives-Salt: 8754dc6b-20f2-4a50-9098-51999d288a44 X-Archives-Hash: 5b9a78153a48bf860ae2c2a3291d318d commit: d3e8f1f4ea09d9405eeb1db7bc8467f97ec88baa Author: Justin Lecher gentoo org> AuthorDate: Thu Sep 24 11:30:07 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Sep 24 11:30:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e8f1f4 sci-chemistry/clashlist: Drop old Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/clashlist/clashlist-3.17.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/sci-chemistry/clashlist/clashlist-3.17.ebuild b/sci-chemistry/clashlist/clashlist-3.17.ebuild deleted file mode 100644 index 513a1e0..0000000 --- a/sci-chemistry/clashlist/clashlist-3.17.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -DESCRIPTION="Build lists of van der Waals clashes from an input PDB file" -HOMEPAGE="http://kinemage.biochem.duke.edu/software/index.php" -SRC_URI="mirror://gentoo/molprobity-${PV}.tgz" - -SLOT="0" -LICENSE="richardson" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - <=sci-chemistry/cluster-1.3.081231 - sci-chemistry/probe" -DEPEND="${RDEPEND}" - -S="${WORKDIR}" - -src_install() { - dobin molprobity3/bin/clashlist -}