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 2E1CD1388C0 for ; Fri, 30 Oct 2015 12:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 873E821C004; Fri, 30 Oct 2015 12:53:47 +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 DCC9921C004 for ; Fri, 30 Oct 2015 12:53:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA14B340C74 for ; Fri, 30 Oct 2015 12:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C99411B07 for ; Fri, 30 Oct 2015 12:53:42 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446209620.e0ccb0660fa68a4cdf0702dee4b25bab0e63d123.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/glance/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/glance/glance-2015.1.1-r3.ebuild app-admin/glance/glance-2015.1.2.ebuild app-admin/glance/glance-2015.1.9999.ebuild app-admin/glance/glance-2015.2.9999.ebuild X-VCS-Directories: app-admin/glance/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e0ccb0660fa68a4cdf0702dee4b25bab0e63d123 X-VCS-Branch: master Date: Fri, 30 Oct 2015 12:53:42 +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: 3b6a8d1f-71ab-4483-b010-3c1a708ebda0 X-Archives-Hash: 77b8da00832fcd81c5233b8b7f462ef1 commit: e0ccb0660fa68a4cdf0702dee4b25bab0e63d123 Author: Justin Lecher gentoo org> AuthorDate: Fri Oct 30 12:53:36 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Oct 30 12:53:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ccb066 app-admin/glance: Bump to git-r3.eclass QA shorten DESCRIPTION Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> app-admin/glance/glance-2015.1.1-r3.ebuild | 2 +- app-admin/glance/glance-2015.1.2.ebuild | 2 +- app-admin/glance/glance-2015.1.9999.ebuild | 4 ++-- app-admin/glance/glance-2015.2.9999.ebuild | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-admin/glance/glance-2015.1.1-r3.ebuild b/app-admin/glance/glance-2015.1.1-r3.ebuild index 88ae901..f442c1a 100644 --- a/app-admin/glance/glance-2015.1.1-r3.ebuild +++ b/app-admin/glance/glance-2015.1.1-r3.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 user -DESCRIPTION="Provides services for discovering, registering, and retrieving +DESCRIPTION="Services for discovering, registering, and retrieving virtual machine images" HOMEPAGE="https://launchpad.net/glance" SRC_URI="https://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz" diff --git a/app-admin/glance/glance-2015.1.2.ebuild b/app-admin/glance/glance-2015.1.2.ebuild index c024b20..24084b1 100644 --- a/app-admin/glance/glance-2015.1.2.ebuild +++ b/app-admin/glance/glance-2015.1.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 user -DESCRIPTION="Provides services for discovering, registering, and retrieving +DESCRIPTION="Services for discovering, registering, and retrieving virtual machine images" HOMEPAGE="https://launchpad.net/glance" SRC_URI="https://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz" diff --git a/app-admin/glance/glance-2015.1.9999.ebuild b/app-admin/glance/glance-2015.1.9999.ebuild index 7b62377..c6c822b 100644 --- a/app-admin/glance/glance-2015.1.9999.ebuild +++ b/app-admin/glance/glance-2015.1.9999.ebuild @@ -5,9 +5,9 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 git-2 user +inherit distutils-r1 git-r3 user -DESCRIPTION="Provides services for discovering, registering, and retrieving +DESCRIPTION="Services for discovering, registering, and retrieving virtual machine images" HOMEPAGE="https://launchpad.net/glance" EGIT_REPO_URI="https://github.com/openstack/glance.git" diff --git a/app-admin/glance/glance-2015.2.9999.ebuild b/app-admin/glance/glance-2015.2.9999.ebuild index bc4768f..5b3031d 100644 --- a/app-admin/glance/glance-2015.2.9999.ebuild +++ b/app-admin/glance/glance-2015.2.9999.ebuild @@ -5,9 +5,9 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_4 ) -inherit distutils-r1 git-2 user +inherit distutils-r1 git-r3 user -DESCRIPTION="Provides services for discovering, registering, and retrieving +DESCRIPTION="Services for discovering, registering, and retrieving virtual machine images" HOMEPAGE="https://launchpad.net/glance" EGIT_REPO_URI="https://github.com/openstack/glance.git"