diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-03-02 23:27:17 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-03-02 23:27:17 +0000 |
commit | 67fda22d5b26e7cf855cc5db2d1c021d435df9be (patch) | |
tree | 4c39385837f05f4718c6788322f0e3ebf4dc74db /sci-calculators | |
parent | Revbump with upstream patch to fix plugin initialization. (diff) | |
download | gentoo-2-67fda22d5b26e7cf855cc5db2d1c021d435df9be.tar.gz gentoo-2-67fda22d5b26e7cf855cc5db2d1c021d435df9be.tar.bz2 gentoo-2-67fda22d5b26e7cf855cc5db2d1c021d435df9be.zip |
version bump
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/calculator/ChangeLog | 9 | ||||
-rw-r--r-- | sci-calculators/calculator/calculator-1.7.32.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/sci-calculators/calculator/ChangeLog b/sci-calculators/calculator/ChangeLog index 81dcc6a69262..011b73476a6e 100644 --- a/sci-calculators/calculator/ChangeLog +++ b/sci-calculators/calculator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-calculators/calculator -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.32 2011/08/06 21:33:45 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.33 2012/03/02 23:27:17 mabi Exp $ + +*calculator-1.7.32 (02 Mar 2012) + + 02 Mar 2012; Matti Bickel <mabi@gentoo.org> +calculator-1.7.32.ebuild: + version bump *calculator-1.6.43 (06 Aug 2011) diff --git a/sci-calculators/calculator/calculator-1.7.32.ebuild b/sci-calculators/calculator/calculator-1.7.32.ebuild new file mode 100644 index 000000000000..c6cc761b6c3c --- /dev/null +++ b/sci-calculators/calculator/calculator-1.7.32.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.7.32.ebuild,v 1.1 2012/03/02 23:27:17 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}" |