diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
commit | 96d961306c383ae7f9e882b0647b661f344af7dc (patch) | |
tree | a200da9dd462d56c9cae5b7f54f451c5e22d338a /net-misc | |
parent | added keywords (diff) | |
download | gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.gz gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.bz2 gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.zip |
ppc tagging
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild | 8 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild | 33 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 | 1 | ||||
-rw-r--r-- | net-misc/host/host-991529.ebuild | 5 | ||||
-rw-r--r-- | net-misc/kio_fish/kio_fish-1.1.2.ebuild | 8 | ||||
-rw-r--r-- | net-misc/netkit-telnetd/files/digest-netkit-telnetd-0.17-r2 | 1 | ||||
-rw-r--r-- | net-misc/netkit-telnetd/netkit-telnetd-0.17-r2.ebuild | 50 | ||||
-rw-r--r-- | net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild | 6 | ||||
-rw-r--r-- | net-misc/ntp/ntp-4.1.1a.ebuild | 4 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.4_p1-r2.ebuild | 16 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.4_p1-r3.ebuild | 16 | ||||
-rw-r--r-- | net-misc/rdate/rdate-990821.ebuild | 14 | ||||
-rw-r--r-- | net-misc/wget/wget-1.8.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/wget/wget-1.8.2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/whois/files/digest-whois-4.5.28 | 1 | ||||
-rw-r--r-- | net-misc/whois/whois-4.5.28-r1.ebuild | 8 | ||||
-rw-r--r-- | net-misc/whois/whois-4.5.28.ebuild | 45 |
17 files changed, 45 insertions, 179 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild index 6c202ca70023..1ac7ba48161a 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.8 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.9 2002/07/16 04:54:33 seemant Exp $ MYV=1.3.20-pl0 S=${WORKDIR}/${PN}-${MYV} @@ -9,11 +9,13 @@ SRC_URI="ftp://ftp.phystech.com/pub/${PN}-${MYV}.tar.gz" HOMEPAGE="http://" DEPEND="" SLOT="0" -KEYWORDS="0" +KEYWORDS="x86 ppc" LICENSE="GPL-2" src_compile() { - ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --sbindir=/sbin --host=${CHOST} || die + econf \ + --sysconfdir=/etc \ + --sbindir=/sbin || die make || die } diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild deleted file mode 100644 index d50a1068286f..000000000000 --- a/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild,v 1.3 2002/07/06 14:54:30 phoenix Exp $ - -A=${PN}-1.3.20-pl0.tar.gz -S=${WORKDIR}/${PN}-1.3.20-pl0 -DESCRIPTION="A dhcp client only" -SRC_URI="ftp://ftp.phystech.cm/pub/${A}" -HOMEPAGE="http://" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="" - -src_compile() { - - try ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --sbindir=/sbin --host=${CHOST} - try make - -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog NEWS README - if [ "`use pcmcia`" ] || [ "`use pcmcia-cs`" ] ; then - insinto /etc/pcmcia - doins pcmcia/network* - fi - -} - diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 deleted file mode 100644 index 1574a8883a03..000000000000 --- a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 +++ /dev/null @@ -1 +0,0 @@ -MD5 5f52904ac354295ce64f74f254ac1d0d dhcpcd-1.3.20-pl0.tar.gz 102749 diff --git a/net-misc/host/host-991529.ebuild b/net-misc/host/host-991529.ebuild index 68455058c723..555af7f59e04 100644 --- a/net-misc/host/host-991529.ebuild +++ b/net-misc/host/host-991529.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/host/host-991529.ebuild,v 1.4 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/host/host-991529.ebuild,v 1.5 2002/07/16 04:54:33 seemant Exp $ S="${WORKDIR}" @@ -21,8 +21,9 @@ DEPEND="net-dns/bind-tools" RDEPEND="${DEPEND}" -KEYWORDS="x86" SLOT="0" +LICENSE="as-is" +KEYWORDS="x86 ppc" src_unpack() { cd ${S} diff --git a/net-misc/kio_fish/kio_fish-1.1.2.ebuild b/net-misc/kio_fish/kio_fish-1.1.2.ebuild index 6e97ab48544e..566387f5dbee 100644 --- a/net-misc/kio_fish/kio_fish-1.1.2.ebuild +++ b/net-misc/kio_fish/kio_fish-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kio_fish/kio_fish-1.1.2.ebuild,v 1.4 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kio_fish/kio_fish-1.1.2.ebuild,v 1.5 2002/07/16 04:54:33 seemant Exp $ inherit kde-base || die @@ -9,13 +9,11 @@ newdepend ">=net-misc/openssh-3.1_p1" DESCRIPTION="a kioslave for KDE 3 that lets you view and manipulate your remote files using SSH" SRC_URI="http://ich.bin.kein.hoschi.de/fish/${P}.tar.bz2" HOMEPAGE="http://ich.bin.kein.hoschi.de/fish/" + LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_install() { - mkdir -p ${D}/usr/kde/3/share/services make DESTDIR=${D} install || die - - } diff --git a/net-misc/netkit-telnetd/files/digest-netkit-telnetd-0.17-r2 b/net-misc/netkit-telnetd/files/digest-netkit-telnetd-0.17-r2 deleted file mode 100644 index 41cd77d8ad6d..000000000000 --- a/net-misc/netkit-telnetd/files/digest-netkit-telnetd-0.17-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 d6beabaaf53fe6e382c42ce3faa05a36 netkit-telnet-0.17.tar.gz 133749 diff --git a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r2.ebuild b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r2.ebuild deleted file mode 100644 index f5271d8f52ba..000000000000 --- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r2.ebuild,v 1.4 2002/07/11 06:30:48 drobbins Exp $ - -P2=netkit-telnet-${PV} -S=${WORKDIR}/${P2} -DESCRIPTION="Standard Linux telnet client" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P2}.tar.gz" -KEYWORDS="x86" -LICENSE="bsd" -SLOT="0" - -DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/netkit-telnetd-0.17-gentoo.patch || die - -} - -src_compile() { - ./configure --prefix=/usr || die - cp MCONFIG MCONFIG.orig - sed -e "s/-pipe -O2/${CFLAGS}/" -e "s:-Wpointer-arith::" MCONFIG.orig > MCONFIG - make || die - cd telnetlogin - make || die -} - -src_install() { - into /usr - dobin telnet/telnet - #that's it if we're going on a build image - use build && return - - dosbin telnetd/telnetd - dosym telnetd /usr/sbin/in.telnetd - dosbin telnetlogin/telnetlogin - doman telnet/telnet.1 - doman telnetd/*.8 - dosym telnetd.8.gz /usr/share/man/man8/in.telnetd.8.gz - doman telnetlogin/telnetlogin.8 - dodoc BUGS ChangeLog README - newdoc telnet/README README.telnet - newdoc telnet/TODO TODO.telnet -} - - diff --git a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild index 0de39bb7435c..f97bb4cfc612 100644 --- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild +++ b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild,v 1.3 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild,v 1.4 2002/07/16 04:54:33 seemant Exp $ P2=netkit-telnet-${PV} S=${WORKDIR}/${P2} DESCRIPTION="Standard Linux telnet client" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P2}.tar.gz" -KEYWORDS="x86" -LICENSE="bsd" +KEYWORDS="x86 ppc" +LICENSE="BSD" SLOT="0" DEPEND="virtual/glibc diff --git a/net-misc/ntp/ntp-4.1.1a.ebuild b/net-misc/ntp/ntp-4.1.1a.ebuild index 5a509bad0c67..4135ce528316 100644 --- a/net-misc/ntp/ntp-4.1.1a.ebuild +++ b/net-misc/ntp/ntp-4.1.1a.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.1a.ebuild,v 1.3 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.1a.ebuild,v 1.4 2002/07/16 04:54:33 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Network Time Protocol suite/programs" SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz" HOMEPAGE="http://www.ntp.org/" LICENSE="as-is" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" DEPEND="virtual/glibc diff --git a/net-misc/openssh/openssh-3.4_p1-r2.ebuild b/net-misc/openssh/openssh-3.4_p1-r2.ebuild index b7d2dece7604..d5f45447d90a 100644 --- a/net-misc/openssh/openssh-3.4_p1-r2.ebuild +++ b/net-misc/openssh/openssh-3.4_p1-r2.ebuild @@ -1,10 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.4_p1-r2.ebuild,v 1.3 2002/07/09 10:25:07 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.4_p1-r2.ebuild,v 1.4 2002/07/16 04:54:33 seemant Exp $ +# Make it more portable between straight releases +# and _p? releases. +PARCH=${P/_/} +S=${WORKDIR}/${PARCH} DESCRIPTION="Port of OpenBSD's free SSH release" HOMEPAGE="http://www.openssh.com/" -KEYWORDS="x86" +SRC_URI="ftp://ftp.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/${PARCH}.tar.gz" # openssh recognizes when openssl has been slightly upgraded and refuses to run. # This new rev will use the new openssl. @@ -18,15 +22,9 @@ DEPEND="${RDEPEND} sys-apps/groff tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -# Make it more portable between straight releases -# and _p? releases. -PARCH=${P/_/} - -SRC_URI="ftp://ftp.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/${PARCH}.tar.gz" -S=${WORKDIR}/${PARCH} - LICENSE="as-is" SLOT="0" +KEYWORDS="x86" src_compile() { local myconf diff --git a/net-misc/openssh/openssh-3.4_p1-r3.ebuild b/net-misc/openssh/openssh-3.4_p1-r3.ebuild index 87b59d65f04d..3bd7b3e6d181 100644 --- a/net-misc/openssh/openssh-3.4_p1-r3.ebuild +++ b/net-misc/openssh/openssh-3.4_p1-r3.ebuild @@ -1,9 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.4_p1-r3.ebuild,v 1.1 2002/07/09 14:36:49 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.4_p1-r3.ebuild,v 1.2 2002/07/16 04:54:33 seemant Exp $ +# Make it more portable between straight releases +# and _p? releases. +PARCH=${P/_/} +S=${WORKDIR}/${PARCH} DESCRIPTION="Port of OpenBSD's free SSH release" HOMEPAGE="http://www.openssh.com/" +SRC_URI="ftp://ftp.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/${PARCH}.tar.gz" # openssh recognizes when openssl has been slightly upgraded and refuses to run. # This new rev will use the new openssl. @@ -17,15 +22,10 @@ DEPEND="${RDEPEND} sys-apps/groff tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -# Make it more portable between straight releases -# and _p? releases. -PARCH=${P/_/} - -SRC_URI="ftp://ftp.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/${PARCH}.tar.gz" -S=${WORKDIR}/${PARCH} -LICENSE="as-is" SLOT="0" +LICENSE="as-is" +KEYWORDS="x86 ppc" src_compile() { local myconf diff --git a/net-misc/rdate/rdate-990821.ebuild b/net-misc/rdate/rdate-990821.ebuild index 00babf17f0da..c89fbde7fa51 100644 --- a/net-misc/rdate/rdate-990821.ebuild +++ b/net-misc/rdate/rdate-990821.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # /home/cvsroot/gentoo-x86/net-misc/rdate,v 1.2 2001/02/15 18:17:31 achim Exp -# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-990821.ebuild,v 1.5 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-990821.ebuild,v 1.6 2002/07/16 04:54:33 seemant Exp $ - -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="rdate uses the NTP server of your choice to syncronize/show the current time" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/network/misc/${A}" +SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/network/misc/${P}.tar.gz" HOMEPAGE="http://www.freshmeat.net/projects/rdate" -KEYWORDS="x86" +KEYWORDS="x86 ppc" LICENSE="GPL" SLOT="0" @@ -17,7 +15,7 @@ DEPEND="" src_compile() { - try make + make || die } @@ -26,8 +24,8 @@ src_install () { dodir /usr/bin dodir /usr/share dodir /usr/share/man/man1 - try make DESTDIR=${D} install - dodoc README.linux + make DESTDIR=${D} install || die + dodoc README.linux } diff --git a/net-misc/wget/wget-1.8.1-r1.ebuild b/net-misc/wget/wget-1.8.1-r1.ebuild index 5d940353ba8f..8a20d2dcb258 100644 --- a/net-misc/wget/wget-1.8.1-r1.ebuild +++ b/net-misc/wget/wget-1.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.1-r1.ebuild,v 1.2 2002/07/09 11:36:09 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.1-r1.ebuild,v 1.3 2002/07/16 04:54:33 seemant Exp $ NPVER=20011209 S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/wget/${P}.tar.gz HOMEPAGE="http://www.cg.tuwien.ac.at/~prikryl/wget.html" RDEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6b )" DEPEND="$RDEPEND nls? ( sys-devel/gettext )" -KEYWORDS="x86" +KEYWORDS="x86 ppc" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/wget/wget-1.8.2.ebuild b/net-misc/wget/wget-1.8.2.ebuild index 947021be550a..d924f8da09d2 100644 --- a/net-misc/wget/wget-1.8.2.ebuild +++ b/net-misc/wget/wget-1.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2.ebuild,v 1.2 2002/07/09 11:36:09 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2.ebuild,v 1.3 2002/07/16 04:54:33 seemant Exp $ NPVER=20011209 S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/wget/${P}.tar.gz HOMEPAGE="http://www.cg.tuwien.ac.at/~prikryl/wget.html" RDEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6b )" DEPEND="$RDEPEND nls? ( sys-devel/gettext )" -KEYWORDS="x86" +KEYWORDS="x86 ppc" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/whois/files/digest-whois-4.5.28 b/net-misc/whois/files/digest-whois-4.5.28 deleted file mode 100644 index e7b9c3925371..000000000000 --- a/net-misc/whois/files/digest-whois-4.5.28 +++ /dev/null @@ -1 +0,0 @@ -MD5 e489d0dd8d894dd23b1b5f33425742bf whois_4.5.28.tar.gz 34194 diff --git a/net-misc/whois/whois-4.5.28-r1.ebuild b/net-misc/whois/whois-4.5.28-r1.ebuild index e21ccf6ac671..422e36291abf 100644 --- a/net-misc/whois/whois-4.5.28-r1.ebuild +++ b/net-misc/whois/whois-4.5.28-r1.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.28-r1.ebuild,v 1.2 2002/07/09 04:38:49 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.28-r1.ebuild,v 1.3 2002/07/16 04:54:33 seemant Exp $ -A=whois_${PV}.tar.gz +MY_P=${P/-/_} S=${WORKDIR}/${P} DESCRIPTION="improved Whois Client" -SRC_URI="ftp://ftp.debian.org/debian/pool/main/w/whois/${A}" +SRC_URI="ftp://ftp.debian.org/debian/pool/main/w/whois/${MY_P}.tar.gz" HOMEPAGE="http://www.linux.it/~md/software/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="*" +KEYWORDS="x86 ppc" DEPEND=">=sys-devel/perl-5" RDEPEND="virtual/glibc" diff --git a/net-misc/whois/whois-4.5.28.ebuild b/net-misc/whois/whois-4.5.28.ebuild deleted file mode 100644 index 05b0aa08ec21..000000000000 --- a/net-misc/whois/whois-4.5.28.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.28.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $ - -A=whois_${PV}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="improved Whois Client" -SRC_URI="ftp://ftp.debian.org/debian/pool/main/w/whois/${A}" -HOMEPAGE="http://www.linux.it/~md/software/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="virtual/glibc >=sys-devel/perl-5" -RDEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s/-O2/$CFLAGS/" -e "s:/man/man1/:/share/man/man1/:" Makefile.orig > Makefile - cd po - cp Makefile Makefile.orig - sed -e "s:/usr/bin/install:/bin/install:" Makefile.orig > Makefile - -} - -src_compile() { - - make || die - make mkpasswd || die - -} - -src_install() { - dodir /usr/bin - dodir /usr/share/man/man1 - dodir /usr/share/locale - make BASEDIR=${D} prefix=/usr mandir=/usr/share/man install || die - dobin mkpasswd - doman mkpasswd.1 - dodoc README TODO debian/changelog debian/copyright - -} |