diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-01-03 13:11:08 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-01-03 13:11:08 +0000 |
commit | 3464fd12d9be575663cab6c27831f7c3b0425112 (patch) | |
tree | 91d89e0b62bea2e8f2b612ff324b5c09ba278253 /sys-auth | |
parent | Add ~x86-fbsd (diff) | |
download | gentoo-2-3464fd12d9be575663cab6c27831f7c3b0425112.tar.gz gentoo-2-3464fd12d9be575663cab6c27831f7c3b0425112.tar.bz2 gentoo-2-3464fd12d9be575663cab6c27831f7c3b0425112.zip |
Tidy DESCRIPTION, correct SLOT entry in -2013.2 ebuilds, take out un-needed mkdir in -2013.2.9999
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/ChangeLog | 9 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2013.2.1.ebuild | 6 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2013.2.9999.ebuild | 10 |
3 files changed, 14 insertions, 11 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 2be26bf01c24..41365ff16096 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/keystone -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.53 2013/12/22 09:07:49 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.54 2014/01/03 13:11:08 idella4 Exp $ + + 03 Jan 2014; Ian Delaney <idella4@gentoo.org> keystone-2013.2.1.ebuild, + keystone-2013.2.9999.ebuild: + Tidy DESCRIPTION, correct SLOT entry in -2013.2 ebuilds, take out un-needed + mkdir in -2013.2.9999 22 Dec 2013; Ian Delaney <idella4@gentoo.org> keystone-2013.2.1.ebuild: update dep under test?, update test phase diff --git a/sys-auth/keystone/keystone-2013.2.1.ebuild b/sys-auth/keystone/keystone-2013.2.1.ebuild index 242fe4a26869..fb1e9c5c24fd 100644 --- a/sys-auth/keystone/keystone-2013.2.1.ebuild +++ b/sys-auth/keystone/keystone-2013.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.1.ebuild,v 1.3 2013/12/22 09:07:49 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.1.ebuild,v 1.4 2014/01/03 13:11:08 idella4 Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="https://launchpad.net/keystone" SRC_URI="http://launchpad.net/${PN}/havana/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" -SLOT="grizzly" +SLOT="havana" KEYWORDS="~amd64 ~x86" IUSE="+sqlite mysql postgres ldap test" REQUIRED_USE="|| ( mysql postgres sqlite )" diff --git a/sys-auth/keystone/keystone-2013.2.9999.ebuild b/sys-auth/keystone/keystone-2013.2.9999.ebuild index 9895246e2c6b..70e179d47292 100644 --- a/sys-auth/keystone/keystone-2013.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2013.2.9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v 1.5 2013/12/13 17:31:29 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v 1.6 2014/01/03 13:11:08 idella4 Exp $ EAPI=5 @@ -8,14 +8,13 @@ PYTHON_COMPAT=( python2_7 ) inherit git-2 distutils-r1 -DESCRIPTION="Keystone is the Openstack authentication, authorization, and -service catalog written in Python." +DESCRIPTION="The Openstack authentication, authorization, and service catalog written in Python." HOMEPAGE="https://launchpad.net/keystone" EGIT_REPO_URI="https://github.com/openstack/keystone.git" EGIT_BRANCH="stable/havana" LICENSE="Apache-2.0" -SLOT="grizzly" +SLOT="havana" KEYWORDS="~amd64 ~x86" IUSE="+sqlite mysql postgres ldap test" REQUIRED_USE="|| ( mysql postgres sqlite )" @@ -87,7 +86,6 @@ pkg_setup() { } python_prepare_all() { - mkdir ${PN}/tests/tmp || die cp etc/keystone-paste.ini ${PN}/tests/tmp/ || die distutils-r1_python_prepare_all } |