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