Gentoo Archives: gentoo-commits

From: "Jason Donenfeld (zx2c4)" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/cgit: cgit-9999.ebuild ChangeLog
Date: Tue, 21 Jan 2014 19:50:08
Message-Id: 20140121195001.9F0352004C@flycatcher.gentoo.org
1 zx2c4 14/01/21 19:50:01
2
3 Modified: cgit-9999.ebuild ChangeLog
4 Log:
5 Remove variable to avoid maintainer confusion.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
8
9 Revision Changes Path
10 1.8 www-apps/cgit/cgit-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/cgit-9999.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/cgit-9999.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/cgit-9999.ebuild?r1=1.7&r2=1.8
15
16 Index: cgit-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-9999.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- cgit-9999.ebuild 21 Jan 2014 19:49:03 -0000 1.7
23 +++ cgit-9999.ebuild 21 Jan 2014 19:50:01 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-9999.ebuild,v 1.7 2014/01/21 19:49:03 zx2c4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-9999.ebuild,v 1.8 2014/01/21 19:50:01 zx2c4 Exp $
29
30 EAPI="4"
31
32 @@ -10,8 +10,6 @@
33
34 [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
35
36 -GIT_V="1.8.5"
37 -
38 DESCRIPTION="a fast web-interface for git repositories"
39 HOMEPAGE="http://git.zx2c4.com/cgit/about"
40 SRC_URI=""
41
42
43
44 1.20 www-apps/cgit/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/ChangeLog?rev=1.20&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/ChangeLog?rev=1.20&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/ChangeLog?r1=1.19&r2=1.20
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v
53 retrieving revision 1.19
54 retrieving revision 1.20
55 diff -u -r1.19 -r1.20
56 --- ChangeLog 21 Jan 2014 19:49:03 -0000 1.19
57 +++ ChangeLog 21 Jan 2014 19:50:01 -0000 1.20
58 @@ -1,6 +1,9 @@
59 # ChangeLog for www-apps/cgit
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.19 2014/01/21 19:49:03 zx2c4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.20 2014/01/21 19:50:01 zx2c4 Exp $
63 +
64 + 21 Jan 2014; Jason A. Donenfeld <zx2c4@g.o> cgit-9999.ebuild:
65 + Remove variable to avoid maintainer confusion.
66
67 *cgit-0.10 (21 Jan 2014)