commit:     0353a26999a4380e1ac9e5eabcf2928167b876c7
Author:     Andreas K. Hüttel <andreas.huettel <AT> ur <DOT> de>
AuthorDate: Tue Nov  9 14:10:18 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov  9 14:13:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0353a269

sci-electronics/labone: Remove old

Closes: https://bugs.gentoo.org/750980
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-electronics/labone/Manifest                  |  1 -
 sci-electronics/labone/labone-16.12.42529.ebuild | 74 ------------------------
 2 files changed, 75 deletions(-)

diff --git a/sci-electronics/labone/Manifest b/sci-electronics/labone/Manifest
index fa395e14a4f..0c19990b3df 100644
--- a/sci-electronics/labone/Manifest
+++ b/sci-electronics/labone/Manifest
@@ -1,2 +1 @@
-DIST LabOneLinux64-16.12.42529.tar.gz 120562203 BLAKE2B 
5d5e3816ad47e79b8b029b318f76b72908949fb4f92b5497d4b03abf5562144951d2a95832cdd2112df8922a9ea002a508f0d81c5f1fee3a017540dceb70233a
 SHA512 
31068792ca4c2ab88490eacf35a84f8a2c31b330087ee91154e5ecdae63bcf557563c80e45af4a855df9d7d9a1d5b5a761ef5d957ce357368706307ea5ea196b
 DIST LabOneLinux64-21.08.20515.tar.gz 399058267 BLAKE2B 
624c4dc4a01edb69f9b36a435744d10b3638c91c7ac0c1e9765cf913e605fe32d1935fa131d650f38a5b713df916d92b985ac5f6489b031bba9b6ec8a1370d4a
 SHA512 
f229a885ea91cc518c4819ad76a928829eb1699603ba48fb745d4a99faca116b100831c17a48243922912c68de27b7938387677ffa2e996a122f36c33d0a205c

diff --git a/sci-electronics/labone/labone-16.12.42529.ebuild 
b/sci-electronics/labone/labone-16.12.42529.ebuild
deleted file mode 100644
index d0e0dd38e67..00000000000
--- a/sci-electronics/labone/labone-16.12.42529.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Platform independent instrument control for Zurich Instruments 
devices"
-HOMEPAGE="https://www.zhinst.com/labone";
-SRC_URI="https://www.zhinst.com/system/files/downloads/files/LabOneLinux64-${PV}.tar.gz";
-
-LICENSE="zi-labone"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-RESTRICT="mirror bindist"
-IUSE="minimal"
-
-QA_PREBUILT="*"
-
-RDEPEND=""
-
-S=${WORKDIR}/LabOneLinux64-${PV}
-
-src_install() {
-       local instPath=/opt/zi
-       local instrDir="LabOne64-${PV}"
-
-       if ! use minimal ; then
-
-               dodir ${instPath}/${instrDir}
-               for dir in API DataServer Documentation WebServer 
release_notes_16.12.txt ; do
-                       cp -a "$dir" "${D}${instPath}/${instrDir}/" || die
-               done
-
-               dosym ../..${instPath}/${instrDir}/DataServer/ziServer 
/opt/bin/ziServer
-               dosym ../..${instPath}/${instrDir}/DataServer/ziDataServer 
/opt/bin/ziDataServer
-
-               echo "#!/bin/bash" > "${T}/startWebServer" || die
-               echo "${instPath}/${instrDir}/WebServer/ziWebServer -r 
${instPath}/${instrDir}/WebServer/html --ip 127.0.0.1 --server-port 8004" >> 
"${T}/startWebServer" || die
-               chmod 755 "${T}/startWebServer" || die
-               exeinto /opt/bin
-               doexe "${T}/startWebServer"
-               elog For security reasons the startWebServer script listens on 
the localhost interface only.
-       else
-
-               insinto "${instPath}/${instrDir}/API/C/lib"
-               doins API/C/lib/*.so
-               insinto "${instPath}/${instrDir}/API/C/include"
-               doins API/C/include/*.h
-
-       fi
-
-       dosym "../..${instPath}/${instrDir}/API/C/include/ziAPI.h" 
"usr/include/ziAPI.h"
-       dosym "../..${instPath}/${instrDir}/API/C/lib/libziAPI-linux64.so" 
"usr/$(get_libdir)/libziAPI-linux64.so"
-
-       # the udev integration
-
-       sed -e 's:/usr/bin/ziServer:/opt/bin/ziServer:g' -i 
Installer/udev/config || die
-       insinto /etc/ziService
-       doins Installer/udev/config
-       sed -e 's:/usr/bin/ziServer:/opt/bin/ziServer:g' -i 
Installer/udev/55-zhinst.rules || die
-       insinto /lib/udev/rules.d
-       doins Installer/udev/55-zhinst.rules
-       exeinto /opt/bin
-       doexe Installer/udev/ziService
-
-       # just to make sure
-       dosym ../../opt/bin/ziService usr/bin/ziService
-}
-
-pkg_prerm() {
-       if [[ -x /opt/bin/ziService ]]; then
-               einfo "Stopping ziService for safe unmerge"
-               /opt/bin/ziService stop
-       fi
-}

Reply via email to