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.12.10.ebuild
Date: Thu, 17 Nov 2011 16:33:33
Message-Id: 20111117163323.57B022004B@flycatcher.gentoo.org
1 radhermit 11/11/17 16:33:23
2
3 Modified: ChangeLog
4 Added: notes-0.12.10.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 app-vim/notes/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/notes/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/notes/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/notes/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 13 Nov 2011 20:43:07 -0000 1.7
24 +++ ChangeLog 17 Nov 2011 16:33:23 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-vim/notes
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.7 2011/11/13 20:43:07 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.8 2011/11/17 16:33:23 radhermit Exp $
30 +
31 +*notes-0.12.10 (17 Nov 2011)
32 +
33 + 17 Nov 2011; Tim Harder <radhermit@g.o> +notes-0.12.10.ebuild:
34 + Version bump.
35
36 *notes-0.12.8 (13 Nov 2011)
37
38
39
40
41 1.1 app-vim/notes/notes-0.12.10.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/notes/notes-0.12.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/notes/notes-0.12.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: notes-0.12.10.ebuild
47 ===================================================================
48 # Copyright 1999-2011 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.12.10.ebuild,v 1.1 2011/11/17 16:33:23 radhermit Exp $
51
52 EAPI=4
53
54 inherit vim-plugin
55
56 DESCRIPTION="vim plugin: easy note taking in vim"
57 HOMEPAGE="http://peterodding.com/code/vim/notes/"
58 SRC_URI="https://github.com/xolox/vim-${PN}/tarball/${PV} -> ${P}.tar.gz"
59 LICENSE="MIT"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND=">=app-vim/xolox-misc-20110926
64 || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] )"
65
66 VIM_PLUGIN_HELPFILES="${PN}.txt"
67
68 src_unpack() {
69 unpack ${A}
70 mv *-${PN}-* "${S}"
71 }
72
73 src_prepare() {
74 # Remove unnecessary files
75 rm INSTALL.md README.md misc/notes/user/README || die
76 rm -r autoload/xolox/misc || die
77 }