diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2011-06-28 15:40:38 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2011-06-28 15:40:38 +0000 |
commit | 00c5abf6489e5c3f3f21a4f4cefcf33f15c6209d (patch) | |
tree | db10edacfefa683f5fead45e33b4232a336989b6 /gnustep-apps/fisicalab | |
parent | set TEXMFCNF so that texmf.cnf is found by kpathsea, bump to eapi3 (diff) | |
download | historical-00c5abf6489e5c3f3f21a4f4cefcf33f15c6209d.tar.gz historical-00c5abf6489e5c3f3f21a4f4cefcf33f15c6209d.tar.bz2 historical-00c5abf6489e5c3f3f21a4f4cefcf33f15c6209d.zip |
Version bump
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'gnustep-apps/fisicalab')
-rw-r--r-- | gnustep-apps/fisicalab/ChangeLog | 9 | ||||
-rw-r--r-- | gnustep-apps/fisicalab/fisicalab-0.2.1.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/gnustep-apps/fisicalab/ChangeLog b/gnustep-apps/fisicalab/ChangeLog index 9f5319fdfdaa..002421b455ac 100644 --- a/gnustep-apps/fisicalab/ChangeLog +++ b/gnustep-apps/fisicalab/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnustep-apps/fisicalab -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/ChangeLog,v 1.3 2010/07/13 14:31:52 voyageur Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/ChangeLog,v 1.4 2011/06/28 15:35:43 voyageur Exp $ + +*fisicalab-0.2.1 (28 Jun 2011) + + 28 Jun 2011; Bernard Cafarelli <voyageur@gentoo.org> +fisicalab-0.2.1.ebuild: + Version bump *fisicalab-0.2 (13 Jul 2010) diff --git a/gnustep-apps/fisicalab/fisicalab-0.2.1.ebuild b/gnustep-apps/fisicalab/fisicalab-0.2.1.ebuild new file mode 100644 index 000000000000..5f6d1bc642b1 --- /dev/null +++ b/gnustep-apps/fisicalab/fisicalab-0.2.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/fisicalab-0.2.1.ebuild,v 1.1 2011/06/28 15:35:43 voyageur Exp $ + +EAPI=3 +inherit gnustep-2 + +MY_P=FisicaLab-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="educational application to solve physics problems" +HOMEPAGE="http://www.nongnu.org/fisicalab" +SRC_URI="mirror://nongnu/${PN}/${MY_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}" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.1-as-needed.patch +} |