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 E87761384B4 for ; Fri, 25 Dec 2015 20:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7839CE07FC; Fri, 25 Dec 2015 20:30:09 +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 098A6E07FC for ; Fri, 25 Dec 2015 20:30:08 +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 2CDA533BF0B for ; Fri, 25 Dec 2015 20:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B5EC7A for ; Fri, 25 Dec 2015 20:30:07 +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: <1451075376.c9e673a1e8b6ab8fe133448db256a582f41c4ea0.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/matplotlib2tikz/ChangeLog dev-python/matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild dev-python/matplotlib2tikz/matplotlib2tikz-0.5.1.ebuild dev-python/matplotlib2tikz/matplotlib2tikz-0.5.2.ebuild X-VCS-Directories: dev-python/matplotlib2tikz/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: c9e673a1e8b6ab8fe133448db256a582f41c4ea0 X-VCS-Branch: master Date: Fri, 25 Dec 2015 20:30:07 +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: 3e3c4b2a-3a83-48b4-9b29-060363af2872 X-Archives-Hash: d5daef6fb06376be75f8190863687a0a commit: c9e673a1e8b6ab8fe133448db256a582f41c4ea0 Author: Marius Brehler linux sungazer de> AuthorDate: Fri Dec 25 20:29:36 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Fri Dec 25 20:29:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c9e673a1 dev-python/matplotlib2tikz: Version bump; drop old Package-Manager: portage-2.2.24 dev-python/matplotlib2tikz/ChangeLog | 7 +++++++ .../matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild | 24 ---------------------- ...z-0.5.1.ebuild => matplotlib2tikz-0.5.2.ebuild} | 0 3 files changed, 7 insertions(+), 24 deletions(-) diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog index 634f068..b0918b0 100644 --- a/dev-python/matplotlib2tikz/ChangeLog +++ b/dev-python/matplotlib2tikz/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ +*matplotlib2tikz-0.5.2 (25 Dec 2015) + + 25 Dec 2015; Marius Brehler + +matplotlib2tikz-0.5.2.ebuild, -matplotlib2tikz-0.4.0.ebuild, + -matplotlib2tikz-0.5.1.ebuild: + dev-python/matplotlib2tikz: Version bump; drop old + 03 Dec 2015; Marius Brehler -matplotlib2tikz-0.2.4.ebuild: dev-python/matplotlib2tikz: Drop old diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild deleted file mode 100644 index f8677fb..0000000 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) - -inherit distutils-r1 - -DESCRIPTION="Python script for converting 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" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-texlive/texlive-pictures" -DEPEND="${RDEPEND}" - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )" diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.1.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.2.ebuild similarity index 100% rename from dev-python/matplotlib2tikz/matplotlib2tikz-0.5.1.ebuild rename to dev-python/matplotlib2tikz/matplotlib2tikz-0.5.2.ebuild