From 0fa49ff0417c66a9712b86c8011542f2adda9602 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Mon, 16 Mar 2009 11:50:31 +0000 Subject: Initial commit (Portage version: 2.2_rc25/cvs/Linux x86_64) --- gnustep-apps/fisicalab/ChangeLog | 10 ++++++++++ gnustep-apps/fisicalab/fisicalab-0.1.ebuild | 20 ++++++++++++++++++++ gnustep-apps/fisicalab/metadata.xml | 6 ++++++ 3 files changed, 36 insertions(+) create mode 100644 gnustep-apps/fisicalab/ChangeLog create mode 100644 gnustep-apps/fisicalab/fisicalab-0.1.ebuild create mode 100644 gnustep-apps/fisicalab/metadata.xml (limited to 'gnustep-apps/fisicalab') diff --git a/gnustep-apps/fisicalab/ChangeLog b/gnustep-apps/fisicalab/ChangeLog new file mode 100644 index 000000000000..4fbecf0cde76 --- /dev/null +++ b/gnustep-apps/fisicalab/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for gnustep-apps/fisicalab +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/ChangeLog,v 1.1 2009/03/16 11:50:31 voyageur Exp $ + +*fisicalab-0.1 (16 Mar 2009) + + 16 Mar 2009; Bernard Cafarelli +metadata.xml, + +fisicalab-0.1.ebuild: + Initial commit + diff --git a/gnustep-apps/fisicalab/fisicalab-0.1.ebuild b/gnustep-apps/fisicalab/fisicalab-0.1.ebuild new file mode 100644 index 000000000000..5b5a48577a76 --- /dev/null +++ b/gnustep-apps/fisicalab/fisicalab-0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/fisicalab-0.1.ebuild,v 1.1 2009/03/16 11:50:31 voyageur Exp $ + +inherit gnustep-2 + +DESCRIPTION="educational application to solve physics problems" +HOMEPAGE="http://www.nongnu.org/fisicalab" +SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=sci-libs/gsl-1.10 + >=virtual/gnustep-back-0.16.0" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${PN} diff --git a/gnustep-apps/fisicalab/metadata.xml b/gnustep-apps/fisicalab/metadata.xml new file mode 100644 index 000000000000..ad86afbc7a73 --- /dev/null +++ b/gnustep-apps/fisicalab/metadata.xml @@ -0,0 +1,6 @@ + + + + gnustep + FĂ­sicaLab is an educational application to solve physics problems. Is made with GNUstep and use the GSL libraries (GNU Scientific Library). The problems are setting adding elements from the palette to chalkboard, and writing the data of each element. The elements are objects as Blocks, Pulleys, Mobiles, Forces, ... . Use the SI and English systems, scientific notation and many conversion factors + -- cgit v1.2.3-65-gdbad