summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-19 23:09:38 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-19 23:09:38 +0000
commit707a7eabd902b7ca467bbebe4a962279620f383a (patch)
treed2ab13280f0d97a625f10d2c393ec3c6e222db2c /net-misc/netkit-rsh
parentUpdate version. Fix building on amd64 with gcc4. (diff)
downloadgentoo-2-707a7eabd902b7ca467bbebe4a962279620f383a.tar.gz
gentoo-2-707a7eabd902b7ca467bbebe4a962279620f383a.tar.bz2
gentoo-2-707a7eabd902b7ca467bbebe4a962279620f383a.zip
old
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/netkit-rsh')
-rw-r--r--net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r31
-rw-r--r--net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r41
-rw-r--r--net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild67
-rw-r--r--net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild72
4 files changed, 0 insertions, 141 deletions
diff --git a/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r3 b/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r3
deleted file mode 100644
index f15e7166a879..000000000000
--- a/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 65f5f28e2fe22d9ad8b17bb9a10df096 netkit-rsh_0.17.orig.tar.gz 58268
diff --git a/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r4 b/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r4
deleted file mode 100644
index f15e7166a879..000000000000
--- a/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 65f5f28e2fe22d9ad8b17bb9a10df096 netkit-rsh_0.17.orig.tar.gz 58268
diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild
deleted file mode 100644
index 28ab8888ae72..000000000000
--- a/net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild,v 1.9 2004/07/15 03:07:53 agriffis Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="Netkit - rshd"
-SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="x86 sparc ppc alpha mips"
-
-DEPEND=">=sys-libs/ncurses-5.2
- >=sys-libs/pam-0.72"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- epatch ${FILESDIR}/rlogind-auth.diff
-}
-
-src_compile() {
- ./configure || die
-
- cp MCONFIG MCONFIG.orig
- sed -e "s:-pipe -O2:${CFLAGS}:" \
- -e "s:-Wpointer-arith::" \
- MCONFIG.orig > MCONFIG
-
- make || die
-}
-
-src_install() {
- into /usr
- dobin rcp/rcp
- fperms 4755 /usr/bin/rcp
- doman rcp/rcp.1
- dobin rexec/rexec
- doman rexec/rexec.1
- dosbin rexecd/rexecd
- dosym rexecd /usr/sbin/in.rexecd
- doman rexecd/rexecd.8
- dosym rexecd.8.gz /usr/share/man/man8/in.rexecd.8.gz
- dobin rlogin/rlogin
- fperms 4755 /usr/bin/rlogin
- doman rlogin/rlogin.1
- dosbin rlogind/rlogind
- dosym rlogind /usr/sbin/in.rlogind
- doman rlogind/rlogind.8
- dosym rlogind.8.gz /usr/share/man/man8/in.rlogind.8.gz
- dobin rsh/rsh
- fperms 4755 /usr/bin/rsh
- doman rsh/rsh.1
- dosbin rshd/rshd
- dosym rshd /usr/sbin/in.rshd
- doman rshd/rshd.8
- dosym rshd.8.gz /usr/share/man/man8/in.rshd.8.gz
- dodoc README ChangeLog BUGS
- newdoc rexec/README README.rexec
- insinto /etc/xinetd.d
- newins ${FILESDIR}/rexec.xinetd rexec
- newins ${FILESDIR}/rlogin.xinetd rlogin
- newins ${FILESDIR}/rsh.xinetd rsh
-}
diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild
deleted file mode 100644
index 388118e92bda..000000000000
--- a/net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild,v 1.5 2004/07/15 03:07:53 agriffis Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="Netkit's Remote Shell Suite: rexec{,d} rlogin{,d} rsh{,d}"
-SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="x86 sparc ppc alpha mips"
-
-DEPEND=">=sys-libs/ncurses-5.2
- >=sys-libs/pam-0.72"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- epatch ${FILESDIR}/rlogind-auth.diff
-}
-
-src_compile() {
- ./configure || die
-
- cp MCONFIG MCONFIG.orig
- sed -e "s:-pipe -O2:${CFLAGS}:" \
- -e "s:-Wpointer-arith::" \
- MCONFIG.orig > MCONFIG
-
- make || die
-}
-
-src_install() {
- into /usr
- dobin rcp/rcp
- fperms 4755 /usr/bin/rcp
- doman rcp/rcp.1
- dobin rexec/rexec
- doman rexec/rexec.1
- dosbin rexecd/rexecd
- dosym rexecd /usr/sbin/in.rexecd
- doman rexecd/rexecd.8
- dosym rexecd.8.gz /usr/share/man/man8/in.rexecd.8.gz
- dobin rlogin/rlogin
- fperms 4755 /usr/bin/rlogin
- doman rlogin/rlogin.1
- dosbin rlogind/rlogind
- dosym rlogind /usr/sbin/in.rlogind
- doman rlogind/rlogind.8
- dosym rlogind.8.gz /usr/share/man/man8/in.rlogind.8.gz
- dobin rsh/rsh
- fperms 4755 /usr/bin/rsh
- doman rsh/rsh.1
- dosbin rshd/rshd
- dosym rshd /usr/sbin/in.rshd
- doman rshd/rshd.8
- dosym rshd.8.gz /usr/share/man/man8/in.rshd.8.gz
- dodoc README ChangeLog BUGS
- newdoc rexec/README README.rexec
- insinto /etc/xinetd.d
- newins ${FILESDIR}/rexec.xinetd rexec
- newins ${FILESDIR}/rlogin.xinetd rlogin
- newins ${FILESDIR}/rsh.xinetd rsh
- insinto /etc/pam.d
- newins ${FILESDIR}/rexec.pamd rexec
- newins ${FILESDIR}/rlogin.pamd rlogin
- newins ${FILESDIR}/rsh.pamd rsh
-
-}