* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx-samples/, profiles/, ...
@ 2022-08-16 8:11 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2022-08-16 8:11 UTC (permalink / raw
To: gentoo-commits
commit: ced60bcca307dbed19f84a1ec9774cb3d47f35eb
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 08:07:12 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 08:07:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced60bcc
sci-visualization/opendx-samples: treeclean
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
profiles/package.mask | 1 -
sci-visualization/opendx-samples/Manifest | 2 -
.../files/opendx-samples-4.4.0-nojava.patch | 50 ----------------------
sci-visualization/opendx-samples/metadata.xml | 13 ------
.../opendx-samples/opendx-samples-4.4.0-r2.ebuild | 33 --------------
5 files changed, 99 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 337c562e4207..1b85e0c91aa8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -518,7 +518,6 @@ net-misc/csync
# abysmal, build system has major issues, tons of patches, EAPI 6,
# no other revdeps in tree. Bug #822762, #831874, removal on 2022-08-13.
sci-visualization/opendx
-sci-visualization/opendx-samples
# Marek Szuba <marecki@gentoo.org> (2022-07-13)
# Upstream has switched from CMake to hand-crafted Makefiles (yes, TO them),
diff --git a/sci-visualization/opendx-samples/Manifest b/sci-visualization/opendx-samples/Manifest
deleted file mode 100644
index f9a4b3cd1542..000000000000
--- a/sci-visualization/opendx-samples/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
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
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-08-16 8:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16 8:11 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx-samples/, profiles/, Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox