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 2C8EF138C9D for ; Thu, 30 Apr 2015 18:47:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DAB3E07EB; Thu, 30 Apr 2015 18:47:23 +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 E51A2E07EB for ; Thu, 30 Apr 2015 18:47:22 +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 6612B340C3E for ; Thu, 30 Apr 2015 18:47:21 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2310) id 003749AA; Thu, 30 Apr 2015 18:47:16 +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 dev-python/glance_store: glance_store-0.4.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: glance_store-0.4.0.ebuild ChangeLog X-VCS-Directories: dev-python/glance_store X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150430184718.003749AA@oystercatcher.gentoo.org> Date: Thu, 30 Apr 2015 18:47:16 +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: b8e9cd24-352b-47b4-9f8d-9e3f866eb2fa X-Archives-Hash: af0c63c92e847eccf0b7fdb59e82b6bc prometheanfire 15/04/30 18:47:16 Modified: ChangeLog Added: glance_store-0.4.0.ebuild Log: bumping for kilo (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA) Revision Changes Path 1.2 dev-python/glance_store/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/glance_store/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/glance_store/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/glance_store/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 18 Nov 2014 22:13:50 -0000 1.1 +++ ChangeLog 30 Apr 2015 18:47:16 -0000 1.2 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/glance_store -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v 1.1 2014/11/18 22:13:50 prometheanfire Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v 1.2 2015/04/30 18:47:16 prometheanfire Exp $ + +*glance_store-0.4.0 (30 Apr 2015) + + 30 Apr 2015; Matthew Thode + +glance_store-0.4.0.ebuild: + bumping for kilo *glance_store-0.1.10 (18 Nov 2014) 1.1 dev-python/glance_store/glance_store-0.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/glance_store/glance_store-0.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/glance_store/glance_store-0.4.0.ebuild?rev=1.1&content-type=text/plain Index: glance_store-0.4.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/glance_store/glance_store-0.4.0.ebuild,v 1.1 2015/04/30 18:47:16 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A connection pool for python-ldap" HOMEPAGE="http://launchpad.net/oslo" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]