diff options
author | 2003-03-11 21:11:49 +0000 | |
---|---|---|
committer | 2003-03-11 21:11:49 +0000 | |
commit | f68541f7823c5f01a1d17215138989a709a5bab8 (patch) | |
tree | c22bc1b210b8aa9a93c59b71ddad228d4b5689d8 /net-dialup | |
parent | unmasked in x86 (diff) | |
download | gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.gz gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.bz2 gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.28.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.2.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-dialup/mgetty/mgetty-1.1.28.ebuild b/net-dialup/mgetty/mgetty-1.1.28.ebuild index 76c9297634ee..85057e884f4a 100644 --- a/net-dialup/mgetty/mgetty-1.1.28.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.28.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-dialup/mgetty/mgetty-1.1.28.ebuild,v 1.8 2003/02/13 13:54:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.28.ebuild,v 1.9 2003/03/11 21:11:46 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Fax and Voice modem programs." @@ -9,7 +9,7 @@ HOMEPAGE="http://alpha.greenie.net/mgetty/" DEPEND="app-text/tetex sys-apps/gawk - sys-devel/perl" + dev-lang/perl" SLOT="0" LICENSE="GPL-2" diff --git a/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild b/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild index 63e8001dc271..7af7edbd5fb0 100644 --- a/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.1.0-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-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild,v 1.2 2003/02/13 13:55:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild,v 1.3 2003/03/11 21:11:46 seemant Exp $ S=${WORKDIR}/pptp-linux-${PV}-1 @@ -9,7 +9,7 @@ HOMEPAGE="http://pptpclient.sourceforge.net/" SRC_URI="mirror://sourceforge/pptpclient/pptp-linux-${PV}-1.tar.gz" DEPEND="net-dialup/ppp - sys-devel/perl + dev-lang/perl tcltk? ( dev-perl/perl-tk )" SLOT="0" diff --git a/net-dialup/pptpclient/pptpclient-1.2.0.ebuild b/net-dialup/pptpclient/pptpclient-1.2.0.ebuild index 359da8b72da6..8a5e89e4945b 100644 --- a/net-dialup/pptpclient/pptpclient-1.2.0.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.2.0.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-dialup/pptpclient/pptpclient-1.2.0.ebuild,v 1.1 2003/02/26 23:31:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.2.0.ebuild,v 1.2 2003/03/11 21:11:46 seemant Exp $ MY_P=pptp-linux-${PV} S=${WORKDIR}/${MY_P} @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~ppc" IUSE="tcltk" DEPEND="net-dialup/ppp - sys-devel/perl + dev-lang/perl tcltk? ( dev-perl/perl-tk )" src_compile() { |