diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-13 22:25:59 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-13 22:25:59 +0000 |
commit | dc58b0f06b582ef7b0e54cdb5e2749430028f5da (patch) | |
tree | c48343eb81048ac7ae51059e025c298c5d3e6d76 /app-editors | |
parent | changed dep on gnome to gnome-libs only (diff) | |
download | gentoo-2-dc58b0f06b582ef7b0e54cdb5e2749430028f5da.tar.gz gentoo-2-dc58b0f06b582ef7b0e54cdb5e2749430028f5da.tar.bz2 gentoo-2-dc58b0f06b582ef7b0e54cdb5e2749430028f5da.zip |
ChangeLog doc
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/ChangeLog | 12 | ||||
-rw-r--r-- | app-editors/vim/ChangeLog | 24 |
2 files changed, 34 insertions, 2 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog index c58d4efe1105..42cbf2cecd94 100644 --- a/app-editors/gvim/ChangeLog +++ b/app-editors/gvim/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-editors/gvim # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.18 2003/02/13 06:59:24 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.19 2003/03/13 22:25:59 seemant Exp $ + + 13 Mar 2003; Seemant Kulleen <seemant@gentoo.org> gvim-6.1-r6.ebuild : + + First, removed the crusty ebuilds from here. Second, just set the + EGUI_ENABLE variable to "yes" and the eclass will handle everything. + This and the vim ebuilds are too similar to have these big ebuild files, + so a nice centralised location -- the eclass -- is desirable. The patch + was shared with vim (and both had them in files/ which is duplication + and just bad style, really). The patchball has been moved off to the + mirrors (see vim's ChangeLog for patch creating guidelines). 13 Feb 2003; Mark Guertin <gerk@gentoo.org> gvim-6.1.ebuild : set as -ppc, can't meet deps diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index c77bb6676fb3..04939e7b9c93 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,28 @@ # ChangeLog for app-editors/vim # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.45 2003/02/24 21:12:25 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.46 2003/03/13 22:23:51 seemant Exp $ + +*vim-6.1-r20.ebuild (13 Mar 2003) + + 13 Mar 2003; Seemant Kulleen <seemant@gentoo.org> vim-6.1-r20.ebuild + files/vimrc vim-6.1-r19.ebuild : + + OK, the vim.eclass was massively overhauled. It handles, unpack, + compile, install and postinst functions now. Additionally, the patches + have been moved out of portage and onto the mirrors instead. They are + also named better (vim-6.1-gentoo-patches.tar.bz2). The vim.org patches + are in vim-6.1-patches-001-390 for this -r20. For future releases, + please just take the patches in that and add your own. The vim.eclass + should filter out Windows, Mac, BC5 and VMS only patches automatically, + but if you experience failures in patches, please list the patch's + number in PATCH_EXCLUDES in the ebuild. Additionally, for the vim.org + patches, please gzip them before creating the patch-tarball. The + VIMPATCH variable now only contains the number of the highest patch in + the tarball (so "390" for the -r20 release). Note that the vim.eclass + also handles gvim installs. The vimrc here is now a combination of the + original gentoo vimrc and the redhat vimrc. This should make for a + better looking vim session, at any rate, though the colours could stand + to change. 08 Feb 2003; Guy Martin <gmsoft@gentoo.org> vim-6.1-r19.ebuild : Added hppa to keywords. |