commit: 62f681875c6f7c3d600ba6f658f8c78ea9d79ba5 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Mar 19 11:11:32 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Mar 19 11:11:32 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=62f68187
sci-mathematics/burrtool: remove masked package Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 6 ---- .../burrtools/burrtools-0.5.2-r1.ebuild | 42 ---------------------- sci-mathematics/burrtools/metadata.xml | 17 --------- 3 files changed, 65 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 3bd3759b2..99e97e3b1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,12 +30,6 @@ #--- END OF EXAMPLES --- -# Andrew Ammerlaan <[email protected]> (04 March 2021) -# Burrtools does not compile, nor does the newest version (0.6.3) -# The ebuild was last touched in 2015, last upstream update was in 2013 -# Masked for removal in 14 days, if you need this please complain -sci-mathematics/burrtools - # Andrew Ammerlaan <[email protected]> (04 March 2021) # libcgnsoo does not compile, ebuild was last touched in 2015 # no newer version available upstream diff --git a/sci-mathematics/burrtools/burrtools-0.5.2-r1.ebuild b/sci-mathematics/burrtools/burrtools-0.5.2-r1.ebuild deleted file mode 100644 index 3f5280649..000000000 --- a/sci-mathematics/burrtools/burrtools-0.5.2-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Program to solve assembly and interlocking puzzles" -HOMEPAGE="http://burrtools.sourceforge.net/" -SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.gz - doc? ( mirror://sourceforge/${PN}/${P}-A4.pdf )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" -IUSE="doc examples" - -DEPEND=" - x11-libs/fltk:1 - media-libs/libpng:0=" -RDEPEND="${DEPEND} - app-text/htmldoc" - -src_compile() { - default - cd doc || die - cp ../doc_src/*.png . || die - echo "User Guide for BurrTools ${PV}" > doc/userGuide.t2t - cat ../doc_src/userGuide.t2t >> userGuide.t2t - mkdir html || die - ../doc_src/txt2tags.py -t html -o - userGuide.t2t > userGuide.html - htmldoc --format htmlsep --toclevels 2 --outdir html userGuide.html || die - cd .. || die -} - -src_install() { - default - use doc && dodoc "${DISTDIR}"/${P}-A4.pdf - if use examples; then - insinto /usr/share/${PN} - doins -r examples - fi -} diff --git a/sci-mathematics/burrtools/metadata.xml b/sci-mathematics/burrtools/metadata.xml deleted file mode 100644 index a7fbeb904..000000000 --- a/sci-mathematics/burrtools/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Mathematics Project</name> - </maintainer> - <longdescription lang="en"> -This (set of) program(s) will help you solve a certain kind of puzzle. -Namely puzzles that are made out of square or dice shaped units, spheres or -prisms with an equilateral triangle as base and where the pieces are also -aligned along those grids in the solutions. -</longdescription> - <upstream> - <remote-id type="sourceforge">burrtools</remote-id> - </upstream> -</pkgmetadata>
