diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-05-11 22:38:41 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-05-11 22:38:41 +0000 |
commit | 00c635dfc3ace71525c634a38545b8e2e06c5c9f (patch) | |
tree | da84e02e8dd1f68bc4d779494dd897d0564dbfc6 /sys-cluster/neutron | |
parent | x86 stable wrt bug #541526 (diff) | |
download | gentoo-2-00c635dfc3ace71525c634a38545b8e2e06c5c9f.tar.gz gentoo-2-00c635dfc3ace71525c634a38545b8e2e06c5c9f.tar.bz2 gentoo-2-00c635dfc3ace71525c634a38545b8e2e06c5c9f.zip |
non-git should use non-git sources
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'sys-cluster/neutron')
-rw-r--r-- | sys-cluster/neutron/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/neutron/neutron-2015.1.0.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-cluster/neutron/ChangeLog b/sys-cluster/neutron/ChangeLog index 6355b61be43b..35b2f560b6ca 100644 --- a/sys-cluster/neutron/ChangeLog +++ b/sys-cluster/neutron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/neutron # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.59 2015/05/06 15:24:16 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.60 2015/05/11 22:38:41 prometheanfire Exp $ + + 11 May 2015; Matthew Thode <prometheanfire@gentoo.org> + neutron-2015.1.0.ebuild: + non-git should use non-git sources 06 May 2015; Matthew Thode <prometheanfire@gentoo.org> files/neutron-linuxbridge-agent.confd, files/neutron-openvswitch-agent.confd, diff --git a/sys-cluster/neutron/neutron-2015.1.0.ebuild b/sys-cluster/neutron/neutron-2015.1.0.ebuild index ff06707c64af..2acaee7586f3 100644 --- a/sys-cluster/neutron/neutron-2015.1.0.ebuild +++ b/sys-cluster/neutron/neutron-2015.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild,v 1.3 2015/05/06 15:24:16 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild,v 1.4 2015/05/11 22:38:41 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -9,8 +9,7 @@ inherit distutils-r1 linux-info user DESCRIPTION="A virtual network service for Openstack" HOMEPAGE="https://launchpad.net/neutron" -EGIT_REPO_URI="https://github.com/openstack/neutron.git" -EGIT_BRANCH="stable/kilo" +SRC_URI="http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |