diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:46 +0000 |
commit | 5077d8b122125a272652fac9bf6125dfe99dadf5 (patch) | |
tree | 2f0f773ccb8e8e0dc06cb090f7b3a66566988adc /net-misc/tightvnc | |
parent | moved perl from sys-devel to dev-lang (diff) | |
download | historical-5077d8b122125a272652fac9bf6125dfe99dadf5.tar.gz historical-5077d8b122125a272652fac9bf6125dfe99dadf5.tar.bz2 historical-5077d8b122125a272652fac9bf6125dfe99dadf5.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'net-misc/tightvnc')
-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 |
4 files changed, 7 insertions, 7 deletions
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() { |