commit:     a3528bb50a64bb99b4d22ab222a964601c6ebf77
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 06:33:40 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 06:36:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3528bb5

sci-calculators/grpn: treeclean

Closes: https://bugs.gentoo.org/741200
Closes: https://bugs.gentoo.org/875686
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask                  |  5 -----
 sci-calculators/grpn/Manifest          |  1 -
 sci-calculators/grpn/grpn-1.4.0.ebuild | 38 ----------------------------------
 sci-calculators/grpn/metadata.xml      |  8 -------
 4 files changed, 52 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 4abbc43e7f3b..216767bdbfae 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -428,11 +428,6 @@ sci-misc/gt-itm
 # in 7 years. Removal on 2022-11-23. bug #874486, bug #791604.
 games-fps/qudos
 
-# David Seifert <s...@gentoo.org> (2022-10-23)
-# Dead package, upstream gone, GTK+2, fails to build with Clang 16 and
-# tests fail. Removal on 2022-11-22. Bug #741200, #875686.
-sci-calculators/grpn
-
 # John Helmert III <a...@gentoo.org> (2022-10-16)
 # <OpenSSL-1.1.1 are EOL and contain known vulnerabilities. Users should
 # migrate to a newer branch.

diff --git a/sci-calculators/grpn/Manifest b/sci-calculators/grpn/Manifest
deleted file mode 100644
index 01d087bc0c0b..000000000000
--- a/sci-calculators/grpn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST grpn_1.4.0-1.tar.gz 61430 BLAKE2B 
58cc28a327dd6e3e144155a22e04f4c3027f0f3350efc633e21d46c03c45340d62043dd2c3917b974e07ca8e3a0fe27f4eec81ccb84912acf962dd57dfa6ca91
 SHA512 
f1e6831db2d4d0b4bd37a0b7d44f63563ec778f8820f305d9e57c96d8f93f8d3e48d703ab67d7e2819d41ab6d8188e81a6336eb9831cdf17389bc002dc7af371

diff --git a/sci-calculators/grpn/grpn-1.4.0.ebuild 
b/sci-calculators/grpn/grpn-1.4.0.ebuild
deleted file mode 100644
index b88ba3983156..000000000000
--- a/sci-calculators/grpn/grpn-1.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop toolchain-funcs
-
-DESCRIPTION="A reverse polish notation (RPN) calculator based on GTK+ and 
libmath"
-HOMEPAGE="http://www.getreu.net/";
-SRC_URI="http://www.getreu.net/public/downloads/software/${PN}/${P}/${PN}_${PV}-1.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-       x11-libs/libX11"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-S="${WORKDIR}/src"
-
-src_prepare() {
-       default
-       sed -i -e 's:= -g -O2 -I/usr/X11/include:+=:' Makefile || die
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" DFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-       dobin ${PN}
-       doman ${PN}.1
-
-       newicon icon.png ${PN}.png
-       make_desktop_entry ${PN} "RPN calculator"
-}

diff --git a/sci-calculators/grpn/metadata.xml 
b/sci-calculators/grpn/metadata.xml
deleted file mode 100644
index 9dea14695381..000000000000
--- a/sci-calculators/grpn/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-    <email>s...@gentoo.org</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-</pkgmetadata>

Reply via email to