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 6E5621382C5 for ; Sun, 1 Apr 2018 23:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CAAEE0982; Sun, 1 Apr 2018 23:57:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C2B85E09D9 for ; Sun, 1 Apr 2018 23:57:00 +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 C3E0533BE95 for ; Sun, 1 Apr 2018 23:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C53DC27C for ; Sun, 1 Apr 2018 23:56:56 +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: <1522626987.5b75f72a3f12da74ca821bc2ebdb579f206b41be.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/opendx/opendx-4.4.4-r5.ebuild X-VCS-Directories: sci-visualization/opendx/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5b75f72a3f12da74ca821bc2ebdb579f206b41be X-VCS-Branch: master Date: Sun, 1 Apr 2018 23:56:56 +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: c650b8f8-2c5c-4097-80f4-26bba6d571d7 X-Archives-Hash: ddb817e23b30c8007775409598ace672 commit: 5b75f72a3f12da74ca821bc2ebdb579f206b41be Author: Matt Turner gentoo org> AuthorDate: Sun Apr 1 23:56:24 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 1 23:56:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b75f72a sci-visualization/opendx: Drop old Closes: https://bugs.gentoo.org/649084 sci-visualization/opendx/opendx-4.4.4-r5.ebuild | 82 ------------------------- 1 file changed, 82 deletions(-) diff --git a/sci-visualization/opendx/opendx-4.4.4-r5.ebuild b/sci-visualization/opendx/opendx-4.4.4-r5.ebuild deleted file mode 100644 index 54c6da6296e..00000000000 --- a/sci-visualization/opendx/opendx-4.4.4-r5.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -MYP=dx-${PV} -inherit eutils flag-o-matic autotools multilib - -DESCRIPTION="3D data visualization tool" -HOMEPAGE="http://www.opendx.org/" -SRC_URI="http://opendx.sdsc.edu/source/${MYP}.tar.gz" - -LICENSE="IBM" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="hdf cdf netcdf tiff imagemagick szip smp" - -RDEPEND="x11-libs/libXmu - x11-libs/libXi - x11-libs/libXp - x11-libs/libXpm - >=x11-libs/motif-2.3:0 - virtual/opengl - virtual/glu - szip? ( virtual/szip ) - hdf? ( sci-libs/hdf ) - cdf? ( sci-libs/cdf ) - netcdf? ( sci-libs/netcdf ) - tiff? ( media-libs/tiff ) - imagemagick? ( virtual/imagemagick-tools )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/${MYP}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-4.3.2-sys.h.patch" - epatch "${FILESDIR}/${P}-installpaths.patch" - epatch "${FILESDIR}/${P}-xdg.patch" - epatch "${FILESDIR}/${P}-gcc43.patch" - epatch "${FILESDIR}/${P}-dx-errno.patch" - epatch "${FILESDIR}/${P}-libtool.patch" - epatch "${FILESDIR}/${P}-concurrent-make-fix.patch" - epatch "${FILESDIR}/${P}-open.patch" - epatch "${FILESDIR}/${P}-szip.patch" - epatch "${FILESDIR}/${P}-null.patch" - epatch "${FILESDIR}/${P}-magick.patch" - eautoreconf -} - -src_configure() { - # check flag filtering - # with gcc 3.3.2 I had an infinite loop on src/exec/libdx/zclipQ.c - append-flags -fno-strength-reduce - - # (#82672) - filter-flags -finline-functions - replace-flags -O3 -O2 - - # opendx uses this variable - unset ARCH - - # javadx is currently broken. we may try to fix it someday. - econf \ - --libdir="${EPREFIX}"/usr/$(get_libdir) \ - --with-x \ - --without-javadx \ - $(use_with szip szlib) \ - $(use_with cdf) \ - $(use_with netcdf) \ - $(use_with hdf) \ - $(use_with tiff) \ - $(use_with imagemagick magick) \ - $(use_enable smp smp-linux) -} - -src_install() { - default - newicon src/uipp/ui/icon50.xpm ${PN}.xpm - make_desktop_entry dx "Open Data Explorer" -}