diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:49 +0000 |
commit | f68541f7823c5f01a1d17215138989a709a5bab8 (patch) | |
tree | c22bc1b210b8aa9a93c59b71ddad228d4b5689d8 /app-editors/vile | |
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 'app-editors/vile')
-rw-r--r-- | app-editors/vile/vile-9.2p.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vile/vile-9.2r.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vile/vile-9.2z.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vile/vile-9.3h.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/app-editors/vile/vile-9.2p.ebuild b/app-editors/vile/vile-9.2p.ebuild index 8826bd169ea3..246870d8266c 100644 --- a/app-editors/vile/vile-9.2p.ebuild +++ b/app-editors/vile/vile-9.2p.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/app-editors/vile/vile-9.2p.ebuild,v 1.10 2003/02/13 06:59:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2p.ebuild,v 1.11 2003/03/11 21:11:44 seemant Exp $ IUSE="perl" @@ -27,7 +27,7 @@ HOMEPAGE="http://invisible-island.net/vile/" DEPEND="sys-devel/flex >=sys-libs/ncurses-5.2 - perl? ( sys-devel/perl )" + perl? ( dev-lang/perl )" PROVIDE="virtual/editor" diff --git a/app-editors/vile/vile-9.2r.ebuild b/app-editors/vile/vile-9.2r.ebuild index ff26a7bdb77b..f52a4e7c527c 100644 --- a/app-editors/vile/vile-9.2r.ebuild +++ b/app-editors/vile/vile-9.2r.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/app-editors/vile/vile-9.2r.ebuild,v 1.10 2003/02/13 06:59:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2r.ebuild,v 1.11 2003/03/11 21:11:44 seemant Exp $ IUSE="perl" @@ -29,7 +29,7 @@ HOMEPAGE="http://invisible-island.net/vile/" DEPEND="sys-devel/flex >=sys-libs/ncurses-5.2 - perl? ( <sys-devel/perl-5.8.0 )" + perl? ( <dev-lang/perl-5.8.0 )" RDEPEND=">=sys-libs/ncurses-5.2" diff --git a/app-editors/vile/vile-9.2z.ebuild b/app-editors/vile/vile-9.2z.ebuild index d8252a0c4abc..a4710b50434a 100644 --- a/app-editors/vile/vile-9.2z.ebuild +++ b/app-editors/vile/vile-9.2z.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/app-editors/vile/vile-9.2z.ebuild,v 1.4 2003/02/13 06:59:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2z.ebuild,v 1.5 2003/03/11 21:11:44 seemant Exp $ IUSE="perl" @@ -40,7 +40,7 @@ DEPEND="${RDEPEND} sys-devel/flex" RDEPEND=">=sys-libs/ncurses-5.2 - perl? ( sys-devel/perl )" + perl? ( dev-lang/perl )" PROVIDE="virtual/editor" diff --git a/app-editors/vile/vile-9.3h.ebuild b/app-editors/vile/vile-9.3h.ebuild index 2f3704c8638a..77237a902349 100644 --- a/app-editors/vile/vile-9.3h.ebuild +++ b/app-editors/vile/vile-9.3h.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/app-editors/vile/vile-9.3h.ebuild,v 1.4 2003/02/13 06:59:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.3h.ebuild,v 1.5 2003/03/11 21:11:44 seemant Exp $ IUSE="perl" @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} sys-devel/flex" RDEPEND=">=sys-libs/ncurses-5.2 - perl? ( sys-devel/perl )" + perl? ( dev-lang/perl )" PROVIDE="virtual/editor" |