summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2021-01-05 17:46:06 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2021-01-05 17:46:50 +0200
commiteecde20fae4808bf870024f9d21b8f8dbcffbe77 (patch)
tree1bd7e18a4eaf14dd5d941d31cf5d0961be8c6fb0 /sci-calculators
parentmedia-video/transcode: Remove old (diff)
downloadgentoo-eecde20fae4808bf870024f9d21b8f8dbcffbe77.tar.gz
gentoo-eecde20fae4808bf870024f9d21b8f8dbcffbe77.tar.bz2
gentoo-eecde20fae4808bf870024f9d21b8f8dbcffbe77.zip
sci-calculators/galculator: Remove old
Bug: https://bugs.gentoo.org/707170 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/galculator/galculator-2.1.4.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sci-calculators/galculator/galculator-2.1.4.ebuild b/sci-calculators/galculator/galculator-2.1.4.ebuild
deleted file mode 100644
index fda5caa1ce92..000000000000
--- a/sci-calculators/galculator/galculator-2.1.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG=no
-
-inherit gnome2
-
-DESCRIPTION="GTK+ based algebraic and RPN calculator"
-HOMEPAGE="http://galculator.mnim.org/"
-SRC_URI="http://galculator.mnim.org/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="
- dev-libs/glib:2
- x11-libs/gtk+:3
- x11-libs/pango
-"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/flex
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS doc/shortcuts"