diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/bwwhois/bwwhois-3.2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dante/dante-1.1.13.ebuild | 4 | ||||
-rw-r--r-- | net-misc/esms/esms-0.9.5.ebuild | 4 | ||||
-rw-r--r-- | net-misc/ferm/ferm-1.1_pre7.ebuild | 4 | ||||
-rw-r--r-- | net-misc/linuxsms/linuxsms-0.58.ebuild | 4 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.4_p1-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.4_p1-r3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.5_p1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.5_p1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.3-r2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.6.ebuild | 4 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.7.ebuild | 4 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.8.ebuild | 4 | ||||
-rw-r--r-- | net-misc/whois/whois-4.5.28-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/whois/whois-4.5.31.ebuild | 4 | ||||
-rw-r--r-- | net-misc/whois/whois-4.5.33.ebuild | 4 | ||||
-rw-r--r-- | net-misc/whois/whois-4.6.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/whois/whois-4.6.2.ebuild | 4 |
18 files changed, 35 insertions, 35 deletions
diff --git a/net-misc/bwwhois/bwwhois-3.2.ebuild b/net-misc/bwwhois/bwwhois-3.2.ebuild index 33301bc27a09..591826b310a5 100644 --- a/net-misc/bwwhois/bwwhois-3.2.ebuild +++ b/net-misc/bwwhois/bwwhois-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-3.2.ebuild,v 1.2 2003/02/13 14:46:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-3.2.ebuild,v 1.3 2003/03/11 21:11:46 seemant Exp $ inherit perl-post @@ -15,7 +15,7 @@ SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 ~ppc ~sparc ~alpha" -DEPEND="sys-devel/perl" +DEPEND="dev-lang/perl" src_unpack() { diff --git a/net-misc/dante/dante-1.1.13.ebuild b/net-misc/dante/dante-1.1.13.ebuild index 0a47c4a682ec..db07a77aabf0 100644 --- a/net-misc/dante/dante-1.1.13.ebuild +++ b/net-misc/dante/dante-1.1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.13.ebuild,v 1.12 2003/03/04 19:39:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.13.ebuild,v 1.13 2003/03/11 21:11:46 seemant Exp $ inherit gcc @@ -17,7 +17,7 @@ RDEPEND="virtual/glibc sys-libs/pam tcpd? ( sys-apps/tcp-wrappers )" DEPEND="${RDEPEND} - sys-devel/perl" + dev-lang/perl" src_compile() { [ "`gcc-version`" == "3.2" ] && export CFLAGS="" diff --git a/net-misc/esms/esms-0.9.5.ebuild b/net-misc/esms/esms-0.9.5.ebuild index ba651b061d02..6ff6d711ceec 100644 --- a/net-misc/esms/esms-0.9.5.ebuild +++ b/net-misc/esms/esms-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/esms/esms-0.9.5.ebuild,v 1.11 2003/02/28 16:55:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/esms/esms-0.9.5.ebuild,v 1.12 2003/03/11 21:11:46 seemant Exp $ S=${WORKDIR}/${P} @@ -14,7 +14,7 @@ SLOT="0" DEPEND=">=dev-perl/libwww-perl-5.64 \ >=dev-perl/HTML-Parser-3.26 \ >=dev-perl/HTML-Tree-3.11 - >=sys-devel/perl-5.6.1" + >=dev-lang/perl-5.6.1" src_compile() { diff --git a/net-misc/ferm/ferm-1.1_pre7.ebuild b/net-misc/ferm/ferm-1.1_pre7.ebuild index 83c84c3d407f..3466aecef2b4 100644 --- a/net-misc/ferm/ferm-1.1_pre7.ebuild +++ b/net-misc/ferm/ferm-1.1_pre7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ferm/ferm-1.1_pre7.ebuild,v 1.6 2003/02/13 14:49:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ferm/ferm-1.1_pre7.ebuild,v 1.7 2003/03/11 21:11:46 seemant Exp $ DESCRIPTION="Command line util for managing firewall rules" HOMEPAGE="http://www.geo.vu.nl/~koka/ferm/" @@ -8,7 +8,7 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc " SLOT="0" DEPEND="" -RDEPEND="sys-devel/perl" +RDEPEND="dev-lang/perl" SRC_URI="http://www.geo.vu.nl/~koka/ferm/${PN}.tar.gz" S=${WORKDIR}/${PN}-1.1-pre7 diff --git a/net-misc/linuxsms/linuxsms-0.58.ebuild b/net-misc/linuxsms/linuxsms-0.58.ebuild index 787cbb3020b8..bea548d040b6 100644 --- a/net-misc/linuxsms/linuxsms-0.58.ebuild +++ b/net-misc/linuxsms/linuxsms-0.58.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linuxsms/linuxsms-0.58.ebuild,v 1.3 2003/02/13 14:59:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linuxsms/linuxsms-0.58.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $ S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ KEYWORDS="x86 sparc" LICENSE="GPL-2" SLOT="0" -DEPEND=">=sys-devel/perl-5.6.1" +DEPEND=">=dev-lang/perl-5.6.1" src_install () { dodir /opt/linuxsms diff --git a/net-misc/openssh/openssh-3.4_p1-r2.ebuild b/net-misc/openssh/openssh-3.4_p1-r2.ebuild index b339298e2a96..0f81fd245e89 100644 --- a/net-misc/openssh/openssh-3.4_p1-r2.ebuild +++ b/net-misc/openssh/openssh-3.4_p1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.4_p1-r2.ebuild,v 1.11 2003/02/13 15:03:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.4_p1-r2.ebuild,v 1.12 2003/03/11 21:11:46 seemant Exp $ IUSE="ipv6 static pam tcpd" @@ -20,7 +20,7 @@ RDEPEND="virtual/glibc sys-libs/zlib" DEPEND="${RDEPEND} - sys-devel/perl + dev-lang/perl sys-apps/groff tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" diff --git a/net-misc/openssh/openssh-3.4_p1-r3.ebuild b/net-misc/openssh/openssh-3.4_p1-r3.ebuild index 05c07a668b9b..834b230983fa 100644 --- a/net-misc/openssh/openssh-3.4_p1-r3.ebuild +++ b/net-misc/openssh/openssh-3.4_p1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.4_p1-r3.ebuild,v 1.12 2003/02/13 15:03:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.4_p1-r3.ebuild,v 1.13 2003/03/11 21:11:46 seemant Exp $ IUSE="ipv6 static pam tcpd" @@ -20,7 +20,7 @@ RDEPEND="virtual/glibc sys-libs/zlib" DEPEND="${RDEPEND} - sys-devel/perl + dev-lang/perl sys-apps/groff tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" diff --git a/net-misc/openssh/openssh-3.5_p1-r1.ebuild b/net-misc/openssh/openssh-3.5_p1-r1.ebuild index a905bf2c2213..807e18ab2f6a 100644 --- a/net-misc/openssh/openssh-3.5_p1-r1.ebuild +++ b/net-misc/openssh/openssh-3.5_p1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.5_p1-r1.ebuild,v 1.6 2003/03/09 20:01:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.5_p1-r1.ebuild,v 1.7 2003/03/11 21:11:46 seemant Exp $ IUSE="ipv6 static pam tcpd kerberos" @@ -21,7 +21,7 @@ RDEPEND="virtual/glibc sys-libs/zlib" DEPEND="${RDEPEND} - sys-devel/perl + dev-lang/perl sys-apps/groff tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" diff --git a/net-misc/openssh/openssh-3.5_p1.ebuild b/net-misc/openssh/openssh-3.5_p1.ebuild index c92aafa77f9e..ab4bb06b8172 100644 --- a/net-misc/openssh/openssh-3.5_p1.ebuild +++ b/net-misc/openssh/openssh-3.5_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.5_p1.ebuild,v 1.14 2003/02/13 15:03:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.5_p1.ebuild,v 1.15 2003/03/11 21:11:46 seemant Exp $ IUSE="ipv6 static pam tcpd" @@ -20,7 +20,7 @@ RDEPEND="virtual/glibc sys-libs/zlib" DEPEND="${RDEPEND} - sys-devel/perl + dev-lang/perl sys-apps/groff tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" diff --git a/net-misc/tightvnc/tightvnc-1.2.3-r2.ebuild b/net-misc/tightvnc/tightvnc-1.2.3-r2.ebuild index aed7163ba0d9..ffd8583f9105 100644 --- a/net-misc/tightvnc/tightvnc-1.2.3-r2.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.3-r2.ebuild @@ -15,7 +15,7 @@ SLOT="0" DEPEND="virtual/glibc >=x11-base/xfree-4.1.0 - >=sys-devel/perl-5.6.1 + >=dev-lang/perl-5.6.1 ~media-libs/jpeg-6b >=sys-libs/zlib-1.1.4" diff --git a/net-misc/tightvnc/tightvnc-1.2.6.ebuild b/net-misc/tightvnc/tightvnc-1.2.6.ebuild index 1e784a3584f5..de4febef770a 100644 --- a/net-misc/tightvnc/tightvnc-1.2.6.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.6.ebuild,v 1.4 2003/02/13 15:08:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.6.ebuild,v 1.5 2003/03/11 21:11:46 seemant Exp $ S="${WORKDIR}/vnc_unixsrc" DESCRIPTION="A great client/server software package allowing remote network access to graphical desktops." @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" DEPEND="virtual/x11 - sys-devel/perl + dev-lang/perl ~media-libs/jpeg-6b sys-libs/zlib" diff --git a/net-misc/tightvnc/tightvnc-1.2.7.ebuild b/net-misc/tightvnc/tightvnc-1.2.7.ebuild index b2c0c10ceb2c..fe5662dc23c8 100644 --- a/net-misc/tightvnc/tightvnc-1.2.7.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.7.ebuild,v 1.2 2003/02/13 15:08:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.7.ebuild,v 1.3 2003/03/11 21:11:46 seemant Exp $ IUSE="java tcpd" @@ -19,7 +19,7 @@ DEPEND=">=x11-base/xfree-4.2.1 tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" RDEPEND="${DEPEND} - sys-devel/perl + dev-lang/perl java? ( || ( >=virtual/jdk-1.3.1-r7 >=virtual/jre-1.3.1-r7 ) )" src_unpack() { diff --git a/net-misc/tightvnc/tightvnc-1.2.8.ebuild b/net-misc/tightvnc/tightvnc-1.2.8.ebuild index 2973f6958569..cc3f95f292c0 100644 --- a/net-misc/tightvnc/tightvnc-1.2.8.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.8.ebuild,v 1.2 2003/02/24 10:33:32 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.8.ebuild,v 1.3 2003/03/11 21:11:46 seemant Exp $ inherit eutils @@ -21,7 +21,7 @@ DEPEND=">=x11-base/xfree-4.2.1 tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" RDEPEND="${DEPEND} - sys-devel/perl + dev-lang/perl java? ( || ( >=virtual/jdk-1.3.1-r7 >=virtual/jre-1.3.1-r7 ) )" src_unpack() { diff --git a/net-misc/whois/whois-4.5.28-r1.ebuild b/net-misc/whois/whois-4.5.28-r1.ebuild index c614a52afdc2..e596c7bfa450 100644 --- a/net-misc/whois/whois-4.5.28-r1.ebuild +++ b/net-misc/whois/whois-4.5.28-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.28-r1.ebuild,v 1.9 2003/02/24 19:42:04 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.28-r1.ebuild,v 1.10 2003/03/11 21:11:46 seemant Exp $ IUSE="nls" MY_P=${P/-/_} @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc mips" -DEPEND=">=sys-devel/perl-5" +DEPEND=">=dev-lang/perl-5" RDEPEND="virtual/glibc" src_unpack() { diff --git a/net-misc/whois/whois-4.5.31.ebuild b/net-misc/whois/whois-4.5.31.ebuild index a40bee8de621..01205f979955 100644 --- a/net-misc/whois/whois-4.5.31.ebuild +++ b/net-misc/whois/whois-4.5.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.31.ebuild,v 1.5 2003/02/24 19:42:04 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.31.ebuild,v 1.6 2003/03/11 21:11:46 seemant Exp $ IUSE="nls" MY_P=${P/-/_} @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc mips" -DEPEND=">=sys-devel/perl-5" +DEPEND=">=dev-lang/perl-5" RDEPEND="virtual/glibc" src_unpack() { diff --git a/net-misc/whois/whois-4.5.33.ebuild b/net-misc/whois/whois-4.5.33.ebuild index 31b3759339f1..25cbdea5dffc 100644 --- a/net-misc/whois/whois-4.5.33.ebuild +++ b/net-misc/whois/whois-4.5.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.33.ebuild,v 1.5 2003/02/24 19:42:05 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.33.ebuild,v 1.6 2003/03/11 21:11:46 seemant Exp $ IUSE="nls" MY_P=${P/-/_} @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc mips" -DEPEND=">=sys-devel/perl-5" +DEPEND=">=dev-lang/perl-5" RDEPEND="virtual/glibc" src_unpack() { diff --git a/net-misc/whois/whois-4.6.1.ebuild b/net-misc/whois/whois-4.6.1.ebuild index a992c4b281e9..6132826fb4de 100644 --- a/net-misc/whois/whois-4.6.1.ebuild +++ b/net-misc/whois/whois-4.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.6.1.ebuild,v 1.3 2003/02/24 19:42:05 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.6.1.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $ IUSE="nls" MY_P=${P/-/_} @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc mips" -DEPEND=">=sys-devel/perl-5" +DEPEND=">=dev-lang/perl-5" RDEPEND="virtual/glibc" src_unpack() { diff --git a/net-misc/whois/whois-4.6.2.ebuild b/net-misc/whois/whois-4.6.2.ebuild index e5d0c4135e27..85b0f2cd0188 100644 --- a/net-misc/whois/whois-4.6.2.ebuild +++ b/net-misc/whois/whois-4.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.6.2.ebuild,v 1.3 2003/02/24 19:42:05 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.6.2.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $ IUSE="nls" MY_P=${P/-/_} @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc mips" -DEPEND=">=sys-devel/perl-5" +DEPEND=">=dev-lang/perl-5" RDEPEND="virtual/glibc" src_unpack() { |