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/xolox-misc: ChangeLog xolox-misc-20110831.ebuild xolox-misc-20110830.ebuild
Date: Fri, 02 Sep 2011 19:27:06
Message-Id: 20110902192656.8CF6A2004C@flycatcher.gentoo.org
1 radhermit 11/09/02 19:26:56
2
3 Modified: ChangeLog
4 Added: xolox-misc-20110831.ebuild
5 Removed: xolox-misc-20110830.ebuild
6 Log:
7 Version bump to new snapshot and remove old.
8
9 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 app-vim/xolox-misc/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/xolox-misc/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/xolox-misc/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/xolox-misc/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-vim/xolox-misc/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 31 Aug 2011 10:09:30 -0000 1.1
25 +++ ChangeLog 2 Sep 2011 19:26:56 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-vim/xolox-misc
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xolox-misc/ChangeLog,v 1.1 2011/08/31 10:09:30 radhermit Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-vim/xolox-misc/ChangeLog,v 1.2 2011/09/02 19:26:56 radhermit Exp $
31 +
32 +*xolox-misc-20110831 (02 Sep 2011)
33 +
34 + 02 Sep 2011; Tim Harder <radhermit@g.o> -xolox-misc-20110830.ebuild,
35 + +xolox-misc-20110831.ebuild:
36 + Version bump to new snapshot and remove old.
37
38 *xolox-misc-20110830 (31 Aug 2011)
39
40
41
42
43 1.1 app-vim/xolox-misc/xolox-misc-20110831.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/xolox-misc/xolox-misc-20110831.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/xolox-misc/xolox-misc-20110831.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xolox-misc-20110831.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-vim/xolox-misc/xolox-misc-20110831.ebuild,v 1.1 2011/09/02 19:26:56 radhermit Exp $
53
54 EAPI=4
55
56 inherit vim-plugin
57
58 DESCRIPTION="vim plugin: miscellaneous auto-load scripts"
59 HOMEPAGE="http://peterodding.com/code/vim/misc/"
60 LICENSE="MIT"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 src_prepare() {
65 rm README.md
66 }