Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-misc/ris-linux/, net-misc/ris-linux/files/
Date: Fri, 09 Oct 2020 07:39:24
Message-Id: 1602229078.74195dda3fcb25fed96de4f68d6baeca41a74e5e.mgorny@gentoo
1 commit: 74195dda3fcb25fed96de4f68d6baeca41a74e5e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 07:37:58 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 07:37:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74195dda
7
8 net-misc/ris-linux: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/735428
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-misc/ris-linux/Manifest | 1 -
14 net-misc/ris-linux/files/binlsrv.confd | 2 --
15 net-misc/ris-linux/files/binlsrv.initd | 30 ------------------------
16 net-misc/ris-linux/files/setup.py | 9 --------
17 net-misc/ris-linux/metadata.xml | 7 ------
18 net-misc/ris-linux/ris-linux-0.4-r1.ebuild | 37 ------------------------------
19 profiles/package.mask | 1 -
20 7 files changed, 87 deletions(-)
21
22 diff --git a/net-misc/ris-linux/Manifest b/net-misc/ris-linux/Manifest
23 deleted file mode 100644
24 index bc3d080beff..00000000000
25 --- a/net-misc/ris-linux/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST ris-linux-0.4.tar.gz 21634 BLAKE2B 815b54eec6ff29f06f5d1be0e8eb597c6118ecf7698d6d99e2b887ea8b1919d861feb445f2bf9f58c28c0cbb3304b168f9d3937331e65511023ac6281b4ea309 SHA512 e9eea14b45c060844e22dc3baa9cd15e7d202bcb3cb8b069b084115b05c0700bd563ed6322d675eee9baf72e8d530429d0c3137386377b6785ebc9007dbfd040
29
30 diff --git a/net-misc/ris-linux/files/binlsrv.confd b/net-misc/ris-linux/files/binlsrv.confd
31 deleted file mode 100644
32 index 2e6ed9f9090..00000000000
33 --- a/net-misc/ris-linux/files/binlsrv.confd
34 +++ /dev/null
35 @@ -1,2 +0,0 @@
36 -#Specify here path to directory with 'devlist.cache' file
37 -INFILE_PATH="/var/lib/ris/binl"
38
39 diff --git a/net-misc/ris-linux/files/binlsrv.initd b/net-misc/ris-linux/files/binlsrv.initd
40 deleted file mode 100644
41 index f247a39db4e..00000000000
42 --- a/net-misc/ris-linux/files/binlsrv.initd
43 +++ /dev/null
44 @@ -1,30 +0,0 @@
45 -#!/sbin/openrc-run
46 -# Copyright 1999-2011 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -depend() {
50 - need net
51 -}
52 -
53 -start() {
54 - ebegin "Starting binlsrv"
55 - if [ -z "$INFILE_PATH" ]; then
56 - eerror "Path to devlist.cache not set, please set \$INFILE_PATH in /etc/conf.d/binlsrv"
57 - return 1
58 - fi
59 - if [ ! -e "$INFILE_PATH/devlist.cache" ]; then
60 - eerror "devlist.cache not generated, please make it with infparser.py"
61 - fi
62 -
63 - start-stop-daemon --start -i --exec /usr/bin/binlsrv.py --background \
64 - --make-pidfile --pidfile /var/run/binlsrv.pid --chdir "$INFILE_PATH" \
65 - --stdout /var/log/binlsrv.log
66 -
67 - eend $?
68 -}
69 -
70 -stop() {
71 - ebegin "Stopping binlsrv"
72 - start-stop-daemon --stop -i --exec /usr/bin/binlsrv.py --pidfile /var/run/binlsrv.pid
73 - eend $?
74 -}
75 \ No newline at end of file
76
77 diff --git a/net-misc/ris-linux/files/setup.py b/net-misc/ris-linux/files/setup.py
78 deleted file mode 100644
79 index 0873f2512c9..00000000000
80 --- a/net-misc/ris-linux/files/setup.py
81 +++ /dev/null
82 @@ -1,9 +0,0 @@
83 -#!/usr/bin/env python
84 -
85 -from distutils.core import setup
86 -
87 -setup(
88 - name = 'ris-linux',
89 - version = 'VERSION',
90 - scripts = [ 'binlsrv.py', 'decode.py', 'infparser.py', 'fixloader.py', 'modldr.py' ]
91 -)
92
93 diff --git a/net-misc/ris-linux/metadata.xml b/net-misc/ris-linux/metadata.xml
94 deleted file mode 100644
95 index 8f93e4dab3d..00000000000
96 --- a/net-misc/ris-linux/metadata.xml
97 +++ /dev/null
98 @@ -1,7 +0,0 @@
99 -<?xml version="1.0" encoding="UTF-8"?>
100 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
101 -<pkgmetadata>
102 -<maintainer type="person">
103 - <email>maksbotan@g.o</email>
104 -</maintainer>
105 -</pkgmetadata>
106
107 diff --git a/net-misc/ris-linux/ris-linux-0.4-r1.ebuild b/net-misc/ris-linux/ris-linux-0.4-r1.ebuild
108 deleted file mode 100644
109 index 282889fbed0..00000000000
110 --- a/net-misc/ris-linux/ris-linux-0.4-r1.ebuild
111 +++ /dev/null
112 @@ -1,37 +0,0 @@
113 -# Copyright 1999-2020 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=5
117 -
118 -PYTHON_COMPAT=( python2_7 )
119 -DISTUTILS_SINGLE_IMPL=1
120 -
121 -inherit distutils-r1
122 -
123 -DESCRIPTION="BINL server to doing Windows(r) RIS"
124 -HOMEPAGE="https://oss.netfarm.it/guides/pxe.php"
125 -SRC_URI="https://oss.netfarm.it/guides/${P}.tar.gz"
126 -
127 -LICENSE="GPL-2"
128 -SLOT="0"
129 -KEYWORDS="~amd64 ~x86"
130 -IUSE=""
131 -
132 -DEPEND=""
133 -RDEPEND="${DEPEND}
134 - || ( net-ftp/atftp net-ftp/tftp-hpa )
135 - net-misc/dhcp
136 - net-fs/samba
137 - sys-boot/syslinux"
138 -
139 -python_prepare_all() {
140 - sed "s:VERSION:${PV}:" "${FILESDIR}"/setup.py > "${S}"/setup.py
141 - distutils-r1_python_prepare_all
142 -}
143 -
144 -python_install_all() {
145 - distutils-r1_python_install_all
146 -
147 - newinitd "${FILESDIR}"/binlsrv.initd binlsrv
148 - newconfd "${FILESDIR}"/binlsrv.confd binlsrv
149 -}
150
151 diff --git a/profiles/package.mask b/profiles/package.mask
152 index 5ee048225c3..82a608022f8 100644
153 --- a/profiles/package.mask
154 +++ b/profiles/package.mask
155 @@ -511,7 +511,6 @@ dev-vcs/gitstats
156 games-strategy/0ad
157 media-sound/codecgraph
158 net-misc/pssh
159 -net-misc/ris-linux
160
161 # Arfrever Frehtes Taifersar Arahesis <arfrever.fta@×××××.com> (2020-09-01)
162 # Mismatched version (bug #695022). Masked to force upgrade to 2.0.4_pre20200306162733.