From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2D36F138CCF for ; Mon, 11 May 2015 22:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B6B9E0784; Mon, 11 May 2015 22:38:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BA89E0784 for ; Mon, 11 May 2015 22:38:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4C2E340A51 for ; Mon, 11 May 2015 22:38:44 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2310) id 59C369E5; Mon, 11 May 2015 22:38:41 +0000 (UTC) From: "Matt Thode (prometheanfire)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, prometheanfire@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/neutron: neutron-2015.1.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: neutron-2015.1.0.ebuild ChangeLog X-VCS-Directories: sys-cluster/neutron X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150511223841.59C369E5@oystercatcher.gentoo.org> Date: Mon, 11 May 2015 22:38:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: df001138-043e-4051-b1d8-0f239534307b X-Archives-Hash: f04d13096ed7873aedfcd03a99641eba prometheanfire 15/05/11 22:38:41 Modified: neutron-2015.1.0.ebuild ChangeLog Log: non-git should use non-git sources (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA) Revision Changes Path 1.4 sys-cluster/neutron/neutron-2015.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild?r1=1.3&r2=1.4 Index: neutron-2015.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- neutron-2015.1.0.ebuild 6 May 2015 15:24:16 -0000 1.3 +++ neutron-2015.1.0.ebuild 11 May 2015 22:38:41 -0000 1.4 @@ -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 @@ 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" 1.60 sys-cluster/neutron/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 6 May 2015 15:24:16 -0000 1.59 +++ ChangeLog 11 May 2015 22:38:41 -0000 1.60 @@ -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 + neutron-2015.1.0.ebuild: + non-git should use non-git sources 06 May 2015; Matthew Thode files/neutron-linuxbridge-agent.confd, files/neutron-openvswitch-agent.confd,