mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-calculators/grpn: treeclean
Closes: https://bugs.gentoo.org/741200 Closes: https://bugs.gentoo.org/875686 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -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 <soap@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 <ajak@gentoo.org> (2022-10-16)
|
||||
# <OpenSSL-1.1.1 are EOL and contain known vulnerabilities. Users should
|
||||
# migrate to a newer branch.
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
DIST grpn_1.4.0-1.tar.gz 61430 BLAKE2B 58cc28a327dd6e3e144155a22e04f4c3027f0f3350efc633e21d46c03c45340d62043dd2c3917b974e07ca8e3a0fe27f4eec81ccb84912acf962dd57dfa6ca91 SHA512 f1e6831db2d4d0b4bd37a0b7d44f63563ec778f8820f305d9e57c96d8f93f8d3e48d703ab67d7e2819d41ab6d8188e81a6336eb9831cdf17389bc002dc7af371
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user