Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-9999.ebuild ChangeLog
Date: Mon, 31 Dec 2012 13:50:45
Message-Id: 20121231135034.7EC4A2171D@flycatcher.gentoo.org
1 xarthisius 12/12/31 13:50:34
2
3 Modified: keystone-9999.ebuild ChangeLog
4 Log:
5 Use EGIT_REPO_URI to point to git sources, rather than invalid in this case SRC_URI
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
8
9 Revision Changes Path
10 1.2 sys-auth/keystone/keystone-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?r1=1.1&r2=1.2
15
16 Index: keystone-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- keystone-9999.ebuild 28 Nov 2012 21:59:34 -0000 1.1
23 +++ keystone-9999.ebuild 31 Dec 2012 13:50:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.1 2012/11/28 21:59:34 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.2 2012/12/31 13:50:34 xarthisius Exp $
29
30 EAPI=4
31
32 @@ -13,7 +13,7 @@
33 DESCRIPTION="Keystone is the Openstack authentication, authorization, and
34 service catalog written in Python."
35 HOMEPAGE="https://launchpad.net/keystone"
36 -SRC_URI="https://github.com/openstack/keystone.git"
37 +EGIT_REPO_URI="https://github.com/openstack/keystone.git"
38
39 LICENSE="Apache-2.0"
40 SLOT="folsom"
41
42
43
44 1.3 sys-auth/keystone/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.2&r2=1.3
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ChangeLog 9 Dec 2012 21:57:11 -0000 1.2
57 +++ ChangeLog 31 Dec 2012 13:50:34 -0000 1.3
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-auth/keystone
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.2 2012/12/09 21:57:11 prometheanfire Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.3 2012/12/31 13:50:34 xarthisius Exp $
63 +
64 + 31 Dec 2012; Kacper Kowalik <xarthisius@g.o> keystone-9999.ebuild:
65 + Use EGIT_REPO_URI to point to git sources, rather than invalid in this case
66 + SRC_URI
67
68 09 Dec 2012; Matthew Thode <prometheanfire@g.o> +files/keystone.confd,
69 +files/keystone.initd: