diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-16 14:30:35 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-16 14:30:35 +0100 |
commit | 2cb26483945211e812d7a0351ae472a676cd9592 (patch) | |
tree | 72a35b7eca392d91567814afb0b89a9e8194a6fe /sci-visualization/opendx-samples | |
parent | 930cc7d721b1ea68468608da3ce2b4e891926834 (diff) |
gentoo auto-resync : 16:08:2022 - 14:30:35
Diffstat (limited to 'sci-visualization/opendx-samples')
4 files changed, 0 insertions, 101 deletions
diff --git a/sci-visualization/opendx-samples/Manifest b/sci-visualization/opendx-samples/Manifest deleted file mode 100644 index 31a7f99e573d..000000000000 --- a/sci-visualization/opendx-samples/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX opendx-samples-4.4.0-nojava.patch 1744 BLAKE2B 56ac7ca38c06717250bb2fabb9d28d047c86e66df06d28a3c90eb16a5f8738ecf24fa6f98e9b30d559ed4af6c04f7c1f193138d12ab071c23edc2719cee0c65a SHA512 ae72bab2a2c130263d75e4b7254b6e210c55b80eed9621493f66b2221fd92451378bb86ae1c9e4a4997a18d5902576fde5cfa9ef84660f65a6310de595d5d29f -DIST dxsamples-4.4.0.tar.gz 7791659 BLAKE2B f3fb5ac4990ed13718390229debd8f72f84f1b751dae6e6497388e31e0e8f3869d9c30cc7e2e2b5a58fc0e32aab3127751451c616c0081606f28dd41250d9924 SHA512 ae740be888728750de2cf21e94094a4aa01adec8ea0cfe937f03a67803ad7cb0d92968c8d4325e22022c698f871d4af45df02d3b8e8639434a1001dd46e0b311 -DIST opendx-samples-4.4.0-install.patch.bz2 4195 BLAKE2B eb520ac16311e4252f36b7911ebff11f21cf16fa3d3b31a8e1209c28d66e78ae66b57c3b3edd4db66f26e82a25f3675c9a5e0ad146bb1b4ed74d1196007cc836 SHA512 3c276355d0796b2713d42ea11ce34d02c72e5b679aff4feb9792ec58c8a3c6aed1d79981d09a93b842d6d47fdc6cacd5fca4fc96f88cc764a90a5adf10797fc6 -EBUILD opendx-samples-4.4.0-r2.ebuild 659 BLAKE2B 5530660f555b0fec7e2d1769bb8cc83f494aeb9cb282298aa8107291abf82358603cb4f1b2bc716bf5b9b534cf7e2e46aa090350f5069b179d013da14ea9255e SHA512 f76ffbe2b2f2423bc71d493208ef9262c856d8860eb6bfa608ec3ca0d0ac2939b1d0ca21c1e4ba0a5915a3a8f064706e57179af3fc4bc9ca1502c84687591c52 -MISC metadata.xml 498 BLAKE2B a0648760419c235b7fa3c7900f46e295a785c5388f3093c3d67be9f4afb87259c599bd0946ae14666bb1dd21aff99a88b091f287d8124c4711faef94792196c9 SHA512 f70bbeb0a4f9a4a4d79b26825c215e43ce94e61d6e927bfc6b49f8eaa637d767b1c080ea79c97699c1e28e73f6940983c8e81fa22cc7cb5e2877c096333139f9 diff --git a/sci-visualization/opendx-samples/files/opendx-samples-4.4.0-nojava.patch b/sci-visualization/opendx-samples/files/opendx-samples-4.4.0-nojava.patch deleted file mode 100644 index 984f84a10336..000000000000 --- a/sci-visualization/opendx-samples/files/opendx-samples-4.4.0-nojava.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- dxsamples-4.4.0/Makefile.am.nojava 2002-01-28 21:53:08.000000000 +0100 -+++ dxsamples-4.4.0/Makefile.am 2006-09-03 01:40:26.000000000 +0200 -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - --SUBDIRS = callmodule data dxlink java macros \ -+SUBDIRS = callmodule data dxlink macros \ - outboard program_guide programs scripts \ - supervise tutorial user util stereo - ---- dxsamples-4.4.0/configure.ac-orig 2009-05-03 14:30:59.000000000 +1200 -+++ dxsamples-4.4.0/configure.ac 2009-05-03 14:31:44.000000000 +1200 -@@ -25,11 +25,6 @@ AC_SUBST(RTL_LIBS) - - SHELL=/bin/sh - --AC_ARG_WITH(javadx, -- [ --with-javadx enable JAVADX (default is yes)], -- [with_javadx=$withval], -- [with_javadx='yes']) -- - AC_PROG_INSTALL - if test -z "$LN_S" ; then - AC_PROG_LN_S -@@ -40,25 +35,8 @@ DX_GET_PREFIX - DX_GET_ARCH - DX_ARCH_SPECIFIC - --MAKE_JAVADX_SAMPLES="" --if test "with_javadx" != 'no' ; then -- failed=0; -- passed=0; -- DX_PROG_JAVAC(passed=`expr $passed + 1`,failed=`expr $failed + 1`) -- DX_PROG_JAR(passed=`expr $passed + 1`,failed=`expr $failed + 1`) -- -- if test $failed -eq 0 ; then -- DX_JAVADX_SETUP(passed=`expr $passed + 1`,failed=`expr $failed + 1`) -- if test $failed -eq 0 ; then -- MAKE_JAVADX_SAMPLES=samples -- fi -- fi --fi -- - AC_OUTPUT( Makefile callmodule/Makefile callmodule/localmk \ - data/Makefile dxlink/Makefile dxlink/dxlink_make \ -- java/samples/Makefile java/Makefile java/userdata/Makefile \ -- java/usermacros/Makefile java/nets/Makefile java/makes/Makefile \ - macros/Makefile outboard/Makefile \ - program_guide/Makefile program_guide/localmk program_guide/guidemake \ - programs/2D_DATA/Makefile programs/3D_DATA/Makefile \ diff --git a/sci-visualization/opendx-samples/metadata.xml b/sci-visualization/opendx-samples/metadata.xml deleted file mode 100644 index dbbed6257330..000000000000 --- a/sci-visualization/opendx-samples/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - This package contains examples of scripts and networks for the - OpenDX Data Explorer. They are referenced in the OpenDX tutorial, - but can also be used stand-alone to browse and investigate. - </longdescription> -</pkgmetadata> diff --git a/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild b/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild deleted file mode 100644 index 8ee6e71d2949..000000000000 --- a/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -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" -S="${WORKDIR}/${MY_P}" - -LICENSE="IBM" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=">=sci-visualization/opendx-4.4.4-r2" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-nojava.patch" - "${WORKDIR}/${P}-install.patch" -) - -src_prepare() { - # absolutely no javadx for now - default - eautoreconf -} |