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 35D67139085 for ; Sun, 15 Jan 2017 10:13:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1E9D14209; Sun, 15 Jan 2017 10:13:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE95214209 for ; Sun, 15 Jan 2017 10:13:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA7793413FD for ; Sun, 15 Jan 2017 10:13:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1671C27E1 for ; Sun, 15 Jan 2017 10:13:16 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484475187.36015463f24c971391b227cb19ab8afd04c21430.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx-samples/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/opendx-samples/opendx-samples-4.4.0-r1.ebuild X-VCS-Directories: sci-visualization/opendx-samples/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 36015463f24c971391b227cb19ab8afd04c21430 X-VCS-Branch: master Date: Sun, 15 Jan 2017 10:13:16 +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: 1ce8619a-d01b-4c13-ab76-93b8dd5edddd X-Archives-Hash: edfb64104eb4dcba8f1b3700aff41503 commit: 36015463f24c971391b227cb19ab8afd04c21430 Author: Gerhard Bräunlich gmx net> AuthorDate: Sat Jan 14 16:16:39 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 15 10:13:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36015463 sci-visualization/opendx-samples: Removing EAPI 4 ebuild Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3479 .../opendx-samples/opendx-samples-4.4.0-r1.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/sci-visualization/opendx-samples/opendx-samples-4.4.0-r1.ebuild b/sci-visualization/opendx-samples/opendx-samples-4.4.0-r1.ebuild deleted file mode 100644 index 14a24a5..00000000 --- a/sci-visualization/opendx-samples/opendx-samples-4.4.0-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils autotools multilib - -MY_PN="dxsamples" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Samples for IBM Data Explorer" -HOMEPAGE="http://www.opendx.org/" -SRC_URI="http://opendx.sdsc.edu/source/${MY_P}.tar.gz - mirror://gentoo/${P}-install.patch.bz2" -LICENSE="IBM" -SLOT="0" - -S="${WORKDIR}/${MY_P}" - -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=sci-visualization/opendx-4.4.4-r2" -DEPEND="${RDEPEND}" - -src_prepare() { - #absolutely no javadx for now - epatch "${FILESDIR}/${P}-nojava.patch" - epatch "${WORKDIR}/${P}-install.patch" - eautoreconf -}