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/rax-backup-schedule-python-novaclient-ext: metadata.xml ChangeLog rax-backup-schedule-python-novaclient-ext-9999.ebuild rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild
Date: Mon, 04 Mar 2013 20:14:47
Message-Id: 20130304201443.42BDE2171D@flycatcher.gentoo.org
1 prometheanfire 13/03/04 20:14:43
2
3 Added: metadata.xml ChangeLog
4 rax-backup-schedule-python-novaclient-ext-9999.ebuild
5 rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild
6 Log:
7 initial add of rackspace/rax_backup_schedule_python_novaclient_ext
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/rax-backup-schedule-python-novaclient-ext/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/metadata.xml?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/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 Adds backup-schedule extension support to python-novaclient.
29 </longdescription>
30 </pkgmetadata>
31
32
33
34
35 1.1 dev-python/rax-backup-schedule-python-novaclient-ext/ChangeLog
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/ChangeLog?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/ChangeLog?rev=1.1&content-type=text/plain
39
40 Index: ChangeLog
41 ===================================================================
42 # ChangeLog for dev-python/rax-backup-schedule-python-novaclient-ext
43 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
44 # $Header: /var/cvsroot/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/ChangeLog,v 1.1 2013/03/04 20:14:42 prometheanfire Exp $
45
46 *rax-backup-schedule-python-novaclient-ext-9999 (04 Mar 2013)
47 *rax-backup-schedule-python-novaclient-ext-0.1.2 (04 Mar 2013)
48
49 04 Mar 2013; Matthew Thode <prometheanfire@g.o>
50 +rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild,
51 +rax-backup-schedule-python-novaclient-ext-9999.ebuild, +metadata.xml:
52 initial add of rackspace/rax_backup_schedule_python_novaclient_ext
53
54
55
56
57 1.1 dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-9999.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-9999.ebuild?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-9999.ebuild?rev=1.1&content-type=text/plain
61
62 Index: rax-backup-schedule-python-novaclient-ext-9999.ebuild
63 ===================================================================
64 # Copyright 1999-2013 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 # $Header: /var/cvsroot/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-9999.ebuild,v 1.1 2013/03/04 20:14:42 prometheanfire Exp $
67
68 EAPI=5
69 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
70
71 inherit distutils-r1 git-2
72
73 EGIT_REPO_URI="git://github.com/rackspace/rax_backup_schedule_python_novaclient_ext.git
74 https://github.com/rackspace/rax_backup_schedule_python_novaclient_ext.git"
75
76 DESCRIPTION="Disk Config extension for python-novaclient"
77 HOMEPAGE="https://github.com/rackspace/rax_backup_schedule_python_novaclient_ext"
78
79 LICENSE="Apache-2.0"
80 SLOT="0"
81 KEYWORDS=""
82
83 S="${WORKDIR}/rax_backup_schedule_python_novaclient_ext-${PV}"
84
85 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
86 RDEPEND=">=dev-python/python-novaclient-2.10.0[${PYTHON_USEDEP}]"
87
88
89
90 1.1 dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild?rev=1.1&content-type=text/plain
94
95 Index: rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild
96 ===================================================================
97 # Copyright 1999-2013 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild,v 1.1 2013/03/04 20:14:43 prometheanfire Exp $
100
101 EAPI=5
102 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
103
104 inherit distutils-r1
105
106 DESCRIPTION="Adds backup-schedule extension support to python-novaclient"
107 HOMEPAGE="https://github.com/rackspace/rax_backup_schedule_python_novaclient_ext"
108 SRC_URI="mirror://pypi/${PN:0:1}/rax_backup_schedule_python_novaclient_ext/rax_backup_schedule_python_novaclient_ext-${PV}.tar.gz"
109
110 LICENSE="Apache-2.0"
111 SLOT="0"
112 KEYWORDS="~amd64 ~x86"
113
114 S="${WORKDIR}/rax_backup_schedule_python_novaclient_ext-${PV}"
115
116 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
117 RDEPEND=">=dev-python/python-novaclient-2.10.0[${PYTHON_USEDEP}]"