diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2021-01-05 17:46:06 +0200 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2021-01-05 17:46:50 +0200 |
commit | eecde20fae4808bf870024f9d21b8f8dbcffbe77 (patch) | |
tree | 1bd7e18a4eaf14dd5d941d31cf5d0961be8c6fb0 /sci-calculators | |
parent | media-video/transcode: Remove old (diff) | |
download | gentoo-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.ebuild | 30 |
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" |