Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-2013.2.1.ebuild keystone-2013.2.9999.ebuild ChangeLog
Date: Fri, 03 Jan 2014 13:11:11
Message-Id: 20140103131108.C60942004C@flycatcher.gentoo.org
1 idella4 14/01/03 13:11:08
2
3 Modified: keystone-2013.2.1.ebuild
4 keystone-2013.2.9999.ebuild ChangeLog
5 Log:
6 Tidy DESCRIPTION, correct SLOT entry in -2013.2 ebuilds, take out un-needed mkdir in -2013.2.9999
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.4 sys-auth/keystone/keystone-2013.2.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2.1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2.1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2.1.ebuild?r1=1.3&r2=1.4
16
17 Index: keystone-2013.2.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- keystone-2013.2.1.ebuild 22 Dec 2013 09:07:49 -0000 1.3
24 +++ keystone-2013.2.1.ebuild 3 Jan 2014 13:11:08 -0000 1.4
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.1.ebuild,v 1.3 2013/12/22 09:07:49 idella4 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.1.ebuild,v 1.4 2014/01/03 13:11:08 idella4 Exp $
31
32 EAPI=5
33
34 @@ -13,7 +13,7 @@
35 SRC_URI="http://launchpad.net/${PN}/havana/${PV}/+download/${P}.tar.gz"
36
37 LICENSE="Apache-2.0"
38 -SLOT="grizzly"
39 +SLOT="havana"
40 KEYWORDS="~amd64 ~x86"
41 IUSE="+sqlite mysql postgres ldap test"
42 REQUIRED_USE="|| ( mysql postgres sqlite )"
43
44
45
46 1.6 sys-auth/keystone/keystone-2013.2.9999.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild?r1=1.5&r2=1.6
51
52 Index: keystone-2013.2.9999.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- keystone-2013.2.9999.ebuild 13 Dec 2013 17:31:29 -0000 1.5
59 +++ keystone-2013.2.9999.ebuild 3 Jan 2014 13:11:08 -0000 1.6
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2013 Gentoo Foundation
62 +# Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v 1.5 2013/12/13 17:31:29 prometheanfire Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v 1.6 2014/01/03 13:11:08 idella4 Exp $
66
67 EAPI=5
68
69 @@ -8,14 +8,13 @@
70
71 inherit git-2 distutils-r1
72
73 -DESCRIPTION="Keystone is the Openstack authentication, authorization, and
74 -service catalog written in Python."
75 +DESCRIPTION="The Openstack authentication, authorization, and service catalog written in Python."
76 HOMEPAGE="https://launchpad.net/keystone"
77 EGIT_REPO_URI="https://github.com/openstack/keystone.git"
78 EGIT_BRANCH="stable/havana"
79
80 LICENSE="Apache-2.0"
81 -SLOT="grizzly"
82 +SLOT="havana"
83 KEYWORDS="~amd64 ~x86"
84 IUSE="+sqlite mysql postgres ldap test"
85 REQUIRED_USE="|| ( mysql postgres sqlite )"
86 @@ -87,7 +86,6 @@
87 }
88
89 python_prepare_all() {
90 - mkdir ${PN}/tests/tmp || die
91 cp etc/keystone-paste.ini ${PN}/tests/tmp/ || die
92 distutils-r1_python_prepare_all
93 }
94
95
96
97 1.54 sys-auth/keystone/ChangeLog
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.54&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.54&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.53&r2=1.54
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
106 retrieving revision 1.53
107 retrieving revision 1.54
108 diff -u -r1.53 -r1.54
109 --- ChangeLog 22 Dec 2013 09:07:49 -0000 1.53
110 +++ ChangeLog 3 Jan 2014 13:11:08 -0000 1.54
111 @@ -1,6 +1,11 @@
112 # ChangeLog for sys-auth/keystone
113 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.53 2013/12/22 09:07:49 idella4 Exp $
115 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
116 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.54 2014/01/03 13:11:08 idella4 Exp $
117 +
118 + 03 Jan 2014; Ian Delaney <idella4@g.o> keystone-2013.2.1.ebuild,
119 + keystone-2013.2.9999.ebuild:
120 + Tidy DESCRIPTION, correct SLOT entry in -2013.2 ebuilds, take out un-needed
121 + mkdir in -2013.2.9999
122
123 22 Dec 2013; Ian Delaney <idella4@g.o> keystone-2013.2.1.ebuild:
124 update dep under test?, update test phase