commit:     93767da982ad7f05708c80072566ad07a0be5426
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 08:01:25 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 08:01:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93767da9

media-gfx/printrun: Remove last-rited pkg

Closes: https://bugs.gentoo.org/709278
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-gfx/printrun/Manifest                    |  2 --
 media-gfx/printrun/files/printrun-x11.patch    | 39 -----------------------
 media-gfx/printrun/metadata.xml                | 20 ------------
 media-gfx/printrun/printrun-20150310-r4.ebuild | 43 --------------------------
 media-gfx/printrun/printrun-99999999.ebuild    | 43 --------------------------
 profiles/package.mask                          |  5 ---
 6 files changed, 152 deletions(-)

diff --git a/media-gfx/printrun/Manifest b/media-gfx/printrun/Manifest
deleted file mode 100644
index 199ff2b7c81..00000000000
--- a/media-gfx/printrun/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST printrun-20150310.tar.gz 906153 BLAKE2B 
60671cab6661deb4f4d127f276b4ce545df161023e57e6ef8ca857c0fd8a41ccdfc1f1811fe854dc156fa8b328b4e3d12038f07bb43aa1b20f03ed612c15aaa4
 SHA512 
359a4a6128b274a6709fb5c35a2d6c510bb57e010cfb12ddefa39cdb371f2141e2cab394be7d9d2f1dbc0175cc24deba61941d73b6c19fb299083afbf1141f1e
-DIST printrun-gtk3.tar.xz 3824 BLAKE2B 
cc45bcc7f7ddc8a961e86b83d731a9860285206d06f3a2b2bf70327b88d1e496f6bda3756182d99d85ae237d20188959e0efa94002371c0ffaa3a185fbe32c4e
 SHA512 
8eece239ac40fe293709117b42111a5bc31e95edd0cbdfc52ae38c5d91dded777a365fdd52d996c159fe83ecbd9fb6b3318a7622eb524db316771756a684cc9e

diff --git a/media-gfx/printrun/files/printrun-x11.patch 
b/media-gfx/printrun/files/printrun-x11.patch
deleted file mode 100644
index dd9597a126e..00000000000
--- a/media-gfx/printrun/files/printrun-x11.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/plater.py b/plater.py
-index 469eeb2..bfcc975 100755
---- a/plater.py
-+++ b/plater.py
-@@ -15,12 +15,14 @@
- # You should have received a copy of the GNU General Public License
- # along with Printrun.  If not, see <http://www.gnu.org/licenses/>.
- 
-+import os
- import sys
- import wx
- 
- from printrun.stlplater import StlPlater
- 
- if __name__ == '__main__':
-+    os.environ['GDK_BACKEND'] = 'x11'
-     app = wx.App(False)
-     main = StlPlater(filenames = sys.argv[1:])
-     main.Show()
-diff --git a/pronterface.py b/pronterface.py
-index dbe295a..4152288 100755
---- a/pronterface.py
-+++ b/pronterface.py
-@@ -15,6 +15,7 @@
- # You should have received a copy of the GNU General Public License
- # along with Printrun.  If not, see <http://www.gnu.org/licenses/>.
- 
-+import os
- import sys
- 
- try:
-@@ -32,6 +33,7 @@ not yet available for python3. You should try running with 
python2 instead.""")
- from printrun.pronterface import PronterApp
- 
- if __name__ == '__main__':
-+    os.environ['GDK_BACKEND'] = 'x11'
-     app = PronterApp(False)
-     try:
-         app.MainLoop()

diff --git a/media-gfx/printrun/metadata.xml b/media-gfx/printrun/metadata.xml
deleted file mode 100644
index e071fa596fc..00000000000
--- a/media-gfx/printrun/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>amy...@gentoo.org</email>
-       </maintainer>
-       <maintainer type="project">
-               <email>3dpr...@gentoo.org</email>
-               <name>Gentoo 3D print</name>
-       </maintainer>
-       <longdescription lang="en">
-               Printrun is a set of G-code sending applications for RepRap.
-               It consists of printcore (dumb G-code sender), pronsole 
(featured command line
-               G-code sender), pronterface (featured G-code sender with 
graphical user
-               interface), and a small collection of helpful scripts.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">kliment/Printrun</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/media-gfx/printrun/printrun-20150310-r4.ebuild 
b/media-gfx/printrun/printrun-20150310-r4.ebuild
deleted file mode 100644
index 0cf2154043a..00000000000
--- a/media-gfx/printrun/printrun-20150310-r4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="GUI interface for 3D printing on RepRap and other printers"
-HOMEPAGE="https://github.com/kliment/Printrun";
-SRC_URI="https://github.com/kliment/Printrun/archive/${P}.tar.gz
-        https://dev.gentoo.org/~amynka/snap/${PN}-gtk3.tar.xz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       app-text/psutils
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       || (
-               dev-python/numpy-python2[${PYTHON_USEDEP}]
-               dev-python/numpy[${PYTHON_USEDEP}]
-       )
-       dev-python/pycairo[${PYTHON_USEDEP}]
-       dev-python/pyglet[${PYTHON_USEDEP}]
-       dev-python/pyserial[${PYTHON_USEDEP}]
-       dev-python/wxpython:*[${PYTHON_USEDEP}]
-       media-gfx/cairosvg[${PYTHON_USEDEP}]"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/Printrun-${P}"
-
-PATCHES=(
-       # https://bugzilla.redhat.com/show_bug.cgi?id=1231518
-       "${WORKDIR}/${PN}-gtk3.patch"
-
-       # https://github.com/kliment/Printrun/pull/790
-       "${FILESDIR}/${PN}-x11.patch"
-)

diff --git a/media-gfx/printrun/printrun-99999999.ebuild 
b/media-gfx/printrun/printrun-99999999.ebuild
deleted file mode 100644
index 4491857f4d6..00000000000
--- a/media-gfx/printrun/printrun-99999999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="GUI interface for 3D printing on RepRap and other printers"
-HOMEPAGE="https://github.com/kliment/Printrun";
-SRC_URI="https://dev.gentoo.org/~amynka/snap/${PN}-gtk3.tar.xz";
-EGIT_REPO_URI="https://github.com/kliment/Printrun.git";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-       app-text/psutils
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       || (
-               dev-python/numpy-python2[${PYTHON_USEDEP}]
-               dev-python/numpy[${PYTHON_USEDEP}]
-       )
-       dev-python/pycairo[${PYTHON_USEDEP}]
-       dev-python/pyglet[${PYTHON_USEDEP}]
-       dev-python/pyserial[${PYTHON_USEDEP}]
-       dev-python/wxpython:*[${PYTHON_USEDEP}]
-       media-gfx/cairosvg[${PYTHON_USEDEP}]"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       # https://bugzilla.redhat.com/show_bug.cgi?id=1231518
-       "${WORKDIR}/${PN}-gtk3.patch"
-)
-
-src_unpack() {
-       default_src_unpack
-       git-r3_src_unpack
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 5f7593a1931..70ba2447d69 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -746,11 +746,6 @@ www-apache/mod_scgi
 app-crypt/openssl-blacklist
 app-crypt/ssh-multiadd
 
-# Aaron Bauman <b...@gentoo.org> (2020-08-01)
-# Py2 only. Upstream has py3 version
-# Removal in 30 days. Bug #709278
-media-gfx/printrun
-
 # Aaron Bauman <b...@gentoo.org> (2020-08-01)
 # Py2 only. Last upstream release 2013.
 # Removal in 30 days. Last 2 have deps on cddb.

Reply via email to