summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-11-24 07:33:40 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-11-24 07:36:46 +0100
commita3528bb50a64bb99b4d22ab222a964601c6ebf77 (patch)
treebd9c7ecfaf4d59030d4697ecde1fcf928823dde2 /sci-calculators
parentdev-ruby/ruby-sdl: treeclean (diff)
downloadgentoo-a3528bb50a64bb99b4d22ab222a964601c6ebf77.tar.gz
gentoo-a3528bb50a64bb99b4d22ab222a964601c6ebf77.tar.bz2
gentoo-a3528bb50a64bb99b4d22ab222a964601c6ebf77.zip
sci-calculators/grpn: treeclean
Closes: https://bugs.gentoo.org/741200 Closes: https://bugs.gentoo.org/875686 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/grpn/Manifest1
-rw-r--r--sci-calculators/grpn/grpn-1.4.0.ebuild38
-rw-r--r--sci-calculators/grpn/metadata.xml8
3 files changed, 0 insertions, 47 deletions
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>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
-</pkgmetadata>