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 2D9F8138334 for ; Fri, 13 Dec 2019 03:25:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F32FE0893; Fri, 13 Dec 2019 03:25:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B9F4FE0855 for ; Fri, 13 Dec 2019 03:25:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 56C5034D981 for ; Fri, 13 Dec 2019 03:25:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0BCA8D7 for ; Fri, 13 Dec 2019 03:25:14 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1576207507.b2d96ed1d1279a92dd97b1258b2acdc448cfec0d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/cluster/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/cluster/cluster-1.3.081231.ebuild X-VCS-Directories: sci-chemistry/cluster/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b2d96ed1d1279a92dd97b1258b2acdc448cfec0d X-VCS-Branch: master Date: Fri, 13 Dec 2019 03:25:14 +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: c8605956-249f-47ce-9a86-7c349844d6e1 X-Archives-Hash: 423dff9c7bacfb1a7dcb54b081fbea83 commit: b2d96ed1d1279a92dd97b1258b2acdc448cfec0d Author: Aaron Bauman gentoo org> AuthorDate: Fri Dec 13 02:53:42 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Dec 13 03:25:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d96ed1 sci-chemistry/cluster: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> sci-chemistry/cluster/cluster-1.3.081231.ebuild | 29 ------------------------- 1 file changed, 29 deletions(-) diff --git a/sci-chemistry/cluster/cluster-1.3.081231.ebuild b/sci-chemistry/cluster/cluster-1.3.081231.ebuild deleted file mode 100644 index e9d3b8999e1..00000000000 --- a/sci-chemistry/cluster/cluster-1.3.081231.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Build lists of collections of interacting items" -HOMEPAGE="http://kinemage.biochem.duke.edu/software/index.php" -SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/${PN}/${PN}.${PV}.src.tgz" - -SLOT="0" -LICENSE="richardson" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -S="${WORKDIR}"/${PN}1.3src - -src_prepare() { - epatch \ - "${FILESDIR}"/${PV}-ldflags.patch \ - "${FILESDIR}"/${PV}-includes.patch - tc-export CXX -} - -src_install() { - dobin ${PN} - dodoc README.cluster -}