* [gentoo-commits] gentoo-x86 commit in app-vim/easytags: ChangeLog easytags-2.4.11.ebuild
@ 2011-07-12 6:33 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-07-12 6:33 UTC (permalink / raw
To: gentoo-commits
radhermit 11/07/12 06:33:54
Modified: ChangeLog
Added: easytags-2.4.11.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Revision Changes Path
1.2 app-vim/easytags/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/easytags/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/easytags/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/easytags/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 29 Jun 2011 00:40:50 -0000 1.1
+++ ChangeLog 12 Jul 2011 06:33:54 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/easytags
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.1 2011/06/29 00:40:50 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.2 2011/07/12 06:33:54 radhermit Exp $
+
+*easytags-2.4.11 (12 Jul 2011)
+
+ 12 Jul 2011; Tim Harder <radhermit@gentoo.org> +easytags-2.4.11.ebuild:
+ Version bump.
*easytags-2.4.9 (29 Jun 2011)
1.1 app-vim/easytags/easytags-2.4.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/easytags/easytags-2.4.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/easytags/easytags-2.4.11.ebuild?rev=1.1&content-type=text/plain
Index: easytags-2.4.11.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/easytags-2.4.11.ebuild,v 1.1 2011/07/12 06:33:54 radhermit Exp $
EAPI=4
inherit vim-plugin
DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting"
HOMEPAGE="http://peterodding.com/code/vim/easytags/"
SRC_URI="https://github.com/xolox/vim-${PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="|| ( dev-lang/python:2.7 dev-lang/python:2.6 )
dev-util/ctags"
VIM_PLUGIN_HELPFILES="easytags.txt"
src_unpack() {
unpack ${A}
mv *-${PN}-* "${S}"
}
src_prepare() {
rm INSTALL.md README.md
}
src_install() {
vim-plugin_src_install
# Make scripts executable
fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-12 6:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-12 6:33 [gentoo-commits] gentoo-x86 commit in app-vim/easytags: ChangeLog easytags-2.4.11.ebuild Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox