Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-2015.1.0.ebuild ChangeLog
Date: Thu, 30 Apr 2015 20:18:40
Message-Id: 20150430201834.342B79AD@oystercatcher.gentoo.org
1 prometheanfire 15/04/30 20:18:34
2
3 Modified: keystone-2015.1.0.ebuild ChangeLog
4 Log:
5 removing unneeded inherit
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
8
9 Revision Changes Path
10 1.3 sys-auth/keystone/keystone-2015.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild?r1=1.2&r2=1.3
15
16 Index: keystone-2015.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- keystone-2015.1.0.ebuild 30 Apr 2015 20:17:09 -0000 1.2
23 +++ keystone-2015.1.0.ebuild 30 Apr 2015 20:18:34 -0000 1.3
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 1.2 2015/04/30 20:17:09 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 1.3 2015/04/30 20:18:34 prometheanfire Exp $
29
30 EAPI=5
31
32 PYTHON_COMPAT=( python2_7 )
33
34 -inherit distutils-r1 git-2 user
35 +inherit distutils-r1 user
36
37 DESCRIPTION="The Openstack authentication, authorization, and service catalog"
38 HOMEPAGE="https://launchpad.net/keystone"
39
40
41
42 1.96 sys-auth/keystone/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.96&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.96&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.95&r2=1.96
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
51 retrieving revision 1.95
52 retrieving revision 1.96
53 diff -u -r1.95 -r1.96
54 --- ChangeLog 30 Apr 2015 20:17:09 -0000 1.95
55 +++ ChangeLog 30 Apr 2015 20:18:34 -0000 1.96
56 @@ -1,6 +1,10 @@
57 # ChangeLog for sys-auth/keystone
58 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.95 2015/04/30 20:17:09 prometheanfire Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.96 2015/04/30 20:18:34 prometheanfire Exp $
61 +
62 + 30 Apr 2015; Matthew Thode <prometheanfire@g.o>
63 + keystone-2015.1.0.ebuild:
64 + removing unneeded inherit
65
66 30 Apr 2015; Matthew Thode <prometheanfire@g.o>
67 keystone-2015.1.0.ebuild: