From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 025CC13835A for ; Fri, 19 Mar 2021 11:14:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EACF0E091B; Fri, 19 Mar 2021 11:14:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEB7EE091B for ; Fri, 19 Mar 2021 11:14:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A00A340D81 for ; Fri, 19 Mar 2021 11:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E81E9573 for ; Fri, 19 Mar 2021 11:14:41 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616152292.62f681875c6f7c3d600ba6f658f8c78ea9d79ba5.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/burrtools/, profiles/ X-VCS-Repository: proj/sci X-VCS-Files: profiles/package.mask sci-mathematics/burrtools/burrtools-0.5.2-r1.ebuild sci-mathematics/burrtools/metadata.xml X-VCS-Directories: sci-mathematics/burrtools/ profiles/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 62f681875c6f7c3d600ba6f658f8c78ea9d79ba5 X-VCS-Branch: master Date: Fri, 19 Mar 2021 11:14:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ccd3f48-9be8-4193-8b52-cb4819ef2b83 X-Archives-Hash: 3d9e75769cc62288678963b5626ebc9e commit: 62f681875c6f7c3d600ba6f658f8c78ea9d79ba5 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 19 11:11:32 2021 +0000 Commit: Andrew Ammerlaan riseup 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 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 (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 (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 @@ - - - - - sci-mathematics@gentoo.org - Gentoo Mathematics Project - - -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. - - - burrtools - -