summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-09-20 14:21:41 +0000
committerAli Polatel <hawking@gentoo.org>2008-09-20 14:21:41 +0000
commit8641672dc92ef2eda08b8b4359d2000b0af90a18 (patch)
treea12cd4af9607276c5e4b3ff79c23620dc306f1ed /app-vim
parentVersion bump. Drop old. (diff)
downloadgentoo-2-8641672dc92ef2eda08b8b4359d2000b0af90a18.tar.gz
gentoo-2-8641672dc92ef2eda08b8b4359d2000b0af90a18.tar.bz2
gentoo-2-8641672dc92ef2eda08b8b4359d2000b0af90a18.zip
Version bump. Keyword ~amd64. Drop old.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/dbext/ChangeLog9
-rw-r--r--app-vim/dbext/dbext-2.10.ebuild22
-rw-r--r--app-vim/dbext/dbext-2.11.ebuild22
-rw-r--r--app-vim/dbext/dbext-3.50.ebuild22
-rw-r--r--app-vim/dbext/dbext-6.20.ebuild (renamed from app-vim/dbext/dbext-5.20.ebuild)4
5 files changed, 10 insertions, 69 deletions
diff --git a/app-vim/dbext/ChangeLog b/app-vim/dbext/ChangeLog
index a9c5efcbfea4..85eaf935a2e3 100644
--- a/app-vim/dbext/ChangeLog
+++ b/app-vim/dbext/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-vim/dbext
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/ChangeLog,v 1.15 2008/04/07 08:41:13 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/ChangeLog,v 1.16 2008/09/20 14:21:41 hawking Exp $
+
+*dbext-6.20 (20 Sep 2008)
+
+ 20 Sep 2008; Ali Polatel <hawking@gentoo.org> -dbext-2.10.ebuild,
+ -dbext-2.11.ebuild, -dbext-3.50.ebuild, -dbext-5.20.ebuild,
+ +dbext-6.20.ebuild:
+ Version bump. Keyword ~amd64. Drop old.
*dbext-5.20 (07 Apr 2008)
diff --git a/app-vim/dbext/dbext-2.10.ebuild b/app-vim/dbext/dbext-2.10.ebuild
deleted file mode 100644
index 782e30484318..000000000000
--- a/app-vim/dbext/dbext-2.10.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-2.10.ebuild,v 1.6 2008/04/07 08:41:13 hawking Exp $
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: easy access to databases"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356"
-LICENSE="as-is"
-KEYWORDS="x86 sparc mips ~ppc"
-IUSE=""
-
-RDEPEND=">=app-vim/multvals-3.6.1
- >=app-vim/genutils-1.13"
-
-VIM_PLUGIN_HELPFILES="dbext"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- edos2unix {plugin,doc}/*
-}
diff --git a/app-vim/dbext/dbext-2.11.ebuild b/app-vim/dbext/dbext-2.11.ebuild
deleted file mode 100644
index 0dfb8c0f4c2b..000000000000
--- a/app-vim/dbext/dbext-2.11.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-2.11.ebuild,v 1.5 2008/04/07 08:41:13 hawking Exp $
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: easy access to databases"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356"
-LICENSE="as-is"
-KEYWORDS="x86 sparc mips ~ppc alpha ia64"
-IUSE=""
-
-RDEPEND=">=app-vim/multvals-3.6.1
- >=app-vim/genutils-1.13"
-
-VIM_PLUGIN_HELPFILES="dbext"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- edos2unix {plugin,doc}/*
-}
diff --git a/app-vim/dbext/dbext-3.50.ebuild b/app-vim/dbext/dbext-3.50.ebuild
deleted file mode 100644
index dad5f8ecc121..000000000000
--- a/app-vim/dbext/dbext-3.50.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-3.50.ebuild,v 1.4 2008/04/07 08:41:13 hawking Exp $
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: easy access to databases"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356"
-LICENSE="as-is"
-KEYWORDS="~alpha ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=app-vim/multvals-3.6.1
- >=app-vim/genutils-1.13"
-
-VIM_PLUGIN_HELPFILES="dbext"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- edos2unix {plugin,doc}/*
-}
diff --git a/app-vim/dbext/dbext-5.20.ebuild b/app-vim/dbext/dbext-6.20.ebuild
index abd4fccfe949..416d96cbc44b 100644
--- a/app-vim/dbext/dbext-5.20.ebuild
+++ b/app-vim/dbext/dbext-6.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-5.20.ebuild,v 1.1 2008/04/07 08:41:13 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-6.20.ebuild,v 1.1 2008/09/20 14:21:41 hawking Exp $
VIM_PLUGIN_VERSION=7.0
inherit vim-plugin eutils
@@ -8,7 +8,7 @@ inherit vim-plugin eutils
DESCRIPTION="vim plugin: easy access to databases"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356"
LICENSE="GPL-2"
-KEYWORDS="~alpha ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE=""
VIM_PLUGIN_HELPFILES="dbext"