diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2017-01-14 17:16:39 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-15 11:13:07 +0100 |
commit | 36015463f24c971391b227cb19ab8afd04c21430 (patch) | |
tree | 1d61bd23708faee847e62659f8e16368ecf7b434 /sci-visualization/opendx-samples | |
parent | sci-visualization/opendx-samples: EAPI bump 4 -> 6 (diff) | |
download | gentoo-36015463f24c971391b227cb19ab8afd04c21430.tar.gz gentoo-36015463f24c971391b227cb19ab8afd04c21430.tar.bz2 gentoo-36015463f24c971391b227cb19ab8afd04c21430.zip |
sci-visualization/opendx-samples: Removing EAPI 4 ebuild
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3479
Diffstat (limited to 'sci-visualization/opendx-samples')
-rw-r--r-- | sci-visualization/opendx-samples/opendx-samples-4.4.0-r1.ebuild | 32 |
1 files changed, 0 insertions, 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 14a24a5e8509..000000000000 --- 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 -} |