* [gentoo-commits] gentoo-x86 commit in app-vim/easytags: ChangeLog easytags-2.8.1.ebuild
@ 2012-08-03 22:05 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2012-08-03 22:05 UTC (permalink / raw
To: gentoo-commits
radhermit 12/08/03 22:05:36
Modified: ChangeLog
Added: easytags-2.8.1.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.11 app-vim/easytags/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/easytags/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/easytags/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/easytags/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 13 Nov 2011 20:39:32 -0000 1.10
+++ ChangeLog 3 Aug 2012 22:05:36 -0000 1.11
@@ -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.10 2011/11/13 20:39:32 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.11 2012/08/03 22:05:36 radhermit Exp $
+
+*easytags-2.8.1 (03 Aug 2012)
+
+ 03 Aug 2012; Tim Harder <radhermit@gentoo.org> +easytags-2.8.1.ebuild:
+ Version bump.
*easytags-2.7.2 (13 Nov 2011)
1.1 app-vim/easytags/easytags-2.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/easytags/easytags-2.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/easytags/easytags-2.8.1.ebuild?rev=1.1&content-type=text/plain
Index: easytags-2.8.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/easytags-2.8.1.ebuild,v 1.1 2012/08/03 22:05:36 radhermit Exp $
EAPI=4
inherit vim-plugin vcs-snapshot
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 )
>=app-vim/xolox-misc-20111124
dev-util/ctags"
VIM_PLUGIN_HELPFILES="${PN}.txt"
src_prepare() {
# remove unnecessary files
rm INSTALL.md README.md || die
rm -r autoload/xolox/misc || die
}
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:[~2012-08-03 22:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 22:05 [gentoo-commits] gentoo-x86 commit in app-vim/easytags: ChangeLog easytags-2.8.1.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