Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/printrun/
Date: Fri, 05 May 2017 04:34:19
Message-Id: 1493958835.231890aa0d85e4012660ddd6822bb24a0847fe00.xmw@gentoo
1 commit: 231890aa0d85e4012660ddd6822bb24a0847fe00
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 04:33:55 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 04:33:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231890aa
7
8 media-gfx/printrun: Version bump (bug 616420).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 media-gfx/printrun/Manifest | 1 +
13 media-gfx/printrun/printrun-20150310.ebuild | 26 ++++++++++++++++++++++++++
14 media-gfx/printrun/printrun-9999.ebuild | 24 ++++++++++++++++++++++++
15 3 files changed, 51 insertions(+)
16
17 diff --git a/media-gfx/printrun/Manifest b/media-gfx/printrun/Manifest
18 index e95b2262913..c5da39cf85c 100644
19 --- a/media-gfx/printrun/Manifest
20 +++ b/media-gfx/printrun/Manifest
21 @@ -1 +1,2 @@
22 DIST printrun-20140730.tar.gz 902029 SHA256 3412882627a82bba0fcd0cdf7639074085d3355e5aef48ccdc91687b027a24fa SHA512 c60d3db1a9255a56aad30a8290e18707cc34774af8cc52be042a3fabe653a64874485a153763886458cb45fff718ba134642e530a9d065fcc42ae0473ee17da8 WHIRLPOOL 1f8c91e867a375df998248d31bda0c5901d1ba52071aee12acea42a53b44393332a86562ea96c58801bde63a961d4af14b05f4defc45cfe1f41061a4ee9438e1
23 +DIST printrun-20150310.tar.gz 906153 SHA256 6edaa533df5a590f55039b81e47f61881d2a47de07c3391d53bfb6d847f46d2e SHA512 359a4a6128b274a6709fb5c35a2d6c510bb57e010cfb12ddefa39cdb371f2141e2cab394be7d9d2f1dbc0175cc24deba61941d73b6c19fb299083afbf1141f1e WHIRLPOOL 38d3ead2be8fb7f802d73956bda5e83c99a902c2682f5c48f74d92e8c5e30b351b06821d6178d3b44722a10982d7a79c471fb3a27d2f313bfb647e9a241e92e1
24
25 diff --git a/media-gfx/printrun/printrun-20150310.ebuild b/media-gfx/printrun/printrun-20150310.ebuild
26 new file mode 100644
27 index 00000000000..5bf664f6aee
28 --- /dev/null
29 +++ b/media-gfx/printrun/printrun-20150310.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python2_7 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="GUI interface for 3D printing on RepRap and other printers"
41 +HOMEPAGE="https://github.com/kliment/Printrun"
42 +SRC_URI="https://github.com/kliment/Printrun/archive/${P}.tar.gz"
43 +
44 +LICENSE="GPL-3"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +DEPEND="dev-python/pyserial
50 + dev-python/wxpython:2.8
51 + dev-python/pyglet
52 + dev-python/dbus-python
53 + media-gfx/cairosvg"
54 +RDEPEND="${DEPEND}"
55 +
56 +S="${WORKDIR}/Printrun-${P}"
57
58 diff --git a/media-gfx/printrun/printrun-9999.ebuild b/media-gfx/printrun/printrun-9999.ebuild
59 new file mode 100644
60 index 00000000000..a8367bb5868
61 --- /dev/null
62 +++ b/media-gfx/printrun/printrun-9999.ebuild
63 @@ -0,0 +1,24 @@
64 +# Copyright 1999-2017 Gentoo Foundation
65 +# Distributed under the terms of the GNU General Public License v2
66 +
67 +EAPI=6
68 +
69 +PYTHON_COMPAT=( python2_7 )
70 +
71 +inherit distutils-r1 git-r3
72 +
73 +DESCRIPTION="GUI interface for 3D printing on RepRap and other printers"
74 +HOMEPAGE="https://github.com/kliment/Printrun"
75 +EGIT_REPO_URI="https://github.com/kliment/Printrun.git"
76 +
77 +LICENSE="GPL-3"
78 +SLOT="0"
79 +KEYWORDS=""
80 +IUSE=""
81 +
82 +DEPEND="dev-python/pyserial
83 + dev-python/wxpython:2.8
84 + dev-python/pyglet
85 + dev-python/dbus-python
86 + media-gfx/cairosvg"
87 +RDEPEND="${DEPEND}"