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 A6CC0138010 for ; Sun, 16 Sep 2012 05:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BE87E01F1; Sun, 16 Sep 2012 05:25:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A988DE01F1 for ; Sun, 16 Sep 2012 05:25:42 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2CE833D391 for ; Sun, 16 Sep 2012 05:25:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id D49FE21601; Sun, 16 Sep 2012 05:25:39 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycountry: ChangeLog pycountry-0.14.5.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog pycountry-0.14.5.ebuild X-VCS-Directories: dev-python/pycountry X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120916052539.D49FE21601@flycatcher.gentoo.org> Date: Sun, 16 Sep 2012 05:25:39 +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: 4b7f1f57-fa60-4333-88ad-c1f436aa2961 X-Archives-Hash: d233678f8e90489d52a197ce2ad3869e radhermit 12/09/16 05:25:39 Modified: ChangeLog Added: pycountry-0.14.5.ebuild Log: Version bump. (Portage version: 2.2.0_alpha128/cvs/Linux x86_64) Revision Changes Path 1.8 dev-python/pycountry/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 4 Dec 2011 13:40:07 -0000 1.7 +++ ChangeLog 16 Sep 2012 05:25:39 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pycountry -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.7 2011/12/04 13:40:07 cedk Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.8 2012/09/16 05:25:39 radhermit Exp $ + +*pycountry-0.14.5 (16 Sep 2012) + + 16 Sep 2012; Tim Harder +pycountry-0.14.5.ebuild: + Version bump. *pycountry-0.14.1 (04 Dec 2011) 1.1 dev-python/pycountry/pycountry-0.14.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/pycountry-0.14.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/pycountry-0.14.5.ebuild?rev=1.1&content-type=text/plain Index: pycountry-0.14.5.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-0.14.5.ebuild,v 1.1 2012/09/16 05:25:39 radhermit Exp $ EAPI="4" SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="ISO country, subdivision, language, currency and script definitions and their translations" HOMEPAGE="http://pypi.python.org/pypi/pycountry" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-arch/unzip dev-python/setuptools" DOCS="HISTORY.txt TODO.txt"