diff options
author | Matti Bickel <mabi@gentoo.org> | 2009-03-21 09:38:52 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2009-03-21 09:38:52 +0000 |
commit | 3c111b2360ec7aa2a83db61b720b20d892295b60 (patch) | |
tree | 65743cad56d6892f77bb1e3d2f50065a6d5a6f73 /sci-calculators | |
parent | Version bump (diff) | |
download | gentoo-2-3c111b2360ec7aa2a83db61b720b20d892295b60.tar.gz gentoo-2-3c111b2360ec7aa2a83db61b720b20d892295b60.tar.bz2 gentoo-2-3c111b2360ec7aa2a83db61b720b20d892295b60.zip |
now REALLY use slot deps
(Portage version: 2.1.6.9/cvs/Linux ppc)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/calculator/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/calculator/calculator-1.6.36.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/sci-calculators/calculator/ChangeLog b/sci-calculators/calculator/ChangeLog index e2c3c3e86d68..c75c42fc003a 100644 --- a/sci-calculators/calculator/ChangeLog +++ b/sci-calculators/calculator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-calculators/calculator # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.22 2009/03/01 12:19:05 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.23 2009/03/21 09:38:52 mabi Exp $ + +*calculator-1.6.36 (21 Mar 2009) + + 21 Mar 2009; Matti Bickel <mabi@gentoo.org> +calculator-1.6.36.ebuild: + now REALLY use slot deps *calculator-1.6.35 (01 Mar 2009) diff --git a/sci-calculators/calculator/calculator-1.6.36.ebuild b/sci-calculators/calculator/calculator-1.6.36.ebuild new file mode 100644 index 000000000000..ae9b3f246c44 --- /dev/null +++ b/sci-calculators/calculator/calculator-1.6.36.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.6.36.ebuild,v 1.1 2009/03/21 09:38:52 mabi Exp $ + +EAPI="1" + +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:1.6" |