public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-vim/python-mode: python-mode-0.6.8.ebuild ChangeLog python-mode-0.6.6.ebuild
@ 2012-09-07  9:39 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2012-09-07  9:39 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/09/07 09:39:23

  Modified:             ChangeLog
  Added:                python-mode-0.6.8.ebuild
  Removed:              python-mode-0.6.6.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-vim/python-mode/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/python-mode/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/python-mode/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/python-mode/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/python-mode/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	3 Aug 2012 08:20:02 -0000	1.3
+++ ChangeLog	7 Sep 2012 09:39:22 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for app-vim/python-mode
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/python-mode/ChangeLog,v 1.3 2012/08/03 08:20:02 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/python-mode/ChangeLog,v 1.4 2012/09/07 09:39:22 xarthisius Exp $
+
+*python-mode-0.6.8 (07 Sep 2012)
+
+  07 Sep 2012; Kacper Kowalik <xarthisius@gentoo.org> +python-mode-0.6.8.ebuild,
+  -python-mode-0.6.6.ebuild:
+  Version bump, drop old
 
 *python-mode-0.6.6 (03 Aug 2012)
 



1.1                  app-vim/python-mode/python-mode-0.6.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/python-mode/python-mode-0.6.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/python-mode/python-mode-0.6.8.ebuild?rev=1.1&content-type=text/plain

Index: python-mode-0.6.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/python-mode/python-mode-0.6.8.ebuild,v 1.1 2012/09/07 09:39:22 xarthisius Exp $

EAPI=4

VIM_PLUGIN_MESSAGES="filetype"
VIM_PLUGIN_HELPFILES="PythonModeCommands"
VIM_PLUGIN_HELPURI="https://github.com/klen/python-mode"

inherit vim-plugin vcs-snapshot

DESCRIPTION="Provide python code looking for bugs, refactoring and other useful things"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3770 https://github.com/klen/python-mode"
SRC_URI="https://github.com/klen/${PN}/tarball/${PV} -> ${P}.tar.gz"

LICENSE="LGPL-3"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="
	dev-python/astng
	dev-python/autopep8
	dev-python/pyflakes
	dev-python/pylint
	dev-python/rope
	dev-python/ropemode
	"

src_prepare() {
	rm -rf pylibs/{logilab,*pep8.py,pyflakes,pylint,rope,ropemode} .gitignore
	mv pylint.ini "${T}" || die
	sed -e "s|expand(\"<sfile>:p:h:h\")|\"${EPREFIX}/usr/share/${PN}\"|" \
		-i plugin/pymode.vim || die # use custom path
	sed -e "s/pylibs.autopep8/autopep8/g" -i pylibs/pymode/auto.py || die
	sed -e "s/pylibs.ropemode/ropemode/g" -i pylibs/ropevim.py || die
}

src_install() {
	vim-plugin_src_install
	insinto usr/share/${PN}
	doins "${T}"/pylint.ini
}

pkg_postinst() {
	vim-plugin_pkg_postinst
	einfo "If you use custom pylintrc make sure you append the contents of"
	einfo " ${EPREFIX}/usr/share/${PN}/pylint.ini"
	einfo "to it. Otherwise PyLint command will not work properly."
}





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

only message in thread, other threads:[~2012-09-07  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07  9:39 [gentoo-commits] gentoo-x86 commit in app-vim/python-mode: python-mode-0.6.8.ebuild ChangeLog python-mode-0.6.6.ebuild Kacper Kowalik (xarthisius)

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