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