summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2013-12-16 20:30:06 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2013-12-16 20:30:06 +0000
commit94f536e92afaffc38a3d2ca547afc760b7e48aa8 (patch)
treec11863c26c1642408ee312fb83e619e23acd1bad /gnustep-apps
parentNew upstream snapshot, wrt bug #492608: epatch_user, simplify ebuild cause fi... (diff)
downloadgentoo-2-94f536e92afaffc38a3d2ca547afc760b7e48aa8.tar.gz
gentoo-2-94f536e92afaffc38a3d2ca547afc760b7e48aa8.tar.bz2
gentoo-2-94f536e92afaffc38a3d2ca547afc760b7e48aa8.zip
Version bump, bugfix release
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/fisicalab/ChangeLog7
-rw-r--r--gnustep-apps/fisicalab/fisicalab-0.3.3.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/gnustep-apps/fisicalab/ChangeLog b/gnustep-apps/fisicalab/ChangeLog
index d4a283a6b724..97df15243b9f 100644
--- a/gnustep-apps/fisicalab/ChangeLog
+++ b/gnustep-apps/fisicalab/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnustep-apps/fisicalab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/ChangeLog,v 1.7 2013/03/13 19:49:42 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/ChangeLog,v 1.8 2013/12/16 20:30:06 voyageur Exp $
+
+*fisicalab-0.3.3 (16 Dec 2013)
+
+ 16 Dec 2013; Bernard Cafarelli <voyageur@gentoo.org> +fisicalab-0.3.3.ebuild:
+ Version bump, bugfix release
*fisicalab-0.3.2 (13 Mar 2013)
diff --git a/gnustep-apps/fisicalab/fisicalab-0.3.3.ebuild b/gnustep-apps/fisicalab/fisicalab-0.3.3.ebuild
new file mode 100644
index 000000000000..5963c077defa
--- /dev/null
+++ b/gnustep-apps/fisicalab/fisicalab-0.3.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/fisicalab-0.3.3.ebuild,v 1.1 2013/12/16 20:30:06 voyageur Exp $
+
+EAPI=5
+inherit gnustep-2
+
+DESCRIPTION="educational application to solve physics problems"
+HOMEPAGE="http://www.nongnu.org/fisicalab"
+SRC_URI="mirror://nongnu/${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}"