diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-04-07 08:41:13 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-04-07 08:41:13 +0000 |
commit | 524c155430310d033adcb94713cfb1223035dee6 (patch) | |
tree | a6358b66c9b74f9bf60b4f39210dcdff89bcd1a6 /app-vim/dbext | |
parent | Correct wrong ChangeLog entry (diff) | |
download | gentoo-2-524c155430310d033adcb94713cfb1223035dee6.tar.gz gentoo-2-524c155430310d033adcb94713cfb1223035dee6.tar.bz2 gentoo-2-524c155430310d033adcb94713cfb1223035dee6.zip |
Version bump. License changed to GPL-2. Changed vim dependency to 7.0. Quoting.
(Portage version: 2.1.5_rc1)
Diffstat (limited to 'app-vim/dbext')
-rw-r--r-- | app-vim/dbext/ChangeLog | 12 | ||||
-rw-r--r-- | app-vim/dbext/dbext-2.10.ebuild | 6 | ||||
-rw-r--r-- | app-vim/dbext/dbext-2.11.ebuild | 6 | ||||
-rw-r--r-- | app-vim/dbext/dbext-2.20.ebuild | 6 | ||||
-rw-r--r-- | app-vim/dbext/dbext-3.50.ebuild | 6 | ||||
-rw-r--r-- | app-vim/dbext/dbext-5.20.ebuild | 14 |
6 files changed, 36 insertions, 14 deletions
diff --git a/app-vim/dbext/ChangeLog b/app-vim/dbext/ChangeLog index 304290253b71..a9c5efcbfea4 100644 --- a/app-vim/dbext/ChangeLog +++ b/app-vim/dbext/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-vim/dbext -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/ChangeLog,v 1.14 2006/11/06 07:56:04 pioto Exp $ +# 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 $ + +*dbext-5.20 (07 Apr 2008) + + 07 Apr 2008; Ali Polatel <hawking@gentoo.org> dbext-2.10.ebuild, + dbext-2.11.ebuild, dbext-2.20.ebuild, dbext-3.50.ebuild, + +dbext-5.20.ebuild: + Version bump. License changed to GPL-2. Changed vim dependency to 7.0. + Quoting. *dbext-3.50 (21 Sep 2006) diff --git a/app-vim/dbext/dbext-2.10.ebuild b/app-vim/dbext/dbext-2.10.ebuild index c4e5c9ad1d43..782e30484318 100644 --- a/app-vim/dbext/dbext-2.10.ebuild +++ b/app-vim/dbext/dbext-2.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.5 2007/07/11 05:14:08 mr_bones_ Exp $ +# $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 @@ -17,6 +17,6 @@ VIM_PLUGIN_HELPFILES="dbext" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" edos2unix {plugin,doc}/* } diff --git a/app-vim/dbext/dbext-2.11.ebuild b/app-vim/dbext/dbext-2.11.ebuild index a4ae0a82b441..0dfb8c0f4c2b 100644 --- a/app-vim/dbext/dbext-2.11.ebuild +++ b/app-vim/dbext/dbext-2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.4 2007/07/11 05:14:08 mr_bones_ Exp $ +# $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 @@ -17,6 +17,6 @@ VIM_PLUGIN_HELPFILES="dbext" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" edos2unix {plugin,doc}/* } diff --git a/app-vim/dbext/dbext-2.20.ebuild b/app-vim/dbext/dbext-2.20.ebuild index cc37fd3ff932..cb77d4f9e81b 100644 --- a/app-vim/dbext/dbext-2.20.ebuild +++ b/app-vim/dbext/dbext-2.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.20.ebuild,v 1.5 2007/07/11 05:14:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-2.20.ebuild,v 1.6 2008/04/07 08:41:13 hawking Exp $ inherit vim-plugin eutils @@ -17,6 +17,6 @@ VIM_PLUGIN_HELPFILES="dbext" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" edos2unix {plugin,doc}/* } diff --git a/app-vim/dbext/dbext-3.50.ebuild b/app-vim/dbext/dbext-3.50.ebuild index f75eff3d11c4..dad5f8ecc121 100644 --- a/app-vim/dbext/dbext-3.50.ebuild +++ b/app-vim/dbext/dbext-3.50.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.3 2007/07/11 05:14:08 mr_bones_ Exp $ +# $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 @@ -17,6 +17,6 @@ VIM_PLUGIN_HELPFILES="dbext" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" edos2unix {plugin,doc}/* } diff --git a/app-vim/dbext/dbext-5.20.ebuild b/app-vim/dbext/dbext-5.20.ebuild new file mode 100644 index 000000000000..abd4fccfe949 --- /dev/null +++ b/app-vim/dbext/dbext-5.20.ebuild @@ -0,0 +1,14 @@ +# 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 $ + +VIM_PLUGIN_VERSION=7.0 +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" +IUSE="" + +VIM_PLUGIN_HELPFILES="dbext" |