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: sys-apps/nca/files/, profiles/, sys-apps/nca/
Date: Sat, 20 Apr 2019 23:27:57
Message-Id: 1555746600.312616bff1b16ee99ee6002210cdfe01b384974c.mgorny@gentoo
1 commit: 312616bff1b16ee99ee6002210cdfe01b384974c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 07:49:07 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 07:50:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312616bf
7
8 sys-apps/nca: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/676240
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 2 --
14 sys-apps/nca/Manifest | 1 -
15 sys-apps/nca/files/ncad.initd | 15 --------------
16 sys-apps/nca/metadata.xml | 14 -------------
17 sys-apps/nca/nca-0.9.0-r1.ebuild | 43 ----------------------------------------
18 5 files changed, 75 deletions(-)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index 28260706208..4f2f5f3c2fb 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -630,7 +630,6 @@ x11-libs/hippo-canvas
25 # net-misc/stone: #675612, needs new snapshot, current ver is from 2008
26 # net-misc/tn5250: #678684, last commits in 2012
27 # net-proxy/ufdbguard: #677482, needs bump, current ver is from 2016
28 -# sys-apps/nca: #676240, last updated upstream in 2004
29 #
30 # Removal in 30 days.
31 app-crypt/keynote
32 @@ -658,7 +657,6 @@ net-misc/sslwrap
33 net-misc/stone
34 net-misc/tn5250
35 net-proxy/ufdbguard
36 -sys-apps/nca
37
38 # Miroslav Šulc <fordfrog@g.o> (19 Mar 2019)
39 # Depends on >=virtual/{jdk,jre}-11 which is masked
40
41 diff --git a/sys-apps/nca/Manifest b/sys-apps/nca/Manifest
42 deleted file mode 100644
43 index 4ed1cfe5762..00000000000
44 --- a/sys-apps/nca/Manifest
45 +++ /dev/null
46 @@ -1 +0,0 @@
47 -DIST nca-0.9.0.tar.gz 818721 BLAKE2B 597be0bc788e750cb7552bf818a1631850e50f33bbfd051e029f3f35b55056f49cf239e03cf48e8af6a8c9d4ede6d38792e288c073f45a80f4e40b9c630f308e SHA512 375dc747414af7e8971a9112fa6a4583dd543f6f4b3a84b2c16f45ee2487363929c2eed3c1837687b802161c630443885e6da20ac738017d219e9a608b4d700c
48
49 diff --git a/sys-apps/nca/files/ncad.initd b/sys-apps/nca/files/ncad.initd
50 deleted file mode 100644
51 index fa2adcd9b3e..00000000000
52 --- a/sys-apps/nca/files/ncad.initd
53 +++ /dev/null
54 @@ -1,15 +0,0 @@
55 -#!/sbin/openrc-run
56 -# Copyright 1999-2016 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -start() {
60 - ebegin "Starting ${SVCNAME}"
61 - start-stop-daemon --start --quiet --exec /sbin/ncad
62 - eend ${?}
63 -}
64 -
65 -stop() {
66 - ebegin "Stopping ${SVCNAME}"
67 - start-stop-daemon --stop --retry 5 --quiet --exec /sbin/ncad
68 - eend ${?}
69 -}
70
71 diff --git a/sys-apps/nca/metadata.xml b/sys-apps/nca/metadata.xml
72 deleted file mode 100644
73 index f60fb571575..00000000000
74 --- a/sys-apps/nca/metadata.xml
75 +++ /dev/null
76 @@ -1,14 +0,0 @@
77 -<?xml version="1.0" encoding="UTF-8"?>
78 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 -<pkgmetadata>
80 - <!-- maintainer-needed -->
81 - <longdescription lang="en">
82 - nca connects a pseudo terminal to the console's virtual terminals
83 - (/dev/tty0...n) that are normally only accessible to someone with
84 - local keyboard access. It is particularly useful in conjunction with
85 - ncad since it then provides remote console access via SSH; with some
86 - appropriate system start up scripts, ncad can be started immediately
87 - the root filesystem has been mounted read-only, providing a cheap,
88 - and only marginally inferior alternative to a serial console.
89 - </longdescription>
90 -</pkgmetadata>
91
92 diff --git a/sys-apps/nca/nca-0.9.0-r1.ebuild b/sys-apps/nca/nca-0.9.0-r1.ebuild
93 deleted file mode 100644
94 index 1207d405ec8..00000000000
95 --- a/sys-apps/nca/nca-0.9.0-r1.ebuild
96 +++ /dev/null
97 @@ -1,43 +0,0 @@
98 -# Copyright 1999-2016 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI="6"
102 -
103 -inherit toolchain-funcs
104 -
105 -DESCRIPTION="Network Console on Acid"
106 -HOMEPAGE="http://www.xenoclast.org/nca/"
107 -SRC_URI="http://www.xenoclast.org/nca/download/${P}.tar.gz"
108 -
109 -LICENSE="BSD GPL-2"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~x86"
112 -IUSE=""
113 -
114 -RDEPEND="dev-libs/openssl
115 - sys-libs/zlib"
116 -
117 -DEPEND="dev-lang/perl
118 - ${RDEPEND}"
119 -
120 -src_prepare() {
121 - sed -i -e "s:^\([[:space:]]\+\$(MAKE) install\):\1 DESTDIR=\$(DESTDIR):g" \
122 - -e "s:=\(\$(CFLAGS)\):=\"\1\":g" -e "s:=\(\$(CC)\):=\"\1\":g" Makefile
123 -
124 - sed -i -e "s:-s sshd:sshd:g" ncad.patch
125 -
126 - eapply_user
127 -}
128 -
129 -src_compile() {
130 - emake -j1 CFLAGS="${CFLAGS}" CC=$(tc-getCC)
131 -}
132 -
133 -src_install() {
134 - dodir /sbin
135 - emake BINDIR="${D}sbin" MANDIR="${D}usr/share/man" SYSCONF_DIR="${D}etc" \
136 - DESTDIR="${D}" install_nca install_ssh install_man
137 -
138 - newinitd "${FILESDIR}/ncad.initd" ncad
139 - dodoc ChangeLog README* rc/ncad.template
140 -}