diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-12-22 21:51:18 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-12-22 21:51:18 +0000 |
commit | 8ce24f39be865633457b2f6cc1089877a5ecad8c (patch) | |
tree | 04e2bd705a8b1dc676424b1630cc45527a3f6bf1 /sci-calculators | |
parent | Version bump. (diff) | |
download | gentoo-2-8ce24f39be865633457b2f6cc1089877a5ecad8c.tar.gz gentoo-2-8ce24f39be865633457b2f6cc1089877a5ecad8c.tar.bz2 gentoo-2-8ce24f39be865633457b2f6cc1089877a5ecad8c.zip |
version bump
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/calculator/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/calculator/calculator-1.7.37.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/sci-calculators/calculator/ChangeLog b/sci-calculators/calculator/ChangeLog index 5b8b84f32d0e..06f65333b2a8 100644 --- a/sci-calculators/calculator/ChangeLog +++ b/sci-calculators/calculator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-calculators/calculator # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.34 2012/07/04 18:55:01 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.35 2012/12/22 21:51:18 mabi Exp $ + +*calculator-1.7.37 (22 Dec 2012) + + 22 Dec 2012; Matti Bickel <mabi@gentoo.org> +calculator-1.7.37.ebuild: + version bump *calculator-1.7.33 (04 Jul 2012) diff --git a/sci-calculators/calculator/calculator-1.7.37.ebuild b/sci-calculators/calculator/calculator-1.7.37.ebuild new file mode 100644 index 000000000000..9f4931ebe8f8 --- /dev/null +++ b/sci-calculators/calculator/calculator-1.7.37.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.37.ebuild,v 1.1 2012/12/22 21:51:18 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}" |