commit: fba488a529a110aa564ac1999cbf42c9bdb10c16 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Dec 4 16:56:39 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 4 16:56:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba488a5
media-gfx/replicatorg: Remove last-rited pkg Closes: https://bugs.gentoo.org/570324 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-gfx/replicatorg/Manifest | 2 - media-gfx/replicatorg/files/replicatorg | 2 - media-gfx/replicatorg/metadata.xml | 14 ---- media-gfx/replicatorg/replicatorg-37-r3.ebuild | 94 -------------------------- media-gfx/replicatorg/replicatorg-40-r2.ebuild | 94 -------------------------- profiles/package.mask | 5 -- 6 files changed, 211 deletions(-) diff --git a/media-gfx/replicatorg/Manifest b/media-gfx/replicatorg/Manifest deleted file mode 100644 index 3449cccacb8..00000000000 --- a/media-gfx/replicatorg/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST replicatorg-0037-linux.tgz 52627038 BLAKE2B 04a11093da4c7ef57dce25648518d5a6233a95eb6733d128fdd1e6c16c1c2dae7314c00d3e151aaad92fe66687cad27f6c203a494a3235be7c1f9ab9cf8f20a4 SHA512 9fabfe64a6ff6c059abe66404349739cd74bcc244a4f37d020d506fd82d318f5103daeb289f615fe47203c43ea8842487acbe21b6cdbb9cdb4d9b20bfbfd845c -DIST replicatorg-0040-linux.tgz 45962287 BLAKE2B 9aae435b150d96129be027658a3fd65ffc2f3335ecb40e219bff8919c9d14625ee059e899f576a8580d6fffdcea59e1d9e096377068a378a302ac82bd782df9c SHA512 c2be8679ebcb722a01f46bbd5a3dd771ebda0eb5e5546627f9064b412be0e5ae0b63f9d44dc7f03d9b3fb862c45dbe09edfb15018a075f39ca57d725ca804205 diff --git a/media-gfx/replicatorg/files/replicatorg b/media-gfx/replicatorg/files/replicatorg deleted file mode 100644 index 2c91bf25434..00000000000 --- a/media-gfx/replicatorg/files/replicatorg +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -( cd /opt/replicatorg ; ./replicatorg ) diff --git a/media-gfx/replicatorg/metadata.xml b/media-gfx/replicatorg/metadata.xml deleted file mode 100644 index d193ce4f0db..00000000000 --- a/media-gfx/replicatorg/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> - <longdescription> - This is the software that will drive your MakerBot Replicator, - Thing-O-Matic, CupCake CNC, RepRap machine, or generic CNC machine. - You can give it a GCode or STL file to process, and it takes it from - there. It's cross platform, easily installed, and is based on the - familiar Arduino / Processing environments. ReplicatorG is used by - thousands of MakerBot Operators, and has printed tens of thousands - of objects and counting. - </longdescription> -</pkgmetadata> diff --git a/media-gfx/replicatorg/replicatorg-37-r3.ebuild b/media-gfx/replicatorg/replicatorg-37-r3.ebuild deleted file mode 100644 index 2daae54f296..00000000000 --- a/media-gfx/replicatorg/replicatorg-37-r3.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator user - -MY_P="${PN}-00${PV}" - -DESCRIPTION="ReplicatorG is a simple, open source 3D printing program" -HOMEPAGE="http://replicat.org/start https://github.com/makerbot/ReplicatorG" -SRC_URI="https://replicatorg.googlecode.com/files/${MY_P}-linux.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND="dev-java/oracle-jre-bin:*" -RDEPEND="${COMMON_DEPEND} - gnome-base/gsettings-desktop-schemas -" -DEPEND="${COMMON_DEPEND}" - -S="${WORKDIR}/${MY_P}" - -QA_WX_LOAD=" - /opt/replicatorg/skein_engines/slic3r_engines/linux/lib/vrt/f319e78215d06c9bbdc612ed9aef7e56/SSLeay.so - /opt/replicatorg/skein_engines/slic3r_engines/linux/lib/vrt/80ccae99bc6b1afe192d6aa7724673cf/SSLeay.so" -QA_TEXTRELS=" - /opt/replicatorg/skein_engines/slic3r_engines/linux/lib/vrt/f319e78215d06c9bbdc612ed9aef7e56/SSLeay.so - /opt/replicatorg/skein_engines/slic3r_engines/linux/lib/vrt/80ccae99bc6b1afe192d6aa7724673cf/SSLeay.so - /opt/replicatorg/lib-i686/libj3dcore-ogl.so - /opt/replicatorg/lib-i686/libj3dcore-ogl-cg.so" - -pkg_setup() { - enewgroup replicator -} - -src_install() { - dodir \ - /opt/replicatorg \ - /usr/share/replicatorg - - keepdir \ - /opt/replicatorg \ - /usr/share/replicatorg - - dobin "${FILESDIR}"/replicatorg - - insinto /opt/replicatorg/ - doins -r \ - docs \ - examples \ - lib \ - lib-i686 \ - lib-x86_64 \ - machines \ - scripts \ - replicatorg \ - skein_engines \ - tools - - insinto /usr/share/replicatorg - doins -r \ - contributors.txt \ - license.txt \ - readme.txt \ - todo.txt -} - -pkg_postinst() { - elog "Replicatorg requires Sun/Oracle JRE and will not work with OpenJDK." - elog - elog "Ensure that your user account has permissions to access serial port," - elog "if you plan to connect directly to a 3d printer rather than using" - elog "a flash card. Printing directly from replicatorg is preferred." - elog - elog "The replicator printer will likely show up in /dev as ttyACM0." - elog "You may want to autoload the cdc_acm kernel module." - elog - elog "Note that replicatorg includes its own version of skeinforge." - elog "There doesn't seem to be a simple way to depend on an external" - elog "version." - elog - elog "Replicatorg users should add themselves to the replicator group" - elog "to avoid upstream warnings about not being able to modify shared" - elog "skeinforge scripts." - elog - - chmod -R g+w "${EROOT%/}"/opt/replicatorg - chown -R root:replicator "${EROOT%/}"/opt/replicatorg - chmod 0755 /opt/replicatorg -} diff --git a/media-gfx/replicatorg/replicatorg-40-r2.ebuild b/media-gfx/replicatorg/replicatorg-40-r2.ebuild deleted file mode 100644 index 7e12c97224b..00000000000 --- a/media-gfx/replicatorg/replicatorg-40-r2.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator user - -MY_P="${PN}-00${PV}" - -DESCRIPTION="ReplicatorG is a simple, open source 3D printing program" -HOMEPAGE="http://replicat.org/start https://github.com/makerbot/ReplicatorG" -SRC_URI="https://replicatorg.googlecode.com/files/${MY_P}-linux.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -COMMON_DEPEND="dev-java/oracle-jre-bin:*" -RDEPEND="${COMMON_DEPEND} - gnome-base/gsettings-desktop-schemas -" -DEPEND="${COMMON_DEPEND}" - -S="${WORKDIR}/${MY_P}" - -QA_WX_LOAD=" - /opt/replicatorg/skein_engines/slic3r_engines/linux/lib/vrt/f319e78215d06c9bbdc612ed9aef7e56/SSLeay.so - /opt/replicatorg/skein_engines/slic3r_engines/linux/lib/vrt/80ccae99bc6b1afe192d6aa7724673cf/SSLeay.so" -QA_TEXTRELS=" - /opt/replicatorg/skein_engines/slic3r_engines/linux/lib/vrt/f319e78215d06c9bbdc612ed9aef7e56/SSLeay.so - /opt/replicatorg/skein_engines/slic3r_engines/linux/lib/vrt/80ccae99bc6b1afe192d6aa7724673cf/SSLeay.so - /opt/replicatorg/lib-i686/libj3dcore-ogl.so - /opt/replicatorg/lib-i686/libj3dcore-ogl-cg.so" - -pkg_setup() { - enewgroup replicator -} - -src_install() { - dodir \ - /opt/replicatorg \ - /usr/share/replicatorg - - keepdir \ - /opt/replicatorg \ - /usr/share/replicatorg - - dobin "${FILESDIR}"/replicatorg - - insinto /opt/replicatorg/ - doins -r \ - docs \ - examples \ - lib \ - lib-i686 \ - lib-x86_64 \ - machines \ - scripts \ - replicatorg \ - skein_engines \ - tools - - insinto /usr/share/replicatorg - doins -r \ - contributors.txt \ - license.txt \ - readme.txt \ - todo.txt -} - -pkg_postinst() { - elog "Replicatorg requires Sun/Oracle JRE and will not work with OpenJDK." - elog - elog "Ensure that your user account has permissions to access serial port," - elog "if you plan to connect directly to a 3d printer rather than using" - elog "a flash card. Printing directly from replicatorg is preferred." - elog - elog "The replicator printer will likely show up in /dev as ttyACM0." - elog "You may want to autoload the cdc_acm kernel module." - elog - elog "Note that replicatorg includes its own version of skeinforge." - elog "There doesn't seem to be a simple way to depend on an external" - elog "version." - elog - elog "Replicatorg users should add themselves to the replicator group" - elog "to avoid upstream warnings about not being able to modify shared" - elog "skeinforge scripts." - elog - - chmod -R g+w "${EROOT%/}"/opt/replicatorg - chown -R root:replicator "${EROOT%/}"/opt/replicatorg - chmod 0755 /opt/replicatorg -} diff --git a/profiles/package.mask b/profiles/package.mask index 5f3a2ac8df3..c5fd28b0e13 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -359,11 +359,6 @@ net-proxy/c-icap # #664370). Removal in a month. www-client/dooble -# Pacho Ramos <[email protected]> (04 Nov 2018) -# Outdated, move to media-gfx/slic3r or other online alternatives (#570324). -# Removal in a month. -media-gfx/replicatorg - # Andreas Sturmlechner <[email protected]> (03 Nov 2018) # Breaks revdeps (GDir and GDirEntry split from gfile.h into new gdir.h) # See tracker: https://bugs.gentoo.org/670222
