public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-vim/vcscommand: ChangeLog vcscommand-0.1_beta27.ebuild vcscommand-0.1_beta26.ebuild
@ 2008-09-20 15:43 Ali Polatel (hawking)
  0 siblings, 0 replies; only message in thread
From: Ali Polatel (hawking) @ 2008-09-20 15:43 UTC (permalink / raw
  To: gentoo-commits

hawking     08/09/20 15:43:21

  Modified:             ChangeLog
  Added:                vcscommand-0.1_beta27.ebuild
  Removed:              vcscommand-0.1_beta26.ebuild
  Log:
  Version bump. Drop old.
  (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.5                  app-vim/vcscommand/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/vcscommand/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/vcscommand/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/vcscommand/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	3 Aug 2008 15:36:22 -0000	1.4
+++ ChangeLog	20 Sep 2008 15:43:20 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for app-vim/vcscommand
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.4 2008/08/03 15:36:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.5 2008/09/20 15:43:20 hawking Exp $
+
+*vcscommand-0.1_beta27 (20 Sep 2008)
+
+  20 Sep 2008; Ali Polatel <hawking@gentoo.org>
+  -vcscommand-0.1_beta26.ebuild, +vcscommand-0.1_beta27.ebuild:
+  Version bump. Drop old.
 
   03 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
   Add USE flag description to metadata wrt GLEP 56.



1.1                  app-vim/vcscommand/vcscommand-0.1_beta27.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/vcscommand/vcscommand-0.1_beta27.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/vcscommand/vcscommand-0.1_beta27.ebuild?rev=1.1&content-type=text/plain

Index: vcscommand-0.1_beta27.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-0.1_beta27.ebuild,v 1.1 2008/09/20 15:43:20 hawking Exp $

VIM_PLUGIN_VIM_VERSION="7.0"
inherit vim-plugin

DESCRIPTION="vim plugin: CVS/SVN/SVK integration plugin"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90"

LICENSE="public-domain"
KEYWORDS="~amd64 ~x86"
IUSE="cvs git subversion svk"

RDEPEND="cvs? ( dev-util/cvs )
	git? ( dev-util/git )
	subversion? ( dev-util/subversion )
	svk? ( dev-util/svk )
	!app-vim/cvscommand
	!app-vim/calendar" # conflict, bug 62677

VIM_PLUGIN_HELPFILES="vcscommand"

no_flags_die() {
	eerror "Please choose at least one VCS system"
	eerror "to be supported by this plugin."
	die "No vcs systems set"
}

pkg_setup() {
	elog "Note:	Support for all VCS systems are enabled by use flags."
	elog "		Make sure you've enabled the flags you want."

	use cvs || use git || use subversion || use svk || no_flags_die
}

src_unpack() {
	unpack ${A}
	cd "${S}"

	use cvs || rm syntax/CVSAnnotate.vim plugin/vcscvs.vim
	use git || rm plugin/vcsgit.vim
	use subversion || rm syntax/SVNAnnotate.vim plugin/vcssvn.vim
	use svk || rm syntax/SVKAnnotate.vim plugin/vcssvk.vim
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-20 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-20 15:43 [gentoo-commits] gentoo-x86 commit in app-vim/vcscommand: ChangeLog vcscommand-0.1_beta27.ebuild vcscommand-0.1_beta26.ebuild Ali Polatel (hawking)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox