Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx-samples/, profiles/, ...
Date: Tue, 16 Aug 2022 08:12:02
Message-Id: 1660637232.ced60bcca307dbed19f84a1ec9774cb3d47f35eb.jsmolic@gentoo
1 commit: ced60bcca307dbed19f84a1ec9774cb3d47f35eb
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 08:07:12 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 08:07:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced60bcc
7
8 sci-visualization/opendx-samples: treeclean
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 profiles/package.mask | 1 -
13 sci-visualization/opendx-samples/Manifest | 2 -
14 .../files/opendx-samples-4.4.0-nojava.patch | 50 ----------------------
15 sci-visualization/opendx-samples/metadata.xml | 13 ------
16 .../opendx-samples/opendx-samples-4.4.0-r2.ebuild | 33 --------------
17 5 files changed, 99 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 337c562e4207..1b85e0c91aa8 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -518,7 +518,6 @@ net-misc/csync
24 # abysmal, build system has major issues, tons of patches, EAPI 6,
25 # no other revdeps in tree. Bug #822762, #831874, removal on 2022-08-13.
26 sci-visualization/opendx
27 -sci-visualization/opendx-samples
28
29 # Marek Szuba <marecki@g.o> (2022-07-13)
30 # Upstream has switched from CMake to hand-crafted Makefiles (yes, TO them),
31
32 diff --git a/sci-visualization/opendx-samples/Manifest b/sci-visualization/opendx-samples/Manifest
33 deleted file mode 100644
34 index f9a4b3cd1542..000000000000
35 --- a/sci-visualization/opendx-samples/Manifest
36 +++ /dev/null
37 @@ -1,2 +0,0 @@
38 -DIST dxsamples-4.4.0.tar.gz 7791659 BLAKE2B f3fb5ac4990ed13718390229debd8f72f84f1b751dae6e6497388e31e0e8f3869d9c30cc7e2e2b5a58fc0e32aab3127751451c616c0081606f28dd41250d9924 SHA512 ae740be888728750de2cf21e94094a4aa01adec8ea0cfe937f03a67803ad7cb0d92968c8d4325e22022c698f871d4af45df02d3b8e8639434a1001dd46e0b311
39 -DIST opendx-samples-4.4.0-install.patch.bz2 4195 BLAKE2B eb520ac16311e4252f36b7911ebff11f21cf16fa3d3b31a8e1209c28d66e78ae66b57c3b3edd4db66f26e82a25f3675c9a5e0ad146bb1b4ed74d1196007cc836 SHA512 3c276355d0796b2713d42ea11ce34d02c72e5b679aff4feb9792ec58c8a3c6aed1d79981d09a93b842d6d47fdc6cacd5fca4fc96f88cc764a90a5adf10797fc6
40
41 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
42 deleted file mode 100644
43 index 984f84a10336..000000000000
44 --- a/sci-visualization/opendx-samples/files/opendx-samples-4.4.0-nojava.patch
45 +++ /dev/null
46 @@ -1,50 +0,0 @@
47 ---- dxsamples-4.4.0/Makefile.am.nojava 2002-01-28 21:53:08.000000000 +0100
48 -+++ dxsamples-4.4.0/Makefile.am 2006-09-03 01:40:26.000000000 +0200
49 -@@ -1,6 +1,6 @@
50 - ## Process this file with automake to produce Makefile.in
51 -
52 --SUBDIRS = callmodule data dxlink java macros \
53 -+SUBDIRS = callmodule data dxlink macros \
54 - outboard program_guide programs scripts \
55 - supervise tutorial user util stereo
56 -
57 ---- dxsamples-4.4.0/configure.ac-orig 2009-05-03 14:30:59.000000000 +1200
58 -+++ dxsamples-4.4.0/configure.ac 2009-05-03 14:31:44.000000000 +1200
59 -@@ -25,11 +25,6 @@ AC_SUBST(RTL_LIBS)
60 -
61 - SHELL=/bin/sh
62 -
63 --AC_ARG_WITH(javadx,
64 -- [ --with-javadx enable JAVADX (default is yes)],
65 -- [with_javadx=$withval],
66 -- [with_javadx='yes'])
67 --
68 - AC_PROG_INSTALL
69 - if test -z "$LN_S" ; then
70 - AC_PROG_LN_S
71 -@@ -40,25 +35,8 @@ DX_GET_PREFIX
72 - DX_GET_ARCH
73 - DX_ARCH_SPECIFIC
74 -
75 --MAKE_JAVADX_SAMPLES=""
76 --if test "with_javadx" != 'no' ; then
77 -- failed=0;
78 -- passed=0;
79 -- DX_PROG_JAVAC(passed=`expr $passed + 1`,failed=`expr $failed + 1`)
80 -- DX_PROG_JAR(passed=`expr $passed + 1`,failed=`expr $failed + 1`)
81 --
82 -- if test $failed -eq 0 ; then
83 -- DX_JAVADX_SETUP(passed=`expr $passed + 1`,failed=`expr $failed + 1`)
84 -- if test $failed -eq 0 ; then
85 -- MAKE_JAVADX_SAMPLES=samples
86 -- fi
87 -- fi
88 --fi
89 --
90 - AC_OUTPUT( Makefile callmodule/Makefile callmodule/localmk \
91 - data/Makefile dxlink/Makefile dxlink/dxlink_make \
92 -- java/samples/Makefile java/Makefile java/userdata/Makefile \
93 -- java/usermacros/Makefile java/nets/Makefile java/makes/Makefile \
94 - macros/Makefile outboard/Makefile \
95 - program_guide/Makefile program_guide/localmk program_guide/guidemake \
96 - programs/2D_DATA/Makefile programs/3D_DATA/Makefile \
97
98 diff --git a/sci-visualization/opendx-samples/metadata.xml b/sci-visualization/opendx-samples/metadata.xml
99 deleted file mode 100644
100 index dbbed6257330..000000000000
101 --- a/sci-visualization/opendx-samples/metadata.xml
102 +++ /dev/null
103 @@ -1,13 +0,0 @@
104 -<?xml version="1.0" encoding="UTF-8"?>
105 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
106 -<pkgmetadata>
107 - <maintainer type="project">
108 - <email>sci@g.o</email>
109 - <name>Gentoo Science Project</name>
110 - </maintainer>
111 - <longdescription lang="en">
112 - This package contains examples of scripts and networks for the
113 - OpenDX Data Explorer. They are referenced in the OpenDX tutorial,
114 - but can also be used stand-alone to browse and investigate.
115 - </longdescription>
116 -</pkgmetadata>
117
118 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
119 deleted file mode 100644
120 index 8ee6e71d2949..000000000000
121 --- a/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild
122 +++ /dev/null
123 @@ -1,33 +0,0 @@
124 -# Copyright 1999-2021 Gentoo Authors
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI=6
128 -
129 -inherit autotools
130 -
131 -MY_PN="dxsamples"
132 -MY_P="${MY_PN}-${PV}"
133 -
134 -DESCRIPTION="Samples for IBM Data Explorer"
135 -HOMEPAGE="http://www.opendx.org/"
136 -SRC_URI="http://opendx.sdsc.edu/source/${MY_P}.tar.gz
137 - mirror://gentoo/${P}-install.patch.bz2"
138 -S="${WORKDIR}/${MY_P}"
139 -
140 -LICENSE="IBM"
141 -SLOT="0"
142 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
143 -
144 -RDEPEND=">=sci-visualization/opendx-4.4.4-r2"
145 -DEPEND="${RDEPEND}"
146 -
147 -PATCHES=(
148 - "${FILESDIR}/${P}-nojava.patch"
149 - "${WORKDIR}/${P}-install.patch"
150 -)
151 -
152 -src_prepare() {
153 - # absolutely no javadx for now
154 - default
155 - eautoreconf
156 -}