From 3c111b2360ec7aa2a83db61b720b20d892295b60 Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Sat, 21 Mar 2009 09:38:52 +0000 Subject: now REALLY use slot deps (Portage version: 2.1.6.9/cvs/Linux ppc) --- sci-calculators/calculator/ChangeLog | 7 ++++++- sci-calculators/calculator/calculator-1.6.36.ebuild | 16 ++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 sci-calculators/calculator/calculator-1.6.36.ebuild (limited to 'sci-calculators') 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 +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" -- cgit v1.2.3-65-gdbad