prometheanfire    14/04/28 03:28:37

  Modified:             ChangeLog
  Added:                horizon-2014.1.ebuild horizon-2014.1.9999.ebuild
  Log:
  2
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.27                 www-apps/horizon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/horizon/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   11 Apr 2014 15:24:04 -0000      1.26
+++ ChangeLog   28 Apr 2014 03:28:37 -0000      1.27
@@ -1,6 +1,13 @@
 # ChangeLog for www-apps/horizon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horizon/ChangeLog,v 1.26 
2014/04/11 15:24:04 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horizon/ChangeLog,v 1.27 
2014/04/28 03:28:37 prometheanfire Exp $
+
+*horizon-2014.1 (28 Apr 2014)
+*horizon-2014.1.9999 (28 Apr 2014)
+
+  28 Apr 2014; Matthew Thode <[email protected]>
+  +horizon-2014.1.9999.ebuild, +horizon-2014.1.ebuild:
+  2
 
 *horizon-2013.2.3-r1 (11 Apr 2014)
 



1.1                  www-apps/horizon/horizon-2014.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/horizon-2014.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/horizon-2014.1.ebuild?rev=1.1&content-type=text/plain

Index: horizon-2014.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/horizon/horizon-2014.1.ebuild,v 1.1 
2014/04/28 03:28:37 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="A Django-based project aimed at providing a complete OpenStack 
Dashboard."
HOMEPAGE="https://launchpad.net/horizon";
SRC_URI="http://launchpad.net/${PN}/icehouse/${PV}/+download/${P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
                >=dev-python/pbr-0.6.0[${PYTHON_USEDEP}]
                <dev-python/pbr-1.0[${PYTHON_USEDEP}]
        test? ( >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
                        <dev-python/hacking-0.9[${PYTHON_USEDEP}]
                        >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
                        dev-python/django-nose[${PYTHON_USEDEP}]
                        ~dev-python/docutils-0.9.1[${PYTHON_USEDEP}]
                        >=dev-python/mox-0.5.3[${PYTHON_USEDEP}]
                        dev-python/nose[${PYTHON_USEDEP}]
                        dev-python/nose-exclude[${PYTHON_USEDEP}]
                        >=dev-python/nosehtmloutput-0.0.3[${PYTHON_USEDEP}]
                        dev-python/nosexcover[${PYTHON_USEDEP}]
                        >=dev-python/openstack-nose-plugin-0.7[${PYTHON_USEDEP}]
                        dev-python/oslo-sphinx[${PYTHON_USEDEP}]
                        dev-python/selenium[${PYTHON_USEDEP}]
                        >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
                        <dev-python/sphinx-1.2[${PYTHON_USEDEP}]
                        >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
        )"
RDEPEND=">=dev-python/django-1.4[${PYTHON_USEDEP}]
                <dev-python/django-1.7[${PYTHON_USEDEP}]
                >=dev-python/django-compressor-1.3[${PYTHON_USEDEP}]
                >=dev-python/django-openstack-auth-1.1.4[${PYTHON_USEDEP}]
                >=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}]
                >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
                >=dev-python/kombu-2.4.8[${PYTHON_USEDEP}]
                >=dev-python/lesscpy-0.9j[${PYTHON_USEDEP}]
                >=dev-python/lockfile-0.8[${PYTHON_USEDEP}]
                >=dev-python/netaddr-0.7.6[${PYTHON_USEDEP}]
                >=dev-python/python-ceilometerclient-1.0.6[${PYTHON_USEDEP}]
                >=dev-python/python-cinderclient-1.0.6[${PYTHON_USEDEP}]
                >=dev-python/python-glanceclient-0.9.0[${PYTHON_USEDEP}]
                >=dev-python/python-heatclient-0.2.3[${PYTHON_USEDEP}]
                >=dev-python/python-keystoneclient-0.7.0[${PYTHON_USEDEP}]
                >=dev-python/python-neutronclient-2.3.4[${PYTHON_USEDEP}]
                <dev-python/python-neutronclient-3[${PYTHON_USEDEP}]
                >=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}]
                >=dev-python/python-swiftclient-1.6[${PYTHON_USEDEP}]
                >=dev-python/python-troveclient-1.0.3[${PYTHON_USEDEP}]
                >=dev-python/pytz-2010h[${PYTHON_USEDEP}]
                >=dev-python/six-1.5.2[${PYTHON_USEDEP}]"

src_test() {
        ./run_tests.sh -N --coverage
}



1.1                  www-apps/horizon/horizon-2014.1.9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/horizon-2014.1.9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horizon/horizon-2014.1.9999.ebuild?rev=1.1&content-type=text/plain

Index: horizon-2014.1.9999.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/horizon/horizon-2014.1.9999.ebuild,v 1.1 
2014/04/28 03:28:37 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 git-2

DESCRIPTION="A Django-based project aimed at providing a complete OpenStack 
Dashboard."
HOMEPAGE="https://launchpad.net/horizon";
EGIT_REPO_URI="https://github.com/openstack/horizon.git";
EGIT_BRANCH="stable/icehouse"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
IUSE="test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
                >=dev-python/pbr-0.6.0[${PYTHON_USEDEP}]
                <dev-python/pbr-1.0[${PYTHON_USEDEP}]
        test? ( >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
                        <dev-python/hacking-0.9[${PYTHON_USEDEP}]
                        >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
                        dev-python/django-nose[${PYTHON_USEDEP}]
                        ~dev-python/docutils-0.9.1[${PYTHON_USEDEP}]
                        >=dev-python/mox-0.5.3[${PYTHON_USEDEP}]
                        dev-python/nose[${PYTHON_USEDEP}]
                        dev-python/nose-exclude[${PYTHON_USEDEP}]
                        >=dev-python/nosehtmloutput-0.0.3[${PYTHON_USEDEP}]
                        dev-python/nosexcover[${PYTHON_USEDEP}]
                        >=dev-python/openstack-nose-plugin-0.7[${PYTHON_USEDEP}]
                        dev-python/oslo-sphinx[${PYTHON_USEDEP}]
                        dev-python/selenium[${PYTHON_USEDEP}]
                        >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
                        <dev-python/sphinx-1.2[${PYTHON_USEDEP}]
                        >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
        )"
RDEPEND=">=dev-python/django-1.4[${PYTHON_USEDEP}]
                <dev-python/django-1.7[${PYTHON_USEDEP}]
                >=dev-python/django-compressor-1.3[${PYTHON_USEDEP}]
                >=dev-python/django-openstack-auth-1.1.4[${PYTHON_USEDEP}]
                >=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}]
                >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
                >=dev-python/kombu-2.4.8[${PYTHON_USEDEP}]
                >=dev-python/lesscpy-0.9j[${PYTHON_USEDEP}]
                >=dev-python/lockfile-0.8[${PYTHON_USEDEP}]
                >=dev-python/netaddr-0.7.6[${PYTHON_USEDEP}]
                >=dev-python/python-ceilometerclient-1.0.6[${PYTHON_USEDEP}]
                >=dev-python/python-cinderclient-1.0.6[${PYTHON_USEDEP}]
                >=dev-python/python-glanceclient-0.9.0[${PYTHON_USEDEP}]
                >=dev-python/python-heatclient-0.2.3[${PYTHON_USEDEP}]
                >=dev-python/python-keystoneclient-0.7.0[${PYTHON_USEDEP}]
                >=dev-python/python-neutronclient-2.3.4[${PYTHON_USEDEP}]
                <dev-python/python-neutronclient-3[${PYTHON_USEDEP}]
                >=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}]
                >=dev-python/python-swiftclient-1.6[${PYTHON_USEDEP}]
                >=dev-python/python-troveclient-1.0.3[${PYTHON_USEDEP}]
                >=dev-python/pytz-2010h[${PYTHON_USEDEP}]
                >=dev-python/six-1.5.2[${PYTHON_USEDEP}]"

src_test() {
        ./run_tests.sh -N --coverage
}




Reply via email to