diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-12-13 21:08:05 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-12-13 21:08:05 +0000 |
commit | bad420e77ae103f7d7e1037c06b3ee826d318e76 (patch) | |
tree | 8863998a3a3c66f66d12d14ee7c7024e69f7fcdb /sci-calculators | |
parent | running patches :D (diff) | |
download | gentoo-2-bad420e77ae103f7d7e1037c06b3ee826d318e76.tar.gz gentoo-2-bad420e77ae103f7d7e1037c06b3ee826d318e76.tar.bz2 gentoo-2-bad420e77ae103f7d7e1037c06b3ee826d318e76.zip |
version bump
(Portage version: 2.2.7/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.44.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/sci-calculators/calculator/ChangeLog b/sci-calculators/calculator/ChangeLog index 047c4975084f..bc6aee40548b 100644 --- a/sci-calculators/calculator/ChangeLog +++ b/sci-calculators/calculator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-calculators/calculator # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.40 2013/11/13 21:49:31 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.41 2013/12/13 21:08:05 mabi Exp $ + +*calculator-1.7.44 (13 Dec 2013) + + 13 Dec 2013; Matti Bickel <mabi@gentoo.org> +calculator-1.7.44.ebuild: + version bump *calculator-1.7.43 (13 Nov 2013) diff --git a/sci-calculators/calculator/calculator-1.7.44.ebuild b/sci-calculators/calculator/calculator-1.7.44.ebuild new file mode 100644 index 000000000000..c4307bf73a5a --- /dev/null +++ b/sci-calculators/calculator/calculator-1.7.44.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.7.44.ebuild,v 1.1 2013/12/13 21:08:05 mabi Exp $ + +EAPI=4 + +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}" +DEPEND="${RDEPEND}" |