Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/horizon: horizon-2013.1.2.ebuild ChangeLog horizon-2013.1.1.ebuild
Date: Thu, 06 Jun 2013 19:27:16
Message-Id: 20130606192711.6BD922171D@flycatcher.gentoo.org
1 prometheanfire 13/06/06 19:27:11
2
3 Modified: ChangeLog
4 Added: horizon-2013.1.2.ebuild
5 Removed: horizon-2013.1.1.ebuild
6 Log:
7 version bump of horizon to 2013.1.2
8
9 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
10
11 Revision Changes Path
12 1.3 www-apps/horizon/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-apps/horizon/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 10 May 2013 02:59:35 -0000 1.2
25 +++ ChangeLog 6 Jun 2013 19:27:11 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for www-apps/horizon
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horizon/ChangeLog,v 1.2 2013/05/10 02:59:35 prometheanfire Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horizon/ChangeLog,v 1.3 2013/06/06 19:27:11 prometheanfire Exp $
31 +
32 +*horizon-2013.1.2 (06 Jun 2013)
33 +
34 + 06 Jun 2013; Matthew Thode <prometheanfire@g.o>
35 + +horizon-2013.1.2.ebuild, -horizon-2013.1.1.ebuild:
36 + version bump of horizon to 2013.1.2
37
38 *horizon-2013.1.1 (10 May 2013)
39
40
41
42
43 1.1 www-apps/horizon/horizon-2013.1.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/horizon-2013.1.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/horizon-2013.1.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: horizon-2013.1.2.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/www-apps/horizon/horizon-2013.1.2.ebuild,v 1.1 2013/06/06 19:27:11 prometheanfire Exp $
53
54 EAPI=5
55 PYTHON_COMPAT=( python2_7 )
56
57 inherit distutils-r1
58
59 DESCRIPTION="Horizon is a Django-based project aimed at providing a complete
60 OpenStack Dashboard."
61 HOMEPAGE="https://launchpad.net/horizon"
62 SRC_URI="http://launchpad.net/${PN}/grizzly/${PV}/+download/${P}.tar.gz"
63
64 LICENSE="Apache-2.0"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67
68 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
69 RDEPEND=">=dev-python/django-1.4[${PYTHON_USEDEP}]
70 <dev-python/django-1.5[${PYTHON_USEDEP}]
71 dev-python/django-compressor
72 >=dev-python/django-openstack-auth-1.0.7[${PYTHON_USEDEP}]
73 dev-python/netaddr
74 >=dev-python/python-cinderclient-1.0.2[${PYTHON_USEDEP}]
75 <dev-python/python-cinderclient-2.0.0[${PYTHON_USEDEP}]
76 <dev-python/python-glanceclient-2[${PYTHON_USEDEP}]
77 dev-python/python-keystoneclient[${PYTHON_USEDEP}]
78 >=dev-python/python-novaclient-2.12.0[${PYTHON_USEDEP}]
79 <dev-python/python-novaclient-3[${PYTHON_USEDEP}]
80 >=dev-python/python-quantumclient-2.2.0[${PYTHON_USEDEP}]
81 <dev-python/python-quantumclient-3.0.0[${PYTHON_USEDEP}]
82 >=dev-python/python-swiftclient-1.1[${PYTHON_USEDEP}]
83 <dev-python/python-swiftclient-2[${PYTHON_USEDEP}]
84 dev-python/pytz[${PYTHON_USEDEP}]
85 dev-python/lockfile"