[gentoo-commits] repo/gentoo:master commit in: sys-apps/nca/files/, profiles/, sys-apps/nca/

2019-04-20 Thread Michał Górny
commit: 312616bff1b16ee99ee6002210cdfe01b384974c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 07:49:07 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 07:50:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312616bf

sys-apps/nca: Remove last-rited pkg

Closes: https://bugs.gentoo.org/676240
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask|  2 --
 sys-apps/nca/Manifest|  1 -
 sys-apps/nca/files/ncad.initd| 15 --
 sys-apps/nca/metadata.xml| 14 -
 sys-apps/nca/nca-0.9.0-r1.ebuild | 43 
 5 files changed, 75 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 28260706208..4f2f5f3c2fb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -630,7 +630,6 @@ x11-libs/hippo-canvas
 # net-misc/stone: #675612, needs new snapshot, current ver is from 2008
 # net-misc/tn5250: #678684, last commits in 2012
 # net-proxy/ufdbguard: #677482, needs bump, current ver is from 2016
-# sys-apps/nca: #676240, last updated upstream in 2004
 #
 # Removal in 30 days.
 app-crypt/keynote
@@ -658,7 +657,6 @@ net-misc/sslwrap
 net-misc/stone
 net-misc/tn5250
 net-proxy/ufdbguard
-sys-apps/nca
 
 # Miroslav Šulc  (19 Mar 2019)
 # Depends on >=virtual/{jdk,jre}-11 which is masked

diff --git a/sys-apps/nca/Manifest b/sys-apps/nca/Manifest
deleted file mode 100644
index 4ed1cfe5762..000
--- a/sys-apps/nca/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nca-0.9.0.tar.gz 818721 BLAKE2B 
597be0bc788e750cb7552bf818a1631850e50f33bbfd051e029f3f35b55056f49cf239e03cf48e8af6a8c9d4ede6d38792e288c073f45a80f4e40b9c630f308e
 SHA512 
375dc747414af7e8971a9112fa6a4583dd543f6f4b3a84b2c16f45ee2487363929c2eed3c1837687b802161c630443885e6da20ac738017d219e9a608b4d700c

diff --git a/sys-apps/nca/files/ncad.initd b/sys-apps/nca/files/ncad.initd
deleted file mode 100644
index fa2adcd9b3e..000
--- a/sys-apps/nca/files/ncad.initd
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-start() {
-   ebegin "Starting ${SVCNAME}"
-   start-stop-daemon --start --quiet --exec /sbin/ncad
-   eend ${?}
-}
-
-stop() {
-   ebegin "Stopping ${SVCNAME}"
-   start-stop-daemon --stop --retry 5 --quiet --exec /sbin/ncad
-   eend ${?}
-}

diff --git a/sys-apps/nca/metadata.xml b/sys-apps/nca/metadata.xml
deleted file mode 100644
index f60fb571575..000
--- a/sys-apps/nca/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   nca connects a pseudo terminal to the console's virtual 
terminals
-   (/dev/tty0...n) that are normally only accessible to someone 
with
-   local keyboard access. It is particularly useful in conjunction 
with
-   ncad since it then provides remote console access via SSH; with 
some
-   appropriate system start up scripts, ncad can be started 
immediately
-   the root filesystem has been mounted read-only, providing a 
cheap,
-   and only marginally inferior alternative to a serial console. 
-   
-

diff --git a/sys-apps/nca/nca-0.9.0-r1.ebuild b/sys-apps/nca/nca-0.9.0-r1.ebuild
deleted file mode 100644
index 1207d405ec8..000
--- a/sys-apps/nca/nca-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Network Console on Acid"
-HOMEPAGE="http://www.xenoclast.org/nca/;
-SRC_URI="http://www.xenoclast.org/nca/download/${P}.tar.gz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl
-   sys-libs/zlib"
-
-DEPEND="dev-lang/perl
-   ${RDEPEND}"
-
-src_prepare() {
-   sed -i -e "s:^\([[:space:]]\+\$(MAKE) install\):\1 
DESTDIR=\$(DESTDIR):g" \
-   -e "s:=\(\$(CFLAGS)\):=\"\1\":g" -e "s:=\(\$(CC)\):=\"\1\":g" 
Makefile
-
-   sed -i -e "s:-s sshd:sshd:g" ncad.patch
-
-   eapply_user
-}
-
-src_compile() {
-   emake -j1 CFLAGS="${CFLAGS}" CC=$(tc-getCC)
-}
-
-src_install() {
-   dodir /sbin
-   emake BINDIR="${D}sbin" MANDIR="${D}usr/share/man" 
SYSCONF_DIR="${D}etc" \
-   DESTDIR="${D}" install_nca install_ssh install_man
-
-   newinitd "${FILESDIR}/ncad.initd" ncad
-   dodoc ChangeLog README* rc/ncad.template
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/nca/, sys-apps/nca/files/

2016-04-29 Thread Austin English
commit: 3e9055c6596ba0d36dab58a623866ff840232450
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 17:50:58 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9055c6

sys-apps/nca: use #!/sbin/openrc-run instead of #!/sbin/runscript

Gentoo-Bug: https://bugs.gentoo.org/573846

Package-Manager: portage-2.2.26

 sys-apps/nca/files/ncad.initd|  4 ++--
 sys-apps/nca/nca-0.9.0-r1.ebuild | 44 
 2 files changed, 46 insertions(+), 2 deletions(-)

diff --git a/sys-apps/nca/files/ncad.initd b/sys-apps/nca/files/ncad.initd
index 5e7fff2..f87ec32 100644
--- a/sys-apps/nca/files/ncad.initd
+++ b/sys-apps/nca/files/ncad.initd
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2007 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/sys-apps/nca/nca-0.9.0-r1.ebuild b/sys-apps/nca/nca-0.9.0-r1.ebuild
new file mode 100644
index 000..d4abf43
--- /dev/null
+++ b/sys-apps/nca/nca-0.9.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Network Console on Acid"
+HOMEPAGE="http://www.xenoclast.org/nca/;
+SRC_URI="http://www.xenoclast.org/nca/download/${P}.tar.gz;
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/openssl
+   sys-libs/zlib"
+
+DEPEND="dev-lang/perl
+   ${RDEPEND}"
+
+src_prepare() {
+   sed -i -e "s:^\([[:space:]]\+\$(MAKE) install\):\1 
DESTDIR=\$(DESTDIR):g" \
+   -e "s:=\(\$(CFLAGS)\):=\"\1\":g" -e "s:=\(\$(CC)\):=\"\1\":g" 
Makefile
+
+   sed -i -e "s:-s sshd:sshd:g" ncad.patch
+
+   eapply_user
+}
+
+src_compile() {
+   emake -j1 CFLAGS="${CFLAGS}" CC=$(tc-getCC)
+}
+
+src_install() {
+   dodir /sbin
+   emake BINDIR="${D}sbin" MANDIR="${D}usr/share/man" 
SYSCONF_DIR="${D}etc" \
+   DESTDIR="${D}" install_nca install_ssh install_man
+
+   newinitd "${FILESDIR}/ncad.initd" ncad
+   dodoc ChangeLog README* rc/ncad.template
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/nca/

2016-04-29 Thread Austin English
commit: 1279df54e0542d56b632873946b2c953ae7447f6
Author: Austin English  gentoo  org>
AuthorDate: Fri Apr 29 17:51:18 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Apr 29 19:32:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1279df54

sys-apps/nca: remove nca-0.9.0

Package-Manager: portage-2.2.26

 sys-apps/nca/nca-0.9.0.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/sys-apps/nca/nca-0.9.0.ebuild b/sys-apps/nca/nca-0.9.0.ebuild
deleted file mode 100644
index 0c7bc45..000
--- a/sys-apps/nca/nca-0.9.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Network Console on Acid"
-HOMEPAGE="http://www.xenoclast.org/nca/;
-SRC_URI="http://www.xenoclast.org/nca/download/${P}.tar.gz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl
-   sys-libs/zlib"
-
-DEPEND="dev-lang/perl
-   ${RDEPEND}"
-
-src_prepare() {
-   sed -i -e "s:^\([[:space:]]\+\$(MAKE) install\):\1 
DESTDIR=\$(DESTDIR):g" \
-   -e "s:=\(\$(CFLAGS)\):=\"\1\":g" -e "s:=\(\$(CC)\):=\"\1\":g" 
Makefile
-
-   sed -i -e "s:-s sshd:sshd:g" ncad.patch
-}
-
-src_compile() {
-   emake -j1 CFLAGS="${CFLAGS}" CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
-   dodir /sbin
-   emake BINDIR="${D}sbin" MANDIR="${D}usr/share/man" 
SYSCONF_DIR="${D}etc" \
-   DESTDIR="${D}" install_nca install_ssh install_man
-
-   newinitd "${FILESDIR}/ncad.initd" ncad
-   dodoc ChangeLog README* rc/ncad.template
-}