summaryrefslogtreecommitdiff
path: root/sys-apps/nca
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /sys-apps/nca
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'sys-apps/nca')
-rw-r--r--sys-apps/nca/Manifest4
-rw-r--r--sys-apps/nca/files/ncad.initd15
-rw-r--r--sys-apps/nca/metadata.xml14
-rw-r--r--sys-apps/nca/nca-0.9.0-r1.ebuild43
4 files changed, 0 insertions, 76 deletions
diff --git a/sys-apps/nca/Manifest b/sys-apps/nca/Manifest
deleted file mode 100644
index 847d557c9572..000000000000
--- a/sys-apps/nca/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX ncad.initd 348 BLAKE2B 6da8468a4ad51797b1ae32a5ba1401c74dd1f79609e2138236736416e70a4923acee26736152c9cd9cb6b477189dbcffdfec775c7943b344a7a9c8542c3c6a04 SHA512 f70d471606d0eb8c7327c0c7693047d8e21d1273a36d14d764f74afb359cb39c559ebc7f5c6f62c717f061f77ccf2c0f3d53a6b961f316552c6c6071cdb47297
-DIST nca-0.9.0.tar.gz 818721 BLAKE2B 597be0bc788e750cb7552bf818a1631850e50f33bbfd051e029f3f35b55056f49cf239e03cf48e8af6a8c9d4ede6d38792e288c073f45a80f4e40b9c630f308e SHA512 375dc747414af7e8971a9112fa6a4583dd543f6f4b3a84b2c16f45ee2487363929c2eed3c1837687b802161c630443885e6da20ac738017d219e9a608b4d700c
-EBUILD nca-0.9.0-r1.ebuild 955 BLAKE2B 944ed7fdd4f5104b763f81cb5335b0af206478646f9c9bd81e0beaee5c357a4fcc241018be5c8df989514371ef3f8d7f0e5021ecc61ff64391dce8ad6794c635 SHA512 92a0fca038ee1349599fe134a25511f108a47ace206a375fda0040412ba3b012406fb217d80fad42c8b4801c167beee6f2bfe06767223dac9ad015cbba9e350c
-MISC metadata.xml 699 BLAKE2B 2f1594058e2e1d20660603ed3d0e800291002d229e405cbf4ac7722f7eeea1e85e89014fc541e5d835bf181508979573f62157edba656c99ff0b620acde854b7 SHA512 b852fdd4b6bb507c118af56a1e3880ae17843e74b172b2a33d637c46d3451450c27f55205b3b3f8d9ff67b831efbb89e2df3480d0af783881def31df1a8ca6e1
diff --git a/sys-apps/nca/files/ncad.initd b/sys-apps/nca/files/ncad.initd
deleted file mode 100644
index fa2adcd9b3ec..000000000000
--- 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 f60fb571575b..000000000000
--- a/sys-apps/nca/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- 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.
- </longdescription>
-</pkgmetadata>
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 1207d405ec81..000000000000
--- 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
-}