Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/vilearn: vilearn-1.0.ebuild ChangeLog
Date: Sun, 28 Sep 2014 10:06:40
Message-Id: 20140928100637.D30D16735@oystercatcher.gentoo.org
1 hattya 14/09/28 10:06:37
2
3 Modified: vilearn-1.0.ebuild ChangeLog
4 Log:
5 update to EAPI 5
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
8
9 Revision Changes Path
10 1.14 app-doc/vilearn/vilearn-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild?r1=1.13&r2=1.14
15
16 Index: vilearn-1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- vilearn-1.0.ebuild 28 Sep 2014 10:05:16 -0000 1.13
23 +++ vilearn-1.0.ebuild 28 Sep 2014 10:06:37 -0000 1.14
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild,v 1.13 2014/09/28 10:05:16 hattya Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild,v 1.14 2014/09/28 10:06:37 hattya Exp $
29
30 -EAPI="4"
31 +EAPI="5"
32
33 DESCRIPTION="vilearn is an interactive vi tutorial comprised of 5 tutorials for the vi-impaired"
34 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
35 @@ -14,7 +14,6 @@
36 IUSE=""
37
38 RDEPEND="app-editors/vim"
39 -DEPEND="${RDEPEND}"
40
41 src_prepare() {
42 sed -i "s:/usr/local:${EPREFIX}/usr:" Makefile
43
44
45
46 1.15 app-doc/vilearn/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/ChangeLog?rev=1.15&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/ChangeLog?rev=1.15&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/ChangeLog?r1=1.14&r2=1.15
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-doc/vilearn/ChangeLog,v
55 retrieving revision 1.14
56 retrieving revision 1.15
57 diff -u -r1.14 -r1.15
58 --- ChangeLog 28 Sep 2014 10:05:16 -0000 1.14
59 +++ ChangeLog 28 Sep 2014 10:06:37 -0000 1.15
60 @@ -1,6 +1,9 @@
61 # ChangeLog for app-doc/vilearn
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/ChangeLog,v 1.14 2014/09/28 10:05:16 hattya Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/ChangeLog,v 1.15 2014/09/28 10:06:37 hattya Exp $
65 +
66 + 28 Sep 2014; Akinori Hattori <hattya@g.o> vilearn-1.0.ebuild:
67 + update to EAPI 5
68
69 28 Sep 2014; Akinori Hattori <hattya@g.o> vilearn-1.0.ebuild:
70 update HOMEPAGE and SRC_URI wrt bug #507898