Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/printrun/, profiles/, media-gfx/printrun/files/
Date: Wed, 02 Sep 2020 08:06:31
Message-Id: 1599033685.93767da982ad7f05708c80072566ad07a0be5426.mgorny@gentoo
1 commit: 93767da982ad7f05708c80072566ad07a0be5426
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 08:01:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 08:01:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93767da9
7
8 media-gfx/printrun: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/709278
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 media-gfx/printrun/Manifest | 2 --
14 media-gfx/printrun/files/printrun-x11.patch | 39 -----------------------
15 media-gfx/printrun/metadata.xml | 20 ------------
16 media-gfx/printrun/printrun-20150310-r4.ebuild | 43 --------------------------
17 media-gfx/printrun/printrun-99999999.ebuild | 43 --------------------------
18 profiles/package.mask | 5 ---
19 6 files changed, 152 deletions(-)
20
21 diff --git a/media-gfx/printrun/Manifest b/media-gfx/printrun/Manifest
22 deleted file mode 100644
23 index 199ff2b7c81..00000000000
24 --- a/media-gfx/printrun/Manifest
25 +++ /dev/null
26 @@ -1,2 +0,0 @@
27 -DIST printrun-20150310.tar.gz 906153 BLAKE2B 60671cab6661deb4f4d127f276b4ce545df161023e57e6ef8ca857c0fd8a41ccdfc1f1811fe854dc156fa8b328b4e3d12038f07bb43aa1b20f03ed612c15aaa4 SHA512 359a4a6128b274a6709fb5c35a2d6c510bb57e010cfb12ddefa39cdb371f2141e2cab394be7d9d2f1dbc0175cc24deba61941d73b6c19fb299083afbf1141f1e
28 -DIST printrun-gtk3.tar.xz 3824 BLAKE2B cc45bcc7f7ddc8a961e86b83d731a9860285206d06f3a2b2bf70327b88d1e496f6bda3756182d99d85ae237d20188959e0efa94002371c0ffaa3a185fbe32c4e SHA512 8eece239ac40fe293709117b42111a5bc31e95edd0cbdfc52ae38c5d91dded777a365fdd52d996c159fe83ecbd9fb6b3318a7622eb524db316771756a684cc9e
29
30 diff --git a/media-gfx/printrun/files/printrun-x11.patch b/media-gfx/printrun/files/printrun-x11.patch
31 deleted file mode 100644
32 index dd9597a126e..00000000000
33 --- a/media-gfx/printrun/files/printrun-x11.patch
34 +++ /dev/null
35 @@ -1,39 +0,0 @@
36 -diff --git a/plater.py b/plater.py
37 -index 469eeb2..bfcc975 100755
38 ---- a/plater.py
39 -+++ b/plater.py
40 -@@ -15,12 +15,14 @@
41 - # You should have received a copy of the GNU General Public License
42 - # along with Printrun. If not, see <http://www.gnu.org/licenses/>.
43 -
44 -+import os
45 - import sys
46 - import wx
47 -
48 - from printrun.stlplater import StlPlater
49 -
50 - if __name__ == '__main__':
51 -+ os.environ['GDK_BACKEND'] = 'x11'
52 - app = wx.App(False)
53 - main = StlPlater(filenames = sys.argv[1:])
54 - main.Show()
55 -diff --git a/pronterface.py b/pronterface.py
56 -index dbe295a..4152288 100755
57 ---- a/pronterface.py
58 -+++ b/pronterface.py
59 -@@ -15,6 +15,7 @@
60 - # You should have received a copy of the GNU General Public License
61 - # along with Printrun. If not, see <http://www.gnu.org/licenses/>.
62 -
63 -+import os
64 - import sys
65 -
66 - try:
67 -@@ -32,6 +33,7 @@ not yet available for python3. You should try running with python2 instead.""")
68 - from printrun.pronterface import PronterApp
69 -
70 - if __name__ == '__main__':
71 -+ os.environ['GDK_BACKEND'] = 'x11'
72 - app = PronterApp(False)
73 - try:
74 - app.MainLoop()
75
76 diff --git a/media-gfx/printrun/metadata.xml b/media-gfx/printrun/metadata.xml
77 deleted file mode 100644
78 index e071fa596fc..00000000000
79 --- a/media-gfx/printrun/metadata.xml
80 +++ /dev/null
81 @@ -1,20 +0,0 @@
82 -<?xml version="1.0" encoding="UTF-8"?>
83 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
84 -<pkgmetadata>
85 - <maintainer type="person">
86 - <email>amynka@g.o</email>
87 - </maintainer>
88 - <maintainer type="project">
89 - <email>3dprint@g.o</email>
90 - <name>Gentoo 3D print</name>
91 - </maintainer>
92 - <longdescription lang="en">
93 - Printrun is a set of G-code sending applications for RepRap.
94 - It consists of printcore (dumb G-code sender), pronsole (featured command line
95 - G-code sender), pronterface (featured G-code sender with graphical user
96 - interface), and a small collection of helpful scripts.
97 - </longdescription>
98 - <upstream>
99 - <remote-id type="github">kliment/Printrun</remote-id>
100 - </upstream>
101 -</pkgmetadata>
102
103 diff --git a/media-gfx/printrun/printrun-20150310-r4.ebuild b/media-gfx/printrun/printrun-20150310-r4.ebuild
104 deleted file mode 100644
105 index 0cf2154043a..00000000000
106 --- a/media-gfx/printrun/printrun-20150310-r4.ebuild
107 +++ /dev/null
108 @@ -1,43 +0,0 @@
109 -# Copyright 1999-2020 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=6
113 -
114 -PYTHON_COMPAT=( python2_7 )
115 -
116 -inherit distutils-r1
117 -
118 -DESCRIPTION="GUI interface for 3D printing on RepRap and other printers"
119 -HOMEPAGE="https://github.com/kliment/Printrun"
120 -SRC_URI="https://github.com/kliment/Printrun/archive/${P}.tar.gz
121 - https://dev.gentoo.org/~amynka/snap/${PN}-gtk3.tar.xz"
122 -
123 -LICENSE="GPL-3"
124 -SLOT="0"
125 -KEYWORDS="~amd64 ~x86"
126 -IUSE=""
127 -
128 -DEPEND="
129 - app-text/psutils
130 - dev-python/dbus-python[${PYTHON_USEDEP}]
131 - || (
132 - dev-python/numpy-python2[${PYTHON_USEDEP}]
133 - dev-python/numpy[${PYTHON_USEDEP}]
134 - )
135 - dev-python/pycairo[${PYTHON_USEDEP}]
136 - dev-python/pyglet[${PYTHON_USEDEP}]
137 - dev-python/pyserial[${PYTHON_USEDEP}]
138 - dev-python/wxpython:*[${PYTHON_USEDEP}]
139 - media-gfx/cairosvg[${PYTHON_USEDEP}]"
140 -
141 -RDEPEND="${DEPEND}"
142 -
143 -S="${WORKDIR}/Printrun-${P}"
144 -
145 -PATCHES=(
146 - # https://bugzilla.redhat.com/show_bug.cgi?id=1231518
147 - "${WORKDIR}/${PN}-gtk3.patch"
148 -
149 - # https://github.com/kliment/Printrun/pull/790
150 - "${FILESDIR}/${PN}-x11.patch"
151 -)
152
153 diff --git a/media-gfx/printrun/printrun-99999999.ebuild b/media-gfx/printrun/printrun-99999999.ebuild
154 deleted file mode 100644
155 index 4491857f4d6..00000000000
156 --- a/media-gfx/printrun/printrun-99999999.ebuild
157 +++ /dev/null
158 @@ -1,43 +0,0 @@
159 -# Copyright 1999-2020 Gentoo Authors
160 -# Distributed under the terms of the GNU General Public License v2
161 -
162 -EAPI=6
163 -
164 -PYTHON_COMPAT=( python2_7 )
165 -
166 -inherit distutils-r1 git-r3
167 -
168 -DESCRIPTION="GUI interface for 3D printing on RepRap and other printers"
169 -HOMEPAGE="https://github.com/kliment/Printrun"
170 -SRC_URI="https://dev.gentoo.org/~amynka/snap/${PN}-gtk3.tar.xz"
171 -EGIT_REPO_URI="https://github.com/kliment/Printrun.git"
172 -
173 -LICENSE="GPL-3"
174 -SLOT="0"
175 -KEYWORDS=""
176 -IUSE=""
177 -
178 -DEPEND="
179 - app-text/psutils
180 - dev-python/dbus-python[${PYTHON_USEDEP}]
181 - || (
182 - dev-python/numpy-python2[${PYTHON_USEDEP}]
183 - dev-python/numpy[${PYTHON_USEDEP}]
184 - )
185 - dev-python/pycairo[${PYTHON_USEDEP}]
186 - dev-python/pyglet[${PYTHON_USEDEP}]
187 - dev-python/pyserial[${PYTHON_USEDEP}]
188 - dev-python/wxpython:*[${PYTHON_USEDEP}]
189 - media-gfx/cairosvg[${PYTHON_USEDEP}]"
190 -
191 -RDEPEND="${DEPEND}"
192 -
193 -PATCHES=(
194 - # https://bugzilla.redhat.com/show_bug.cgi?id=1231518
195 - "${WORKDIR}/${PN}-gtk3.patch"
196 -)
197 -
198 -src_unpack() {
199 - default_src_unpack
200 - git-r3_src_unpack
201 -}
202
203 diff --git a/profiles/package.mask b/profiles/package.mask
204 index 5f7593a1931..70ba2447d69 100644
205 --- a/profiles/package.mask
206 +++ b/profiles/package.mask
207 @@ -746,11 +746,6 @@ www-apache/mod_scgi
208 app-crypt/openssl-blacklist
209 app-crypt/ssh-multiadd
210
211 -# Aaron Bauman <bman@g.o> (2020-08-01)
212 -# Py2 only. Upstream has py3 version
213 -# Removal in 30 days. Bug #709278
214 -media-gfx/printrun
215 -
216 # Aaron Bauman <bman@g.o> (2020-08-01)
217 # Py2 only. Last upstream release 2013.
218 # Removal in 30 days. Last 2 have deps on cddb.