+++ /dev/null
-MD5 3a9507876db23109be6d1f41ced5570a netkit-routed_0.17.orig.tar.gz 36435
+++ /dev/null
-MD5 3a9507876db23109be6d1f41ced5570a netkit-routed_0.17.orig.tar.gz 36435
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild,v 1.20 2004/07/15 03:07:27 agriffis Exp $
-
-DESCRIPTION="Netkit - routed"
-SRC_URI="mirror://debian/pool/main/n/netkit-routed/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-
-KEYWORDS="x86 sparc ppc mips"
-IUSE=""
-LICENSE="BSD"
-SLOT="0"
-
-src_compile() {
- ./configure || die
- make || die
-}
-
-src_install() {
- into /usr
- dosbin ripquery/ripquery
- doman ripquery/ripquery.8
- dosbin routed/routed
- dosym routed /usr/sbin/in.routed
- doman routed/routed.8
- dosym routed.8.gz /usr/share/man/man8/in.routed.8.gz
- dodoc README ChangeLog
- newdoc routed/README README.routed
-}
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/netkit-routed-0.17-r2.ebuild,v 1.5 2004/07/15 03:07:27 agriffis Exp $
-
-DESCRIPTION="Netkit - routed"
-SRC_URI="mirror://debian/pool/main/n/netkit-routed/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-
-KEYWORDS="x86 sparc ppc mips alpha"
-IUSE=""
-LICENSE="BSD"
-SLOT="0"
-
-src_compile() {
- ./configure || die
- make || die
-}
-
-src_install() {
- into /usr
-
- # ripquery
- dosbin ripquery/ripquery
- doman ripquery/ripquery.8
-
- # routed
- dosbin routed/routed
- dosym routed /usr/sbin/in.routed
- doman routed/routed.8
- dosym routed.8.gz /usr/share/man/man8/in.routed.8.gz
-
- # docs
- dodoc README ChangeLog
- newdoc routed/README README.routed
-
- # init scripts
- insinto /etc/conf.d
- newins "${FILESDIR}/routed.confd" routed
- exeinto /etc/init.d
- newexe "${FILESDIR}/routed.initd" routed
-}
+++ /dev/null
-MD5 65f5f28e2fe22d9ad8b17bb9a10df096 netkit-rsh_0.17.orig.tar.gz 58268
-RMD160 288dd91c84fcebde8e401d3d0bf93d99c3bac73e netkit-rsh_0.17.orig.tar.gz 58268
-SHA256 edcac7fa18015f0bc04e573f3f54ae3b638d71335df1ad7dae692779914ad669 netkit-rsh_0.17.orig.tar.gz 58268
+++ /dev/null
-MD5 65f5f28e2fe22d9ad8b17bb9a10df096 netkit-rsh-0.17.tar.gz 58268
-RMD160 288dd91c84fcebde8e401d3d0bf93d99c3bac73e netkit-rsh-0.17.tar.gz 58268
-SHA256 edcac7fa18015f0bc04e573f3f54ae3b638d71335df1ad7dae692779914ad669 netkit-rsh-0.17.tar.gz 58268
-MD5 17c2b2fa2aed6af7e0b850673d5ef1f9 rexec-1.5.tar.gz 18469
-RMD160 713ed4e6ec125f8f0b8056eb53b41e4e34e6c29b rexec-1.5.tar.gz 18469
-SHA256 9bcf9986eb9637d1b8e8ab62a61c80f3422d628e837e72c6ad8c2e38604ccaf4 rexec-1.5.tar.gz 18469
+++ /dev/null
-# Copyright 1999-2005 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-r5.ebuild,v 1.10 2005/05/20 15:08:19 luckyduck Exp $
-
-inherit eutils
-
-IUSE="pam"
-
-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 amd64 ppc64"
-
-DEPEND=">=sys-libs/ncurses-5.2
- pam? ( >=sys-libs/pam-0.72 )"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- epatch ${FILESDIR}/rlogind-auth.diff
-
- # See bug #72359
- epatch ${FILESDIR}/va_start.diff
-}
-
-src_compile() {
- local myconf
- use pam || myconf="--without-pam"
- ./configure ${myconf} || 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
-
-}
+++ /dev/null
-# Copyright 1999-2006 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-r6.ebuild,v 1.11 2006/06/28 17:28:03 kanaka Exp $
-
-inherit eutils pam toolchain-funcs
-
-DESCRIPTION="Netkit's Remote Shell Suite: rexec{,d} rlogin{,d} rsh{,d}"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz
- mirror://gentoo/rexec-1.5.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
-IUSE="pam"
-
-DEPEND=">=sys-libs/ncurses-5.2
- pam? ( >=sys-libs/pam-0.72 )"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd "${S}"
- unpack rexec-1.5.tar.gz
- for p in $(grep -v '^#' "${FILESDIR}"/redhat.spec) ; do
- EPATCH_SINGLE_MSG="Applying Redhat's ${p} ..." \
- epatch "${FILESDIR}"/${p}
- done
- sed -i \
- -e '/LDFLAGS/s:$: -Wl,-z,now:' \
- r{cp,login,sh}/Makefile
-}
-
-src_compile() {
- local myconf
- use pam || myconf="--without-pam"
- if tc-is-cross-compiler; then
- tc-export CC
- # Can't do runtime tests when cross-compiling
- sed -i -e "s|./__conftest|: ./__conftest|" configure
- fi
- ./configure ${myconf} || die
-
- sed -i \
- -e "s:-pipe -O2:${CFLAGS}:" \
- -e "s:-Wpointer-arith::" \
- MCONFIG || die "could not sed MCONFIG"
- make || die
-}
-
-src_install() {
- local b exe
- insinto /etc/xinetd.d
- for b in rcp rexec{,d} rlogin{,d} rsh{,d} ; do
- if [[ ${b:0-1} == "d" ]] ; then
- dosbin ${b}/${b} || die "dosbin ${b} failed"
- dosym ${b} /usr/sbin/in.${b}
- doman ${b}/${b}.8
- else
- dobin ${b}/${b} || die "dobin ${b} failed"
- doman ${b}/${b}.1
- [[ ${b} != "rexec" ]] \
- && fperms 4711 /usr/bin/${b}
- [[ ${b} != "rcp" ]] \
- && newins "${FILESDIR}"/${b}.xinetd ${b} \
- && newpamd "${FILESDIR}"/${b}.pamd ${b}
- fi
- done
- dodoc README ChangeLog BUGS
- newdoc rexec/README README.rexec
-}