Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sci-calculators/calculator/
Date: Mon, 03 Feb 2020 05:54:18
Message-Id: 1580709140.f23198529a20e2c4da1e32b9b20704c8090783dc.mgorny@gentoo
1 commit: f23198529a20e2c4da1e32b9b20704c8090783dc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 05:52:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 05:52:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2319852
7
8 sci-calculators/calculator: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/703088
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 1 -
14 sci-calculators/calculator/Manifest | 1 -
15 sci-calculators/calculator/calculator-1.7.67.ebuild | 18 ------------------
16 sci-calculators/calculator/metadata.xml | 20 --------------------
17 4 files changed, 40 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index f466bcd6c21..38f99b21e68 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -821,7 +821,6 @@ app-benchmarks/spew
24 # Removal in 30 days. Bug #703088. Bug #703084.
25 app-editors/adie
26 dev-util/reswrap
27 -sci-calculators/calculator
28
29 # David Seifert <soap@g.o> (2019-12-08)
30 # Unmaintained, build hangs, tons of other build failures, missing
31
32 diff --git a/sci-calculators/calculator/Manifest b/sci-calculators/calculator/Manifest
33 deleted file mode 100644
34 index d7c4453bf9f..00000000000
35 --- a/sci-calculators/calculator/Manifest
36 +++ /dev/null
37 @@ -1 +0,0 @@
38 -DIST fox-1.7.67.tar.gz 5689421 BLAKE2B 60f2d8e887a41f1e234cd31c1bd2702bcedae0f1b47cb7b9832c317e34a9b517cb603033d28e5ed66c4b97c85deaf3caa8dd40a508eaf715d63772e6ef0020b0 SHA512 a45db7ea9453e2afe0ff61ed6608925e94f9202dc1fbee5e2b88a5a1c16310019cb4611090f8234ad6ebc46a6519a36085683c4553d47bc9c21b8ef0c13ab540
39
40 diff --git a/sci-calculators/calculator/calculator-1.7.67.ebuild b/sci-calculators/calculator/calculator-1.7.67.ebuild
41 deleted file mode 100644
42 index f4b47b59dcc..00000000000
43 --- a/sci-calculators/calculator/calculator-1.7.67.ebuild
44 +++ /dev/null
45 @@ -1,18 +0,0 @@
46 -# Copyright 1999-2016 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=6
50 -
51 -inherit fox
52 -
53 -DESCRIPTION="Scientific calculator based on the FOX Toolkit"
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
58 -IUSE=""
59 -
60 -RDEPEND="~x11-libs/fox-${PV}
61 - x11-libs/libICE
62 - x11-libs/libSM"
63 -DEPEND="${RDEPEND}"
64
65 diff --git a/sci-calculators/calculator/metadata.xml b/sci-calculators/calculator/metadata.xml
66 deleted file mode 100644
67 index e4d38f391be..00000000000
68 --- a/sci-calculators/calculator/metadata.xml
69 +++ /dev/null
70 @@ -1,20 +0,0 @@
71 -<?xml version="1.0" encoding="UTF-8"?>
72 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
73 -<pkgmetadata>
74 - <maintainer type="project">
75 - <email>sci@g.o</email>
76 - <name>Gentoo Science Project</name>
77 - </maintainer>
78 - <longdescription>
79 - The FOX Calculator is a simple desktop calculator geared toward the
80 - programmer for the FOX Toolkit. It supports not only a full
81 - complement scientific functions, but also common operations that
82 - programmers need, such as bitwise operations, bitwise shifting, and
83 - base-2 logarithm and exponents, and numeric conversion between
84 - hexadecimal, octal, binary, and decimal. The FOX Calculator
85 - implements correct operator precedences, so expressions like 2+3*5
86 - yield the correct result, which is 17, and not 25. Also featured is
87 - a constant memory, which permanently stores its value even if you
88 - exit the calculator and restart it later.
89 -</longdescription>
90 -</pkgmetadata>