summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2011-06-17 15:32:45 +0000
committerJim Ramsay <lack@gentoo.org>2011-06-17 15:32:45 +0000
commit73c1c29af26ee1d9a0ef5d849245b63e4eb1383d (patch)
tree43b0cac32cbc21fe19dc685d57a602ebf8e197d5 /app-editors/vim
parentVersion cleanup: Removing unused versions (diff)
downloadgentoo-2-73c1c29af26ee1d9a0ef5d849245b63e4eb1383d.tar.gz
gentoo-2-73c1c29af26ee1d9a0ef5d849245b63e4eb1383d.tar.bz2
gentoo-2-73c1c29af26ee1d9a0ef5d849245b63e4eb1383d.zip
Version cleanup: Removing unused versions
(Portage version: 2.1.9.49/cvs/Linux i686)
Diffstat (limited to 'app-editors/vim')
-rw-r--r--app-editors/vim/ChangeLog6
-rw-r--r--app-editors/vim/vim-7.3.102.ebuild26
-rw-r--r--app-editors/vim/vim-7.3.162.ebuild26
-rw-r--r--app-editors/vim/vim-7.3.50.ebuild26
-rw-r--r--app-editors/vim/vim-7.3.75.ebuild26
5 files changed, 5 insertions, 105 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index f6a48665ac59..8769cd052e8c 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/vim
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.377 2011/06/16 23:30:46 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.378 2011/06/17 15:32:45 lack Exp $
+
+ 17 Jun 2011; Jim Ramsay <lack@gentoo.org> -vim-7.3.50.ebuild,
+ -vim-7.3.75.ebuild, -vim-7.3.102.ebuild, -vim-7.3.162.ebuild:
+ Version cleanup: Removing unused versions
*vim-7.3.219 (16 Jun 2011)
diff --git a/app-editors/vim/vim-7.3.102.ebuild b/app-editors/vim/vim-7.3.102.ebuild
deleted file mode 100644
index 604bc64b15a4..000000000000
--- a/app-editors/vim/vim-7.3.102.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.102.ebuild,v 1.1 2011/01/21 16:18:34 lack Exp $
-
-EAPI=3
-VIM_VERSION="7.3"
-inherit vim
-
-VIM_ORG_PATCHES="vim-patches-${PV}.tar.bz2"
-
-SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
- http://dev.gentoo.org/~lack/vim/${VIM_ORG_PATCHES}"
-
-S="${WORKDIR}/vim${VIM_VERSION/.}"
-DESCRIPTION="Vim, an improved vi-style text editor"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-src_prepare() {
- vim_src_prepare
-
- if [[ ${CHOST} == *-interix* ]]; then
- epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
- fi
- epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
-}
diff --git a/app-editors/vim/vim-7.3.162.ebuild b/app-editors/vim/vim-7.3.162.ebuild
deleted file mode 100644
index 33192a493791..000000000000
--- a/app-editors/vim/vim-7.3.162.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.162.ebuild,v 1.1 2011/04/25 16:00:07 lack Exp $
-
-EAPI=3
-VIM_VERSION="7.3"
-inherit vim
-
-VIM_ORG_PATCHES="vim-patches-${PV}.tar.bz2"
-
-SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
- http://dev.gentoo.org/~lack/vim/${VIM_ORG_PATCHES}"
-
-S="${WORKDIR}/vim${VIM_VERSION/.}"
-DESCRIPTION="Vim, an improved vi-style text editor"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-src_prepare() {
- vim_src_prepare
-
- if [[ ${CHOST} == *-interix* ]]; then
- epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
- fi
- epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
-}
diff --git a/app-editors/vim/vim-7.3.50.ebuild b/app-editors/vim/vim-7.3.50.ebuild
deleted file mode 100644
index 60b95c818128..000000000000
--- a/app-editors/vim/vim-7.3.50.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.50.ebuild,v 1.8 2011/01/07 22:03:19 ranger Exp $
-
-EAPI=3
-VIM_VERSION="7.3"
-inherit vim
-
-VIM_ORG_PATCHES="vim-patches-${PV}.tar.bz2"
-
-SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
- 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 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-src_prepare() {
- vim_src_prepare
-
- if [[ ${CHOST} == *-interix* ]]; then
- epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
- fi
- epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
-}
diff --git a/app-editors/vim/vim-7.3.75.ebuild b/app-editors/vim/vim-7.3.75.ebuild
deleted file mode 100644
index d06ca76150a9..000000000000
--- a/app-editors/vim/vim-7.3.75.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.75.ebuild,v 1.1 2010/12/08 20:19:54 lack Exp $
-
-EAPI=3
-VIM_VERSION="7.3"
-inherit vim
-
-VIM_ORG_PATCHES="vim-patches-${PV}.tar.bz2"
-
-SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
- 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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-src_prepare() {
- vim_src_prepare
-
- if [[ ${CHOST} == *-interix* ]]; then
- epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
- fi
- epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
-}