Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rackspace-auth-openstack: metadata.xml ChangeLog rackspace-auth-openstack-9999.ebuild rackspace-auth-openstack-1.0.ebuild
Date: Mon, 04 Mar 2013 19:38:29
Message-Id: 20130304193825.749B12171D@flycatcher.gentoo.org
1 prometheanfire 13/03/04 19:38:25
2
3 Added: metadata.xml ChangeLog
4 rackspace-auth-openstack-9999.ebuild
5 rackspace-auth-openstack-1.0.ebuild
6 Log:
7 initial add of rackspace-auth-openstack
8
9 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
10
11 Revision Changes Path
12 1.1 dev-python/rackspace-auth-openstack/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rackspace-auth-openstack/metadata.xml?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rackspace-auth-openstack/metadata.xml?rev=1.1&content-type=text/plain
16
17 Index: metadata.xml
18 ===================================================================
19 <?xml version="1.0" encoding="UTF-8"?>
20 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
21 <pkgmetadata>
22 <herd>python</herd>
23 <maintainer>
24 <email>prometheanfire@g.o</email>
25 <name>Matthew Thode</name>
26 </maintainer>
27 <longdescription lang="en">
28 This is a plugin for OpenStack Clients which provides client support for
29 Rackspace authentication extensions to OpenStack.
30 </longdescription>
31 </pkgmetadata>
32
33
34
35
36 1.1 dev-python/rackspace-auth-openstack/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rackspace-auth-openstack/ChangeLog?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rackspace-auth-openstack/ChangeLog?rev=1.1&content-type=text/plain
40
41 Index: ChangeLog
42 ===================================================================
43 # ChangeLog for dev-python/rackspace-auth-openstack
44 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
45 # $Header: /var/cvsroot/gentoo-x86/dev-python/rackspace-auth-openstack/ChangeLog,v 1.1 2013/03/04 19:38:25 prometheanfire Exp $
46
47 *rackspace-auth-openstack-9999 (04 Mar 2013)
48 *rackspace-auth-openstack-1.0 (04 Mar 2013)
49
50 04 Mar 2013; Matthew Thode <prometheanfire@g.o>
51 +rackspace-auth-openstack-1.0.ebuild, +rackspace-auth-openstack-9999.ebuild,
52 +metadata.xml:
53 initial add of rackspace-auth-openstack
54
55
56
57
58 1.1 dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild?rev=1.1&content-type=text/plain
62
63 Index: rackspace-auth-openstack-9999.ebuild
64 ===================================================================
65 # Copyright 1999-2013 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 # $Header: /var/cvsroot/gentoo-x86/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild,v 1.1 2013/03/04 19:38:25 prometheanfire Exp $
68
69 EAPI=5
70 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
71
72 inherit distutils-r1 git-2
73
74 EGIT_REPO_URI="git://github.com/emonty/${PN}.git
75 https://github.com/emonty/${PN}.git"
76
77 DESCRIPTION="Rackspace Auth Plugin for OpenStack Clients"
78 HOMEPAGE="https://github.com/emonty/rackspace-auth-openstack"
79
80 LICENSE="Apache-2.0"
81 SLOT="0"
82 KEYWORDS=""
83
84 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
85 RDEPEND=""
86
87
88
89 1.1 dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.0.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.0.ebuild?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.0.ebuild?rev=1.1&content-type=text/plain
93
94 Index: rackspace-auth-openstack-1.0.ebuild
95 ===================================================================
96 # Copyright 1999-2013 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 # $Header: /var/cvsroot/gentoo-x86/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.0.ebuild,v 1.1 2013/03/04 19:38:25 prometheanfire Exp $
99
100 EAPI=5
101 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
102
103 inherit distutils-r1
104
105 DESCRIPTION="Rackspace Auth Plugin for OpenStack Clients"
106 HOMEPAGE="https://github.com/emonty/rackspace-auth-openstack"
107 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
108
109 LICENSE="Apache-2.0"
110 SLOT="0"
111 KEYWORDS="~amd64 ~x86"
112
113 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
114 RDEPEND=""