diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2016-10-18 20:30:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-10-18 22:02:27 +0200 |
commit | 6f89c09db12a05323edb5d97b8d07b4c206dfa8d (patch) | |
tree | cabfa5b84883830895f3c43f767b7c143450ef26 /sci-calculators/calculator/calculator-1.7.54.ebuild | |
parent | dev-python/funcsigs: fix test issue with pypy3 (diff) | |
download | gentoo-6f89c09db12a05323edb5d97b8d07b4c206dfa8d.tar.gz gentoo-6f89c09db12a05323edb5d97b8d07b4c206dfa8d.tar.bz2 gentoo-6f89c09db12a05323edb5d97b8d07b4c206dfa8d.zip |
sci-calculators/calculator: Version bump to the latest fox version in portage
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2587
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-calculators/calculator/calculator-1.7.54.ebuild')
-rw-r--r-- | sci-calculators/calculator/calculator-1.7.54.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sci-calculators/calculator/calculator-1.7.54.ebuild b/sci-calculators/calculator/calculator-1.7.54.ebuild new file mode 100644 index 000000000000..7d4bae9ef381 --- /dev/null +++ b/sci-calculators/calculator/calculator-1.7.54.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit fox + +DESCRIPTION="Scientific calculator based on the FOX Toolkit" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="~x11-libs/fox-${PV} + x11-libs/libICE + x11-libs/libSM" +DEPEND="${RDEPEND}" |