diff options
author | Matti Bickel <mabi@gentoo.org> | 2014-11-11 21:13:18 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2014-11-11 21:13:18 +0000 |
commit | e7f0b15039df57be5eea231ae23c624d2d170dac (patch) | |
tree | a2aaffc3f45a13fdd1ddaa3dddbfa766d68b89a7 /sci-calculators | |
parent | version bump in lockstep with fox (diff) | |
download | gentoo-2-e7f0b15039df57be5eea231ae23c624d2d170dac.tar.gz gentoo-2-e7f0b15039df57be5eea231ae23c624d2d170dac.tar.bz2 gentoo-2-e7f0b15039df57be5eea231ae23c624d2d170dac.zip |
version bump in lockstep with fox
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/calculator/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/calculator/calculator-1.7.49.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/sci-calculators/calculator/ChangeLog b/sci-calculators/calculator/ChangeLog index 7f1eec7a8e20..a11f2c56c22d 100644 --- a/sci-calculators/calculator/ChangeLog +++ b/sci-calculators/calculator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-calculators/calculator # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.44 2014/11/11 12:28:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.45 2014/11/11 21:13:18 mabi Exp $ + +*calculator-1.7.49 (11 Nov 2014) + + 11 Nov 2014; Matti Bickel <mabi@gentoo.org> +calculator-1.7.49.ebuild: + version bump in lockstep with fox 11 Nov 2014; Jeroen Roovers <jer@gentoo.org> calculator-1.6.43.ebuild: Stable for HPPA (bug #518162). diff --git a/sci-calculators/calculator/calculator-1.7.49.ebuild b/sci-calculators/calculator/calculator-1.7.49.ebuild new file mode 100644 index 000000000000..2e938a67f969 --- /dev/null +++ b/sci-calculators/calculator/calculator-1.7.49.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.7.49.ebuild,v 1.1 2014/11/11 21:13:18 mabi Exp $ + +EAPI="5" + +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}" |