diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-06 10:41:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-06 10:41:54 +0000 |
commit | c218fe5081c36f443c53c16c2c94231ede17f948 (patch) | |
tree | 4cb272e8ff676efc6e0a64d57dba31c257abf93d /app-editors/vile | |
parent | virtual bootloaders in the profiles and virtuals files (diff) | |
download | historical-c218fe5081c36f443c53c16c2c94231ede17f948.tar.gz historical-c218fe5081c36f443c53c16c2c94231ede17f948.tar.bz2 historical-c218fe5081c36f443c53c16c2c94231ede17f948.zip |
providing virtual/editor
Diffstat (limited to 'app-editors/vile')
-rw-r--r-- | app-editors/vile/ChangeLog | 12 | ||||
-rw-r--r-- | app-editors/vile/vile-9.2p.ebuild | 8 | ||||
-rw-r--r-- | app-editors/vile/vile-9.2r.ebuild | 10 | ||||
-rw-r--r-- | app-editors/vile/vile-9.2z.ebuild | 7 | ||||
-rw-r--r-- | app-editors/vile/vile-9.3h.ebuild | 7 |
5 files changed, 24 insertions, 20 deletions
diff --git a/app-editors/vile/ChangeLog b/app-editors/vile/ChangeLog index e51c61cac3b8..2293ab7877a3 100644 --- a/app-editors/vile/ChangeLog +++ b/app-editors/vile/ChangeLog @@ -1,15 +1,19 @@ # ChangeLog for app-editors/vile # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.6 2002/12/27 17:18:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.7 2003/01/06 10:41:54 seemant Exp $ + + +*vile-9.3h (22 Dec 2002) + + 06 Jan 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild : + + PROVIDE virtual/editor 27 Dec 2002; Michael Cummings <mcummings@gentoo.org> : vile-9.3h.ebuild: Unmasking for x86 - this version works with perl 5.8, now unmasked. - -*vile-9.3h (22 Dec 2002) - 22 Dec 2002; Michael Cummings <mcummings@gentoo.org> : vile-9.3h.ebuild: diff --git a/app-editors/vile/vile-9.2p.ebuild b/app-editors/vile/vile-9.2p.ebuild index 7bccff2f3942..bb4d0df7929c 100644 --- a/app-editors/vile/vile-9.2p.ebuild +++ b/app-editors/vile/vile-9.2p.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/app-editors/vile/vile-9.2p.ebuild,v 1.8 2002/12/09 04:17:41 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2p.ebuild,v 1.9 2003/01/06 10:41:54 seemant Exp $ IUSE="perl" @@ -25,13 +25,11 @@ SRC_URI="ftp://ftp.phred.org/pub/vile/vile-9.2.tgz ftp://ftp.phred.org/pub/vile/patches/vile-9.2p.patch.gz" HOMEPAGE="http://invisible-island.net/vile/" -DEPEND="virtual/glibc - sys-devel/flex +DEPEND="sys-devel/flex >=sys-libs/ncurses-5.2 perl? ( sys-devel/perl )" -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.2" +PROVIDE="virtual/editor" SLOT="0" LICENSE="GPL-2" diff --git a/app-editors/vile/vile-9.2r.ebuild b/app-editors/vile/vile-9.2r.ebuild index b97ab925baef..6c4b2efc016f 100644 --- a/app-editors/vile/vile-9.2r.ebuild +++ b/app-editors/vile/vile-9.2r.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/app-editors/vile/vile-9.2r.ebuild,v 1.8 2002/12/22 18:34:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2r.ebuild,v 1.9 2003/01/06 10:41:54 seemant Exp $ IUSE="perl" @@ -27,13 +27,13 @@ SRC_URI="ftp://ftp.phred.org/pub/vile/vile-9.2.tgz ftp://ftp.phred.org/pub/vile/patches/vile-9.2r.patch.gz" HOMEPAGE="http://invisible-island.net/vile/" -DEPEND="virtual/glibc - sys-devel/flex +DEPEND="sys-devel/flex >=sys-libs/ncurses-5.2 perl? ( <sys-devel/perl-5.8.0 )" -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.2" +RDEPEND=">=sys-libs/ncurses-5.2" + +PROVIDE="virtual/editor" SLOT="0" LICENSE="GPL-2" diff --git a/app-editors/vile/vile-9.2z.ebuild b/app-editors/vile/vile-9.2z.ebuild index 54872058fc3c..1b33a2fc755d 100644 --- a/app-editors/vile/vile-9.2z.ebuild +++ b/app-editors/vile/vile-9.2z.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/app-editors/vile/vile-9.2z.ebuild,v 1.2 2002/12/09 04:17:41 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2z.ebuild,v 1.3 2003/01/06 10:41:54 seemant Exp $ IUSE="perl" @@ -39,10 +39,11 @@ HOMEPAGE="http://www.clark.net/pub/dickey/vile/vile.html" DEPEND="${RDEPEND} sys-devel/flex" -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 +RDEPEND=">=sys-libs/ncurses-5.2 perl? ( sys-devel/perl )" +PROVIDE="virtual/editor" + SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc " diff --git a/app-editors/vile/vile-9.3h.ebuild b/app-editors/vile/vile-9.3h.ebuild index d8457ecf3ef2..a17eb06af9ee 100644 --- a/app-editors/vile/vile-9.3h.ebuild +++ b/app-editors/vile/vile-9.3h.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/app-editors/vile/vile-9.3h.ebuild,v 1.2 2002/12/27 17:18:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.3h.ebuild,v 1.3 2003/01/06 10:41:54 seemant Exp $ IUSE="perl" @@ -21,10 +21,11 @@ HOMEPAGE="http://www.clark.net/pub/dickey/vile/vile.html" DEPEND="${RDEPEND} sys-devel/flex" -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 +RDEPEND=">=sys-libs/ncurses-5.2 perl? ( sys-devel/perl )" +PROVIDE="virtual/editor" + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc ~alpha" |