diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-10-05 17:23:56 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-10-05 17:23:56 +0000 |
commit | 29be8e9b62f1ba115f3f8c27f90a1cb1e3182f9e (patch) | |
tree | c15a9788e92e939fbbf848d5f5df1d38cedd2b10 /sci-calculators/calculator | |
parent | version bump (diff) | |
download | gentoo-2-29be8e9b62f1ba115f3f8c27f90a1cb1e3182f9e.tar.gz gentoo-2-29be8e9b62f1ba115f3f8c27f90a1cb1e3182f9e.tar.bz2 gentoo-2-29be8e9b62f1ba115f3f8c27f90a1cb1e3182f9e.zip |
version bump
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'sci-calculators/calculator')
-rw-r--r-- | sci-calculators/calculator/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/calculator/calculator-1.7.42.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/sci-calculators/calculator/ChangeLog b/sci-calculators/calculator/ChangeLog index 25f6a3cda2b9..5c71e50a4768 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.38 2013/09/13 20:35:07 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.39 2013/10/05 17:23:56 mabi Exp $ + +*calculator-1.7.42 (05 Oct 2013) + + 05 Oct 2013; Matti Bickel <mabi@gentoo.org> +calculator-1.7.42.ebuild: + version bump *calculator-1.7.41 (13 Sep 2013) diff --git a/sci-calculators/calculator/calculator-1.7.42.ebuild b/sci-calculators/calculator/calculator-1.7.42.ebuild new file mode 100644 index 000000000000..20afc962c8be --- /dev/null +++ b/sci-calculators/calculator/calculator-1.7.42.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.42.ebuild,v 1.1 2013/10/05 17:23:56 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}" |