public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/nca/
@ 2016-04-29 19:32 Austin English
  0 siblings, 0 replies; only message in thread
From: Austin English @ 2016-04-29 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1279df54e0542d56b632873946b2c953ae7447f6
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 17:51:18 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 19:32:13 2016 +0000
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..0000000
--- 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
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-29 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-29 19:32 [gentoo-commits] repo/gentoo:master commit in: sys-apps/nca/ Austin English

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox