Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-vim/notes: ChangeLog notes-0.29.ebuild
Date: Fri, 28 Nov 2014 15:10:16
Message-Id: 20141128151011.777AAB175@oystercatcher.gentoo.org
1 radhermit 14/11/28 15:10:11
2
3 Modified: ChangeLog
4 Added: notes-0.29.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.21 app-vim/notes/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/notes/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/notes/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/notes/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 6 Nov 2014 04:54:07 -0000 1.20
24 +++ ChangeLog 28 Nov 2014 15:10:11 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-vim/notes
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.20 2014/11/06 04:54:07 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.21 2014/11/28 15:10:11 radhermit Exp $
30 +
31 +*notes-0.29 (28 Nov 2014)
32 +
33 + 28 Nov 2014; Tim Harder <radhermit@g.o> +notes-0.29.ebuild:
34 + Version bump.
35
36 *notes-0.28.1 (06 Nov 2014)
37
38
39
40
41 1.1 app-vim/notes/notes-0.29.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/notes/notes-0.29.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/notes/notes-0.29.ebuild?rev=1.1&content-type=text/plain
45
46 Index: notes-0.29.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.29.ebuild,v 1.1 2014/11/28 15:10:11 radhermit Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python2_7 )
54 PYTHON_REQ_USE="sqlite"
55
56 inherit python-single-r1 vim-plugin
57
58 DESCRIPTION="vim plugin: easy note taking in vim"
59 HOMEPAGE="http://peterodding.com/code/vim/notes/"
60 SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz"
61 LICENSE="MIT"
62 KEYWORDS="~amd64 ~x86"
63 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
64
65 RDEPEND="${PYTHON_DEPS}
66 >=app-vim/vim-misc-1.16.1"
67
68 VIM_PLUGIN_HELPFILES="${PN}.txt"
69
70 S=${WORKDIR}/vim-${P}
71
72 src_prepare() {
73 # remove unnecessary files
74 rm addon-info.json INSTALL.md README.md || die
75
76 python_fix_shebang .
77 }