diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-01-06 03:12:04 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-01-06 03:12:04 +0000 |
commit | 5b2427240c10f3cce4a673e8e00329b1d88339e5 (patch) | |
tree | 867112de81ed2189b93b175a4c8d6c1818f15252 /sys-auth/keystone | |
parent | Bump, see http://www.winehq.org/announce/1.5.21 for the announcement. (diff) | |
download | gentoo-2-5b2427240c10f3cce4a673e8e00329b1d88339e5.tar.gz gentoo-2-5b2427240c10f3cce4a673e8e00329b1d88339e5.tar.bz2 gentoo-2-5b2427240c10f3cce4a673e8e00329b1d88339e5.zip |
SRC_URI -> EGIT_REPO_URI
(Portage version: 2.2.0_alpha149_p69/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 07ecf765cb90..5e93e0480aea 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2013/01/01 08:10:17 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.5 2013/01/06 03:12:04 zmedico Exp $ + + 06 Jan 2013; Zac Medico <zmedico@gentoo.org> keystone-9999.ebuild: + SRC_URI -> EGIT_REPO_URI 01 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> +files/keystone_test-requires.patch, keystone-2012.2.ebuild, diff --git a/sys-auth/keystone/keystone-9999.ebuild b/sys-auth/keystone/keystone-9999.ebuild index b8ce770a7748..ce3d28101afb 100644 --- a/sys-auth/keystone/keystone-9999.ebuild +++ b/sys-auth/keystone/keystone-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.3 2013/01/01 08:10:17 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.4 2013/01/06 03:12:04 zmedico Exp $ EAPI=5 #test restricted becaues of bad requirements given (old webob for instance) @@ -12,7 +12,7 @@ inherit git-2 distutils-r1 DESCRIPTION="Keystone is the Openstack authentication, authorization, and service catalog written in Python." HOMEPAGE="https://launchpad.net/keystone" -SRC_URI="https://github.com/openstack/keystone.git" +EGIT_REPO_URI="https://github.com/openstack/keystone.git" LICENSE="Apache-2.0" SLOT="folsom" |