summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2009-02-19 19:30:41 +0000
committerJim Ramsay <lack@gentoo.org>2009-02-19 19:30:41 +0000
commitd21a43f07c6b09bbc38a17a05c9638ec932a5758 (patch)
tree17eeb46cc71e60382d8a80c9a866b1b5b74133ff /app-editors
parentRemove old version of gtk-engines-qt (diff)
downloadhistorical-d21a43f07c6b09bbc38a17a05c9638ec932a5758.tar.gz
historical-d21a43f07c6b09bbc38a17a05c9638ec932a5758.tar.bz2
historical-d21a43f07c6b09bbc38a17a05c9638ec932a5758.zip
Version 7.2.021 wasn't actually applying any patches (It was equivalent to 7.2), and patchset 108 is now out. Bug #238120
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gvim/ChangeLog9
-rw-r--r--app-editors/gvim/gvim-7.2.108.ebuild (renamed from app-editors/gvim/gvim-7.2.021.ebuild)6
-rw-r--r--app-editors/vim-core/ChangeLog11
-rw-r--r--app-editors/vim-core/vim-core-7.2.108.ebuild (renamed from app-editors/vim-core/vim-core-7.2.021.ebuild)8
-rw-r--r--app-editors/vim/ChangeLog11
-rw-r--r--app-editors/vim/vim-7.2.108.ebuild (renamed from app-editors/vim/vim-7.2.021.ebuild)8
6 files changed, 40 insertions, 13 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog
index 98475335fc03..7a0cd53b3589 100644
--- a/app-editors/gvim/ChangeLog
+++ b/app-editors/gvim/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-editors/gvim
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.284 2009/01/04 22:43:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.285 2009/02/19 19:30:41 lack Exp $
+
+*gvim-7.2.108 (19 Feb 2009)
+
+ 19 Feb 2009; Jim Ramsay <lack@gentoo.org> -gvim-7.2.021.ebuild,
+ +gvim-7.2.108.ebuild:
+ Version 7.2.021 wasn't actually applying any patches (It was equivalent to
+ 7.2), and patchset 108 is now out. Bug #238120
04 Jan 2009; Ulrich Mueller <ulm@gentoo.org> gvim-7.0.235.ebuild,
gvim-7.1.123.ebuild, gvim-7.2.ebuild, gvim-7.2.021.ebuild:
diff --git a/app-editors/gvim/gvim-7.2.021.ebuild b/app-editors/gvim/gvim-7.2.108.ebuild
index 28cbe510fe87..40fd2bc1f579 100644
--- a/app-editors/gvim/gvim-7.2.021.ebuild
+++ b/app-editors/gvim/gvim-7.2.108.ebuild
@@ -1,18 +1,20 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.2.021.ebuild,v 1.2 2009/01/04 22:43:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.2.108.ebuild,v 1.1 2009/02/19 19:30:41 lack Exp $
inherit vim
VIM_VERSION="7.2"
VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="vim-patches-${PV}.tar"
GVIMRC_FILE_SUFFIX="-r1"
GVIM_DESKTOP_SUFFIX="-r1"
SRC_URI="ftp://ftp.vim.org/pub/vim/unstable/unix/vim-${VIM_VERSION}.tar.bz2
ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz
ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz
- mirror://gentoo/${VIM_GENTOO_PATCHES}"
+ mirror://gentoo/${VIM_GENTOO_PATCHES}
+ mirror://gentoo/${VIM_ORG_PATCHES}"
S="${WORKDIR}/vim${VIM_VERSION/.}"
DESCRIPTION="GUI version of the Vim text editor"
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog
index 6d9d0ee64734..e2704b0354cd 100644
--- a/app-editors/vim-core/ChangeLog
+++ b/app-editors/vim-core/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-editors/vim-core
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.302 2008/09/19 18:52:16 hawking Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.303 2009/02/19 19:29:05 lack Exp $
+
+*vim-core-7.2.108 (19 Feb 2009)
+
+ 19 Feb 2009; Jim Ramsay <lack@gentoo.org> -vim-core-7.2.021.ebuild,
+ +vim-core-7.2.108.ebuild:
+ Version 7.2.021 wasn't actually applying any patches (It was equivalent to
+ 7.2), and patchset 108 is now out. Bug #238120
*vim-core-7.2.021 (19 Sep 2008)
diff --git a/app-editors/vim-core/vim-core-7.2.021.ebuild b/app-editors/vim-core/vim-core-7.2.108.ebuild
index e6779aa839d8..9a8b8c371b74 100644
--- a/app-editors/vim-core/vim-core-7.2.021.ebuild
+++ b/app-editors/vim-core/vim-core-7.2.108.ebuild
@@ -1,17 +1,19 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.021.ebuild,v 1.1 2008/09/19 18:52:16 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.108.ebuild,v 1.1 2009/02/19 19:29:05 lack Exp $
inherit vim
VIM_VERSION="7.2"
VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="vim-patches-${PV}.tar"
VIMRC_FILE_SUFFIX="-r3"
SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz
ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz
- mirror://gentoo/${VIM_GENTOO_PATCHES}"
+ mirror://gentoo/${VIM_GENTOO_PATCHES}
+ mirror://gentoo/${VIM_ORG_PATCHES}"
S="${WORKDIR}/vim${VIM_VERSION/.}"
DESCRIPTION="vim and gvim shared files"
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index c7d295f60c19..52003a5fba36 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-editors/vim
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.321 2008/09/19 18:50:37 hawking Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.322 2009/02/19 19:29:44 lack Exp $
+
+*vim-7.2.108 (19 Feb 2009)
+
+ 19 Feb 2009; Jim Ramsay <lack@gentoo.org> -vim-7.2.021.ebuild,
+ +vim-7.2.108.ebuild:
+ Version 7.2.021 wasn't actually applying any patches (It was equivalent to
+ 7.2), and patchset 108 is now out. Bug #238120
*vim-7.2.021 (19 Sep 2008)
diff --git a/app-editors/vim/vim-7.2.021.ebuild b/app-editors/vim/vim-7.2.108.ebuild
index d0bd09271e4d..30ce846f8ed9 100644
--- a/app-editors/vim/vim-7.2.021.ebuild
+++ b/app-editors/vim/vim-7.2.108.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.021.ebuild,v 1.1 2008/09/19 18:50:37 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.108.ebuild,v 1.1 2009/02/19 19:29:45 lack Exp $
inherit vim
VIM_VERSION="7.2"
VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="vim-patches-${PV}.tar"
SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz
ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz
- mirror://gentoo/${VIM_GENTOO_PATCHES}"
+ mirror://gentoo/${VIM_GENTOO_PATCHES}
+ mirror://gentoo/${VIM_ORG_PATCHES}"
S="${WORKDIR}/vim${VIM_VERSION/.}"
DESCRIPTION="Vim, an improved vi-style text editor"