From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31F67139694 for ; Mon, 6 Mar 2017 15:29:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 409FA21C06A; Mon, 6 Mar 2017 15:29:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E93321C06A for ; Mon, 6 Mar 2017 15:29:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1AA634170C for ; Mon, 6 Mar 2017 15:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BBF05E7E for ; Mon, 6 Mar 2017 15:29:03 +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: <1488814009.113f800934bd110c86306184fd7541358b817eea.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.6.0.ebuild X-VCS-Directories: dev-python/matplotlib2tikz/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 113f800934bd110c86306184fd7541358b817eea X-VCS-Branch: master Date: Mon, 6 Mar 2017 15:29:03 +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: 0ea22698-40dc-4a38-9230-f4153d23a0a8 X-Archives-Hash: 28701394a7aec602cefd39280ac279f9 commit: 113f800934bd110c86306184fd7541358b817eea Author: Marius Brehler linux sungazer de> AuthorDate: Mon Mar 6 15:26:49 2017 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Mon Mar 6 15:26:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=113f8009 dev-python/matplotlib2tikz: Drop 0.6.0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../matplotlib2tikz/matplotlib2tikz-0.6.0.ebuild | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.0.ebuild deleted file mode 100644 index adbd5e028..000000000 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 - -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" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - >=dev-python/pillow-3.0.0[${PYTHON_USEDEP}] - dev-texlive/texlive-pictures" -DEPEND="${RDEPEND}" - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"