summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-04-06 05:03:54 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-04-06 05:03:54 +0000
commit68df683ebc291526f0d7bd0855e1a3da39b0c547 (patch)
tree275497ffbcc7bfe75f66f48ca0cf182c5ddbfdb8 /www-apps
parentVersion bump (diff)
downloadgentoo-2-68df683ebc291526f0d7bd0855e1a3da39b0c547.tar.gz
gentoo-2-68df683ebc291526f0d7bd0855e1a3da39b0c547.tar.bz2
gentoo-2-68df683ebc291526f0d7bd0855e1a3da39b0c547.zip
removing grizzly
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/horizon/ChangeLog6
-rw-r--r--www-apps/horizon/horizon-2013.1.5.ebuild39
-rw-r--r--www-apps/horizon/horizon-2013.1.9999.ebuild37
3 files changed, 5 insertions, 77 deletions
diff --git a/www-apps/horizon/ChangeLog b/www-apps/horizon/ChangeLog
index 3ce49044d3f2..5f11ddc2f13b 100644
--- a/www-apps/horizon/ChangeLog
+++ b/www-apps/horizon/ChangeLog
@@ -1,6 +1,10 @@
# 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.23 2014/03/27 22:06:50 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horizon/ChangeLog,v 1.24 2014/04/06 05:03:54 prometheanfire Exp $
+
+ 06 Apr 2014; Matthew Thode <prometheanfire@gentoo.org>
+ -horizon-2013.1.5.ebuild, -horizon-2013.1.9999.ebuild:
+ removing grizzly
27 Mar 2014; Matthew Thode <prometheanfire@gentoo.org> horizon-9999.ebuild:
fixing versions on git master 9999
diff --git a/www-apps/horizon/horizon-2013.1.5.ebuild b/www-apps/horizon/horizon-2013.1.5.ebuild
deleted file mode 100644
index 3a14bc536163..000000000000
--- a/www-apps/horizon/horizon-2013.1.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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-2013.1.5.ebuild,v 1.1 2014/03/23 20:36:08 prometheanfire Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Horizon is a Django-based project aimed at providing a complete
-OpenStack Dashboard."
-HOMEPAGE="https://launchpad.net/horizon"
-SRC_URI="http://launchpad.net/${PN}/grizzly/${PV}/+download/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=dev-python/django-1.4[${PYTHON_USEDEP}]
- <dev-python/django-1.5[${PYTHON_USEDEP}]
- dev-python/django-compressor[${PYTHON_USEDEP}]
- >=dev-python/django-openstack-auth-1.0.7[${PYTHON_USEDEP}]
- dev-python/netaddr[${PYTHON_USEDEP}]
- >=dev-python/python-cinderclient-1.0.2[${PYTHON_USEDEP}]
- <dev-python/python-cinderclient-2.0.0[${PYTHON_USEDEP}]
- <dev-python/python-glanceclient-2[${PYTHON_USEDEP}]
- dev-python/python-keystoneclient[${PYTHON_USEDEP}]
- >=dev-python/python-novaclient-2.12.0[${PYTHON_USEDEP}]
- <dev-python/python-novaclient-3[${PYTHON_USEDEP}]
- >=dev-python/python-neutronclient-2.2.0[${PYTHON_USEDEP}]
- <dev-python/python-neutronclient-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/python-swiftclient-1.1[${PYTHON_USEDEP}]
- <dev-python/python-swiftclient-2[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/lockfile[${PYTHON_USEDEP}]"
-
-PATCHES=(
-)
diff --git a/www-apps/horizon/horizon-2013.1.9999.ebuild b/www-apps/horizon/horizon-2013.1.9999.ebuild
deleted file mode 100644
index 8592594d7510..000000000000
--- a/www-apps/horizon/horizon-2013.1.9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horizon/horizon-2013.1.9999.ebuild,v 1.6 2013/09/13 20:49:41 prometheanfire Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 git-2
-
-DESCRIPTION="Horizon is 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/grizzly"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=dev-python/django-1.4[${PYTHON_USEDEP}]
- <dev-python/django-1.5[${PYTHON_USEDEP}]
- dev-python/django-compressor[${PYTHON_USEDEP}]
- >=dev-python/django-openstack-auth-1.0.7[${PYTHON_USEDEP}]
- dev-python/netaddr[${PYTHON_USEDEP}]
- >=dev-python/python-cinderclient-1.0.2[${PYTHON_USEDEP}]
- <dev-python/python-cinderclient-2.0.0[${PYTHON_USEDEP}]
- <dev-python/python-glanceclient-2[${PYTHON_USEDEP}]
- dev-python/python-keystoneclient[${PYTHON_USEDEP}]
- >=dev-python/python-novaclient-2.12.0[${PYTHON_USEDEP}]
- <dev-python/python-novaclient-3[${PYTHON_USEDEP}]
- >=dev-python/python-neutronclient-2.2.0[${PYTHON_USEDEP}]
- <dev-python/python-neutronclient-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/python-swiftclient-1.1[${PYTHON_USEDEP}]
- <dev-python/python-swiftclient-2[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/lockfile[${PYTHON_USEDEP}]"