radhermit    15/06/19 06:27:54

  Modified:             ChangeLog
  Added:                notes-0.33.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.24                 app-vim/notes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   7 Jun 2015 08:14:46 -0000       1.23
+++ ChangeLog   19 Jun 2015 06:27:54 -0000      1.24
@@ -1,6 +1,11 @@
 # ChangeLog for app-vim/notes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.23 2015/06/07 
08:14:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.24 2015/06/19 
06:27:54 radhermit Exp $
+
+*notes-0.33 (19 Jun 2015)
+
+  19 Jun 2015; Tim Harder <radher...@gentoo.org> +notes-0.33.ebuild:
+  Version bump.
 
   07 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  app-vim/notes/notes-0.33.ebuild

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

Index: notes-0.33.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.33.ebuild,v 1.1 
2015/06/19 06:27:54 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"

inherit python-single-r1 vim-plugin

DESCRIPTION="vim plugin: easy note taking in vim"
HOMEPAGE="http://peterodding.com/code/vim/notes/";
SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
        >=app-vim/vim-misc-1.17.6"

VIM_PLUGIN_HELPFILES="${PN}.txt"

S=${WORKDIR}/vim-${P}

src_prepare() {
        # remove unnecessary files
        rm addon-info.json INSTALL.md README.md || die

        python_fix_shebang .
}




Reply via email to