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 8631B138247 for ; Mon, 6 Jan 2014 19:27:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59D16E0B64; Mon, 6 Jan 2014 19:27:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA33AE0B64 for ; Mon, 6 Jan 2014 19:27:11 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D213333F54C for ; Mon, 6 Jan 2014 19:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 433B5E553A for ; Mon, 6 Jan 2014 19:27:08 +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: <1389035249.d0e80ac3f77d50dfbdc554858d62abee4138078a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/dimensionful/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/dimensionful/ChangeLog dev-python/dimensionful/dimensionful-9999.ebuild X-VCS-Directories: dev-python/dimensionful/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d0e80ac3f77d50dfbdc554858d62abee4138078a X-VCS-Branch: master Date: Mon, 6 Jan 2014 19:27:08 +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: d83aefc0-6e84-424b-a37a-cf29dbb7a5da X-Archives-Hash: 79669f68e0bf1d619d69d26bdc16764c commit: d0e80ac3f77d50dfbdc554858d62abee4138078a Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 19:07:29 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 19:07:29 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d0e80ac3 dev-python/dimensionful: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- dev-python/dimensionful/ChangeLog | 5 ++++- dev-python/dimensionful/dimensionful-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/dimensionful/ChangeLog b/dev-python/dimensionful/ChangeLog index b14a5a0..e18714f 100644 --- a/dev-python/dimensionful/ChangeLog +++ b/dev-python/dimensionful/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-python/dimensionful -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher dimensionful-9999.ebuild: + Switch from git-2 to git-r3 + 13 Jun 2013; Justin Lecher dimensionful-9999.ebuild, metadata.xml: Bump to EAPI=5 and distutils-r1.eclass diff --git a/dev-python/dimensionful/dimensionful-9999.ebuild b/dev-python/dimensionful/dimensionful-9999.ebuild index df49e45..10325ee 100644 --- a/dev-python/dimensionful/dimensionful-9999.ebuild +++ b/dev-python/dimensionful/dimensionful-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 DESCRIPTION="A simple library for making your data dimensionful" HOMEPAGE="https://github.com/caseywstark/dimensionful"