Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/
Date: Thu, 03 Dec 2015 13:58:32
Message-Id: 1449151095.d99e59278a8b65c861fbb28193566cd7bf2e22ca.marbre@gentoo
1 commit: d99e59278a8b65c861fbb28193566cd7bf2e22ca
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Thu Dec 3 13:58:15 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Thu Dec 3 13:58:15 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d99e5927
7
8 dev-python/matplotlib2tikz: Drop old
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/matplotlib2tikz/ChangeLog | 4 ++++
13 .../matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild | 23 ----------------------
14 2 files changed, 4 insertions(+), 23 deletions(-)
15
16 diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog
17 index b357a96..634f068 100644
18 --- a/dev-python/matplotlib2tikz/ChangeLog
19 +++ b/dev-python/matplotlib2tikz/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 03 Dec 2015; Marius Brehler <marbre@××××××××××××××.de>
25 + -matplotlib2tikz-0.2.4.ebuild:
26 + dev-python/matplotlib2tikz: Drop old
27 +
28 *matplotlib2tikz-0.5.1 (03 Dec 2015)
29
30 03 Dec 2015; Marius Brehler <marbre@××××××××××××××.de>
31
32 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild
33 deleted file mode 100644
34 index db655fe..0000000
35 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild
36 +++ /dev/null
37 @@ -1,23 +0,0 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Id$
41 -
42 -EAPI=5
43 -
44 -PYTHON_COMPAT=( python2_7 python3_{3,4} )
45 -
46 -inherit distutils-r1
47 -
48 -DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures"
49 -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
50 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 -KEYWORDS="~amd64"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -IUSE=""
56 -
57 -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
58 - dev-texlive/texlive-pictures"
59 -DEPEND="${RDEPEND}"
60 - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"