Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/shigofumi: shigofumi-0.2.ebuild shigofumi-9999.ebuild ChangeLog
Date: Mon, 29 Oct 2012 17:57:29
Message-Id: 20121029175718.58DD421600@flycatcher.gentoo.org
1 zmedico 12/10/29 17:57:18
2
3 Modified: shigofumi-0.2.ebuild shigofumi-9999.ebuild
4 ChangeLog
5 Log:
6 Tweak inherit so repoman can parse it.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 0xFDE8EF85AE5719A3)
9
10 Revision Changes Path
11 1.2 net-misc/shigofumi/shigofumi-0.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/shigofumi-0.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/shigofumi-0.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/shigofumi-0.2.ebuild?r1=1.1&r2=1.2
16
17 Index: shigofumi-0.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-0.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- shigofumi-0.2.ebuild 29 Oct 2012 11:16:28 -0000 1.1
24 +++ shigofumi-0.2.ebuild 29 Oct 2012 17:57:18 -0000 1.2
25 @@ -1,13 +1,13 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-0.2.ebuild,v 1.1 2012/10/29 11:16:28 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-0.2.ebuild,v 1.2 2012/10/29 17:57:18 zmedico Exp $
30
31 EAPI=5
32
33 -[[ ${PV} = 9999* ]] && GIT="git-2 autotools"
34 EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
35 WANT_AUTOMAKE="1.11"
36 -inherit base ${GIT}
37 +inherit base
38 +[[ ${PV} = 9999* ]] && inherit git-2 autotools
39
40 DESCRIPTION="Command line client for ISDS"
41 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
42
43
44
45 1.7 net-misc/shigofumi/shigofumi-9999.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild?r1=1.6&r2=1.7
50
51 Index: shigofumi-9999.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- shigofumi-9999.ebuild 29 Oct 2012 11:16:28 -0000 1.6
58 +++ shigofumi-9999.ebuild 29 Oct 2012 17:57:18 -0000 1.7
59 @@ -1,13 +1,13 @@
60 # Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild,v 1.6 2012/10/29 11:16:28 scarabeus Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild,v 1.7 2012/10/29 17:57:18 zmedico Exp $
64
65 EAPI=5
66
67 -[[ ${PV} = 9999* ]] && GIT="git-2 autotools"
68 EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
69 WANT_AUTOMAKE="1.11"
70 -inherit base ${GIT}
71 +inherit base
72 +[[ ${PV} = 9999* ]] && inherit git-2 autotools
73
74 DESCRIPTION="Command line client for ISDS"
75 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
76
77
78
79 1.8 net-misc/shigofumi/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/ChangeLog?rev=1.8&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/ChangeLog?rev=1.8&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/ChangeLog?r1=1.7&r2=1.8
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/net-misc/shigofumi/ChangeLog,v
88 retrieving revision 1.7
89 retrieving revision 1.8
90 diff -u -r1.7 -r1.8
91 --- ChangeLog 29 Oct 2012 11:16:28 -0000 1.7
92 +++ ChangeLog 29 Oct 2012 17:57:18 -0000 1.8
93 @@ -1,6 +1,10 @@
94 # ChangeLog for net-misc/shigofumi
95 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/ChangeLog,v 1.7 2012/10/29 11:16:28 scarabeus Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/ChangeLog,v 1.8 2012/10/29 17:57:18 zmedico Exp $
98 +
99 + 29 Oct 2012; Zac Medico <zmedico@g.o> shigofumi-0.2.ebuild,
100 + shigofumi-9999.ebuild:
101 + Tweak inherit so repoman can parse it.
102
103 *shigofumi-0.2 (29 Oct 2012)