summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-09 09:37:58 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-09 09:37:58 +0200
commit74195dda3fcb25fed96de4f68d6baeca41a74e5e (patch)
treefcef777d63ce2d8b1d518e4db6f11bbd7b4b11ee /net-misc
parentnet-wireless/mousejack: Remove last-rited pkg (diff)
downloadgentoo-74195dda3fcb25fed96de4f68d6baeca41a74e5e.tar.gz
gentoo-74195dda3fcb25fed96de4f68d6baeca41a74e5e.tar.bz2
gentoo-74195dda3fcb25fed96de4f68d6baeca41a74e5e.zip
net-misc/ris-linux: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735428 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ris-linux/Manifest1
-rw-r--r--net-misc/ris-linux/files/binlsrv.confd2
-rw-r--r--net-misc/ris-linux/files/binlsrv.initd30
-rw-r--r--net-misc/ris-linux/files/setup.py9
-rw-r--r--net-misc/ris-linux/metadata.xml7
-rw-r--r--net-misc/ris-linux/ris-linux-0.4-r1.ebuild37
6 files changed, 0 insertions, 86 deletions
diff --git a/net-misc/ris-linux/Manifest b/net-misc/ris-linux/Manifest
deleted file mode 100644
index bc3d080beff4..000000000000
--- a/net-misc/ris-linux/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ris-linux-0.4.tar.gz 21634 BLAKE2B 815b54eec6ff29f06f5d1be0e8eb597c6118ecf7698d6d99e2b887ea8b1919d861feb445f2bf9f58c28c0cbb3304b168f9d3937331e65511023ac6281b4ea309 SHA512 e9eea14b45c060844e22dc3baa9cd15e7d202bcb3cb8b069b084115b05c0700bd563ed6322d675eee9baf72e8d530429d0c3137386377b6785ebc9007dbfd040
diff --git a/net-misc/ris-linux/files/binlsrv.confd b/net-misc/ris-linux/files/binlsrv.confd
deleted file mode 100644
index 2e6ed9f9090f..000000000000
--- a/net-misc/ris-linux/files/binlsrv.confd
+++ /dev/null
@@ -1,2 +0,0 @@
-#Specify here path to directory with 'devlist.cache' file
-INFILE_PATH="/var/lib/ris/binl"
diff --git a/net-misc/ris-linux/files/binlsrv.initd b/net-misc/ris-linux/files/binlsrv.initd
deleted file mode 100644
index f247a39db4ed..000000000000
--- a/net-misc/ris-linux/files/binlsrv.initd
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting binlsrv"
- if [ -z "$INFILE_PATH" ]; then
- eerror "Path to devlist.cache not set, please set \$INFILE_PATH in /etc/conf.d/binlsrv"
- return 1
- fi
- if [ ! -e "$INFILE_PATH/devlist.cache" ]; then
- eerror "devlist.cache not generated, please make it with infparser.py"
- fi
-
- start-stop-daemon --start -i --exec /usr/bin/binlsrv.py --background \
- --make-pidfile --pidfile /var/run/binlsrv.pid --chdir "$INFILE_PATH" \
- --stdout /var/log/binlsrv.log
-
- eend $?
-}
-
-stop() {
- ebegin "Stopping binlsrv"
- start-stop-daemon --stop -i --exec /usr/bin/binlsrv.py --pidfile /var/run/binlsrv.pid
- eend $?
-} \ No newline at end of file
diff --git a/net-misc/ris-linux/files/setup.py b/net-misc/ris-linux/files/setup.py
deleted file mode 100644
index 0873f2512c99..000000000000
--- a/net-misc/ris-linux/files/setup.py
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python
-
-from distutils.core import setup
-
-setup(
- name = 'ris-linux',
- version = 'VERSION',
- scripts = [ 'binlsrv.py', 'decode.py', 'infparser.py', 'fixloader.py', 'modldr.py' ]
-)
diff --git a/net-misc/ris-linux/metadata.xml b/net-misc/ris-linux/metadata.xml
deleted file mode 100644
index 8f93e4dab3d6..000000000000
--- a/net-misc/ris-linux/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>maksbotan@gentoo.org</email>
-</maintainer>
-</pkgmetadata>
diff --git a/net-misc/ris-linux/ris-linux-0.4-r1.ebuild b/net-misc/ris-linux/ris-linux-0.4-r1.ebuild
deleted file mode 100644
index 282889fbed0b..000000000000
--- a/net-misc/ris-linux/ris-linux-0.4-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="BINL server to doing Windows(r) RIS"
-HOMEPAGE="https://oss.netfarm.it/guides/pxe.php"
-SRC_URI="https://oss.netfarm.it/guides/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- || ( net-ftp/atftp net-ftp/tftp-hpa )
- net-misc/dhcp
- net-fs/samba
- sys-boot/syslinux"
-
-python_prepare_all() {
- sed "s:VERSION:${PV}:" "${FILESDIR}"/setup.py > "${S}"/setup.py
- distutils-r1_python_prepare_all
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- newinitd "${FILESDIR}"/binlsrv.initd binlsrv
- newconfd "${FILESDIR}"/binlsrv.confd binlsrv
-}