diff options
author | 2015-02-08 02:02:38 +0000 | |
---|---|---|
committer | 2015-02-08 02:02:38 +0000 | |
commit | b5cce14c576f7123070bbf8c3708c340d30fb097 (patch) | |
tree | 2bf40d2b725a46a919b54ca050c990df8b5a1e12 /sys-cluster | |
parent | fixing deps (diff) | |
download | gentoo-2-b5cce14c576f7123070bbf8c3708c340d30fb097.tar.gz gentoo-2-b5cce14c576f7123070bbf8c3708c340d30fb097.tar.bz2 gentoo-2-b5cce14c576f7123070bbf8c3708c340d30fb097.zip |
removing the old and jankey
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/openstack-meta/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/openstack-meta/metadata.xml | 2 | ||||
-rw-r--r-- | sys-cluster/openstack-meta/openstack-meta-2014.1.9999.ebuild | 22 |
3 files changed, 7 insertions, 25 deletions
diff --git a/sys-cluster/openstack-meta/ChangeLog b/sys-cluster/openstack-meta/ChangeLog index b3566328e572..da8415d68cf2 100644 --- a/sys-cluster/openstack-meta/ChangeLog +++ b/sys-cluster/openstack-meta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/openstack-meta -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openstack-meta/ChangeLog,v 1.5 2014/11/19 00:56:39 prometheanfire Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openstack-meta/ChangeLog,v 1.6 2015/02/08 02:02:38 prometheanfire Exp $ + + 08 Feb 2015; Matthew Thode <prometheanfire@gentoo.org> + -openstack-meta-2014.1.9999.ebuild, metadata.xml: + removing the old and jankey *openstack-meta-2014.2.9999 (19 Nov 2014) diff --git a/sys-cluster/openstack-meta/metadata.xml b/sys-cluster/openstack-meta/metadata.xml index 450937eee5ef..796dd69e6177 100644 --- a/sys-cluster/openstack-meta/metadata.xml +++ b/sys-cluster/openstack-meta/metadata.xml @@ -15,6 +15,6 @@ <flag name="cinder">Installs Openstack Cinder</flag> <flag name="neutron">Installs Openstack Neutron</flag> <flag name="nova">Installs Openstack Nova</flag> - <flag name="horizon">Installs Openstack Horizon</flag> + <!-- <flag name="horizon">Installs Openstack Horizon</flag> --> </use> </pkgmetadata> diff --git a/sys-cluster/openstack-meta/openstack-meta-2014.1.9999.ebuild b/sys-cluster/openstack-meta/openstack-meta-2014.1.9999.ebuild deleted file mode 100644 index 1a13456f2394..000000000000 --- a/sys-cluster/openstack-meta/openstack-meta-2014.1.9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openstack-meta/openstack-meta-2014.1.9999.ebuild,v 1.1 2014/04/28 03:31:55 prometheanfire Exp $ - -EAPI=5 - -DESCRIPTION="A openstack meta-package for installing the various openstack pieces" -HOMEPAGE="https://openstack.org" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="" -IUSE="keystone swift neutron glance cinder nova horizon" - -DEPEND="" -RDEPEND="keystone? ( ~sys-auth/keystone-2014.1.9999 ) - swift? ( ~sys-cluster/swift-2014.1.9999 ) - neutron? ( ~sys-cluster/neutron-2014.1.9999 ) - glance? ( ~app-admin/glance-2014.1.9999 ) - cinder? ( ~sys-cluster/cinder-2014.1.9999 ) - nova? ( ~sys-cluster/nova-2014.1.9999 ) - horizon? ( ~www-apps/horizon-2014.1.9999 )" |