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 6804358973 for ; Thu, 21 Jan 2016 08:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1C05E0881; Thu, 21 Jan 2016 08:07:21 +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 76408E0881 for ; Thu, 21 Jan 2016 08:07:21 +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 51CC4340766 for ; Thu, 21 Jan 2016 08:07:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F4CD1017 for ; Thu, 21 Jan 2016 08:07:13 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1453363488.3585e2a9db25496c8272b731a19eb50ae2dc26e6.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/matplotlib2tikz/matplotlib2tikz-0.5.3.ebuild dev-python/matplotlib2tikz/matplotlib2tikz-0.5.4.ebuild dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild X-VCS-Directories: dev-python/matplotlib2tikz/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 3585e2a9db25496c8272b731a19eb50ae2dc26e6 X-VCS-Branch: master Date: Thu, 21 Jan 2016 08:07:13 +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: 3cfe529e-2815-4cea-b59e-9e540a93d357 X-Archives-Hash: d560f6725414298245b9c68278ef7b9d commit: 3585e2a9db25496c8272b731a19eb50ae2dc26e6 Author: Marius Brehler linux sungazer de> AuthorDate: Thu Jan 21 08:04:48 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Thu Jan 21 08:04:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3585e2a9 dev-python/matplotlib2tikz: Version bump, drop old, bump to EAPI=6 Package-Manager: portage-2.2.26 ...{matplotlib2tikz-0.5.3.ebuild => matplotlib2tikz-0.5.4.ebuild} | 4 ++-- dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.3.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.4.ebuild similarity index 83% rename from dev-python/matplotlib2tikz/matplotlib2tikz-0.5.3.ebuild rename to dev-python/matplotlib2tikz/matplotlib2tikz-0.5.4.ebuild index b10d23d..ec78e4f 100644 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.3.ebuild +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.4.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 -DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures" +DESCRIPTION="Convert matplotlib figures into native Pgfplots (TikZ) figures" HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64" diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild index b81eda2..7495ab0 100644 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 git-r3 -DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures" +DESCRIPTION="Convert matplotlib figures into native Pgfplots (TikZ) figures" HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git" KEYWORDS=""