summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-02 10:01:25 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-02 10:01:25 +0200
commit93767da982ad7f05708c80072566ad07a0be5426 (patch)
tree730a56a7dacf97769bc22566fe2fda8351e27d3f /media-gfx
parentdev-python/pyvorbis: Remove last-rited pkg (diff)
downloadgentoo-93767da982ad7f05708c80072566ad07a0be5426.tar.gz
gentoo-93767da982ad7f05708c80072566ad07a0be5426.tar.bz2
gentoo-93767da982ad7f05708c80072566ad07a0be5426.zip
media-gfx/printrun: Remove last-rited pkg
Closes: https://bugs.gentoo.org/709278 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/printrun/Manifest2
-rw-r--r--media-gfx/printrun/files/printrun-x11.patch39
-rw-r--r--media-gfx/printrun/metadata.xml20
-rw-r--r--media-gfx/printrun/printrun-20150310-r4.ebuild43
-rw-r--r--media-gfx/printrun/printrun-99999999.ebuild43
5 files changed, 0 insertions, 147 deletions
diff --git a/media-gfx/printrun/Manifest b/media-gfx/printrun/Manifest
deleted file mode 100644
index 199ff2b7c81a..000000000000
--- 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 dd9597a126e1..000000000000
--- 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 e071fa596fc7..000000000000
--- 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>amynka@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>3dprint@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 0cf2154043a0..000000000000
--- 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 4491857f4d6a..000000000000
--- 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
-}