summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2010-10-04 05:28:06 +0000
committerTim Harder <radhermit@gentoo.org>2010-10-04 05:28:06 +0000
commit2ff5a5bf1bee230de4788688d2e4595e6e10e9a8 (patch)
treea0bfdd6785d4231bd97cfdb0c9986dff3f6fa8b9
parentVersion bump of both stable 2.2 branch and unstable 3.0 branch (diff)
downloadgentoo-2-2ff5a5bf1bee230de4788688d2e4595e6e10e9a8.tar.gz
gentoo-2-2ff5a5bf1bee230de4788688d2e4595e6e10e9a8.tar.bz2
gentoo-2-2ff5a5bf1bee230de4788688d2e4595e6e10e9a8.zip
Version bump and remove old. Update to EAPI=3 and drop blocker on app-vim/calendar.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
-rw-r--r--app-vim/vcscommand/ChangeLog9
-rw-r--r--app-vim/vcscommand/vcscommand-1.99.42.ebuild (renamed from app-vim/vcscommand/vcscommand-1.99.31.ebuild)13
2 files changed, 17 insertions, 5 deletions
diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog
index cb633016decf..42180048d109 100644
--- a/app-vim/vcscommand/ChangeLog
+++ b/app-vim/vcscommand/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-vim/vcscommand
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.10 2010/02/16 16:03:53 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.11 2010/10/04 05:28:06 radhermit Exp $
+
+*vcscommand-1.99.42 (04 Oct 2010)
+
+ 04 Oct 2010; Tim Harder <radhermit@gentoo.org> -vcscommand-1.99.31.ebuild,
+ +vcscommand-1.99.42.ebuild:
+ Version bump and remove old. Update to EAPI=3 and drop blocker on
+ app-vim/calendar.
*vcscommand-1.99.37 (16 Feb 2010)
diff --git a/app-vim/vcscommand/vcscommand-1.99.31.ebuild b/app-vim/vcscommand/vcscommand-1.99.42.ebuild
index b4ea5ea830f3..31d73908ea36 100644
--- a/app-vim/vcscommand/vcscommand-1.99.31.ebuild
+++ b/app-vim/vcscommand/vcscommand-1.99.42.ebuild
@@ -1,18 +1,23 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.31.ebuild,v 1.2 2009/12/17 10:59:17 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.42.ebuild,v 1.1 2010/10/04 05:28:06 radhermit Exp $
+
+EAPI=3
VIM_PLUGIN_VIM_VERSION="7.0"
inherit vim-plugin
DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90"
+SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13751 -> ${P}.zip"
LICENSE="public-domain"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
-RDEPEND="!app-vim/cvscommand
- !app-vim/calendar" # conflict, bug 62677
+RDEPEND="!app-vim/cvscommand"
+DEPEND="app-arch/unzip"
VIM_PLUGIN_HELPFILES="vcscommand"
+
+S="${WORKDIR}"