summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2009-10-17 17:19:14 +0000
committerJim Ramsay <lack@gentoo.org>2009-10-17 17:19:14 +0000
commitebed85398b8a44a96df34419d8ee6650aa750161 (patch)
treeb221999543d8d6c1174d1e6fa64b84e000894aac /app-editors
parentVersion cleanup and PDEPEND moved into vim.eclass (diff)
downloadgentoo-2-ebed85398b8a44a96df34419d8ee6650aa750161.tar.gz
gentoo-2-ebed85398b8a44a96df34419d8ee6650aa750161.tar.bz2
gentoo-2-ebed85398b8a44a96df34419d8ee6650aa750161.zip
Version cleanup and [R]DEPEND moved into vim.eclass
(Portage version: 2.1.7/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim/ChangeLog6
-rw-r--r--app-editors/vim/vim-7.2.108.ebuild25
-rw-r--r--app-editors/vim/vim-7.2.238.ebuild25
-rw-r--r--app-editors/vim/vim-7.2.264.ebuild7
-rw-r--r--app-editors/vim/vim-7.2.ebuild23
5 files changed, 6 insertions, 80 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index f28d0862758e..beadf748a055 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/vim
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.333 2009/09/27 15:35:52 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.334 2009/10/17 17:19:14 lack Exp $
+
+ 17 Oct 2009; Jim Ramsay <lack@gentoo.org> -vim-7.2.ebuild,
+ -vim-7.2.108.ebuild, -vim-7.2.238.ebuild, vim-7.2.264.ebuild:
+ Version cleanup and [R]DEPEND moved into vim.eclass
*vim-7.2.264 (27 Sep 2009)
diff --git a/app-editors/vim/vim-7.2.108.ebuild b/app-editors/vim/vim-7.2.108.ebuild
deleted file mode 100644
index 30ce846f8ed9..000000000000
--- a/app-editors/vim/vim-7.2.108.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.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_ORG_PATCHES}"
-
-S="${WORKDIR}/vim${VIM_VERSION/.}"
-DESCRIPTION="Vim, an improved vi-style text editor"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE=""
-DEPEND="${DEPEND}
- !minimal? ( ~app-editors/vim-core-${PV} )"
-RDEPEND="${RDEPEND}
- !<app-editors/nvi-1.81.5-r4
- !minimal? ( ~app-editors/vim-core-${PV} )"
diff --git a/app-editors/vim/vim-7.2.238.ebuild b/app-editors/vim/vim-7.2.238.ebuild
deleted file mode 100644
index 4b17407ad3ff..000000000000
--- a/app-editors/vim/vim-7.2.238.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.238.ebuild,v 1.1 2009/07/22 14:07:04 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.gz"
-
-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_ORG_PATCHES}"
-
-S="${WORKDIR}/vim${VIM_VERSION/.}"
-DESCRIPTION="Vim, an improved vi-style text editor"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE=""
-DEPEND="${DEPEND}
- !minimal? ( ~app-editors/vim-core-${PV} )"
-RDEPEND="${RDEPEND}
- !<app-editors/nvi-1.81.5-r4
- !minimal? ( ~app-editors/vim-core-${PV} )"
diff --git a/app-editors/vim/vim-7.2.264.ebuild b/app-editors/vim/vim-7.2.264.ebuild
index f28ecbeb9d9f..8f5cec81fe1f 100644
--- a/app-editors/vim/vim-7.2.264.ebuild
+++ b/app-editors/vim/vim-7.2.264.ebuild
@@ -1,6 +1,6 @@
# 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.264.ebuild,v 1.1 2009/09/27 15:35:52 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.264.ebuild,v 1.2 2009/10/17 17:19:14 lack Exp $
EAPI=2
inherit vim
@@ -19,8 +19,3 @@ S="${WORKDIR}/vim${VIM_VERSION/.}"
DESCRIPTION="Vim, an improved vi-style text editor"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""
-DEPEND="${DEPEND}
- !minimal? ( ~app-editors/vim-core-${PV} )"
-RDEPEND="${RDEPEND}
- !<app-editors/nvi-1.81.5-r4
- !minimal? ( ~app-editors/vim-core-${PV} )"
diff --git a/app-editors/vim/vim-7.2.ebuild b/app-editors/vim/vim-7.2.ebuild
deleted file mode 100644
index 95860ef1033b..000000000000
--- a/app-editors/vim/vim-7.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.ebuild,v 1.7 2008/10/27 05:44:16 vapier Exp $
-
-inherit vim
-
-VIM_VERSION="7.2"
-VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2"
-
-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}"
-
-S="${WORKDIR}/vim${VIM_VERSION/.}"
-DESCRIPTION="Vim, an improved vi-style text editor"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-DEPEND="${DEPEND}
- !minimal? ( ~app-editors/vim-core-${PV} )"
-RDEPEND="${RDEPEND}
- !<app-editors/nvi-1.81.5-r4
- !minimal? ( ~app-editors/vim-core-${PV} )"