From cf77ad5aac919fc08a1d06cacf281c962ec46ac3 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Fri, 3 Jul 2015 02:36:19 +0000 Subject: Remove old ebuild with unsatisfied dependencies (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit) --- sys-auth/keystone/ChangeLog | 5 +- sys-auth/keystone/keystone-2014.2.3-r2.ebuild | 193 -------------------------- 2 files changed, 4 insertions(+), 194 deletions(-) delete mode 100644 sys-auth/keystone/keystone-2014.2.3-r2.ebuild (limited to 'sys-auth') diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 2f302766f3fb..4a0a49505822 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/keystone # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.97 2015/05/05 15:12:10 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.98 2015/07/03 02:36:19 patrick Exp $ + + 03 Jul 2015; Patrick Lauer -keystone-2014.2.3-r2.ebuild: + Remove old ebuild with unsatisfied dependencies *keystone-2014.2.3-r2 (05 May 2015) diff --git a/sys-auth/keystone/keystone-2014.2.3-r2.ebuild b/sys-auth/keystone/keystone-2014.2.3-r2.ebuild deleted file mode 100644 index 81cf815d9bca..000000000000 --- a/sys-auth/keystone/keystone-2014.2.3-r2.ebuild +++ /dev/null @@ -1,193 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.2.3-r2.ebuild,v 1.1 2015/05/05 15:12:10 prometheanfire Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 user - -DESCRIPTION="The Openstack authentication, authorization, and service catalog" -HOMEPAGE="https://launchpad.net/keystone" -SRC_URI="http://launchpad.net/${PN}/juno/${PV}/+download/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+sqlite mysql postgres ldap test" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-0.8[${PYTHON_USEDEP}] - =dev-python/hacking-0.9.2[${PYTHON_USEDEP}] - =dev-python/bashate-0.2[${PYTHON_USEDEP}] - dev-lang/python[sqlite] - >=dev-python/python-memcached-1.48[${PYTHON_USEDEP}] - >=dev-python/pymongo-2.5[${PYTHON_USEDEP}] - =dev-python/ldappool-1.0[${PYTHON_USEDEP}] - ) - dev-python/pysaml2[${PYTHON_USEDEP}] - >=dev-python/coverage-3.6[${PYTHON_USEDEP}] - =dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] - =dev-python/lxml-2.3[${PYTHON_USEDEP}] - =dev-python/mock-1.0[${PYTHON_USEDEP}] - =dev-python/oslotest-1.1.0[${PYTHON_USEDEP}] - =dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}] - =dev-python/webtest-2.0[${PYTHON_USEDEP}] - =dev-python/subunit-0.0.18[${PYTHON_USEDEP}] - =dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] - =dev-python/testtools-0.9.34[${PYTHON_USEDEP}] - !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}] - =dev-python/httplib2-0.7.5[${PYTHON_USEDEP}] - >=dev-python/requests-2.1.0[${PYTHON_USEDEP}] - !~dev-python/requests-2.4.0[${PYTHON_USEDEP}] - >=dev-python/keyring-2.1[${PYTHON_USEDEP}] - !~dev-python/keyring-3.3[${PYTHON_USEDEP}] - >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}] - =dev-python/kombu-2.5.0[${PYTHON_USEDEP}] -