summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-03 06:52:20 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-03 06:52:20 +0100
commitf23198529a20e2c4da1e32b9b20704c8090783dc (patch)
tree018cfc0a57b04f6e8b0924f172b43cf3f814d913
parentx11-misc/pathfinder: Remove last-rited pkg (diff)
downloadgentoo-f23198529a20e2c4da1e32b9b20704c8090783dc.tar.gz
gentoo-f23198529a20e2c4da1e32b9b20704c8090783dc.tar.bz2
gentoo-f23198529a20e2c4da1e32b9b20704c8090783dc.zip
sci-calculators/calculator: Remove last-rited pkg
Closes: https://bugs.gentoo.org/703088 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.mask1
-rw-r--r--sci-calculators/calculator/Manifest1
-rw-r--r--sci-calculators/calculator/calculator-1.7.67.ebuild18
-rw-r--r--sci-calculators/calculator/metadata.xml20
4 files changed, 0 insertions, 40 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index f466bcd6c21f..38f99b21e684 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -821,7 +821,6 @@ app-benchmarks/spew
# Removal in 30 days. Bug #703088. Bug #703084.
app-editors/adie
dev-util/reswrap
-sci-calculators/calculator
# David Seifert <soap@gentoo.org> (2019-12-08)
# Unmaintained, build hangs, tons of other build failures, missing
diff --git a/sci-calculators/calculator/Manifest b/sci-calculators/calculator/Manifest
deleted file mode 100644
index d7c4453bf9f6..000000000000
--- a/sci-calculators/calculator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fox-1.7.67.tar.gz 5689421 BLAKE2B 60f2d8e887a41f1e234cd31c1bd2702bcedae0f1b47cb7b9832c317e34a9b517cb603033d28e5ed66c4b97c85deaf3caa8dd40a508eaf715d63772e6ef0020b0 SHA512 a45db7ea9453e2afe0ff61ed6608925e94f9202dc1fbee5e2b88a5a1c16310019cb4611090f8234ad6ebc46a6519a36085683c4553d47bc9c21b8ef0c13ab540
diff --git a/sci-calculators/calculator/calculator-1.7.67.ebuild b/sci-calculators/calculator/calculator-1.7.67.ebuild
deleted file mode 100644
index f4b47b59dcc6..000000000000
--- a/sci-calculators/calculator/calculator-1.7.67.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fox
-
-DESCRIPTION="Scientific calculator based on the FOX Toolkit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~x11-libs/fox-${PV}
- x11-libs/libICE
- x11-libs/libSM"
-DEPEND="${RDEPEND}"
diff --git a/sci-calculators/calculator/metadata.xml b/sci-calculators/calculator/metadata.xml
deleted file mode 100644
index e4d38f391be1..000000000000
--- a/sci-calculators/calculator/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="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
- The FOX Calculator is a simple desktop calculator geared toward the
- programmer for the FOX Toolkit. It supports not only a full
- complement scientific functions, but also common operations that
- programmers need, such as bitwise operations, bitwise shifting, and
- base-2 logarithm and exponents, and numeric conversion between
- hexadecimal, octal, binary, and decimal. The FOX Calculator
- implements correct operator precedences, so expressions like 2+3*5
- yield the correct result, which is 17, and not 25. Also featured is
- a constant memory, which permanently stores its value even if you
- exit the calculator and restart it later.
-</longdescription>
-</pkgmetadata>