diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-01-26 17:44:59 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-01-26 17:44:59 +0000 |
commit | 4189b41c0f6f6501b1c0734337996782f37f4fd3 (patch) | |
tree | 0e4f80f585dd98ada911c5aa9cb56db52806ca3f /sci-visualization | |
parent | old (diff) | |
download | gentoo-2-4189b41c0f6f6501b1c0734337996782f37f4fd3.tar.gz gentoo-2-4189b41c0f6f6501b1c0734337996782f37f4fd3.tar.bz2 gentoo-2-4189b41c0f6f6501b1c0734337996782f37f4fd3.zip |
Version bump
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/fityk/ChangeLog | 10 | ||||
-rw-r--r-- | sci-visualization/fityk/fityk-0.9.6.ebuild (renamed from sci-visualization/fityk/fityk-0.9.3.ebuild) | 15 |
2 files changed, 16 insertions, 9 deletions
diff --git a/sci-visualization/fityk/ChangeLog b/sci-visualization/fityk/ChangeLog index 8039a249f048..d67ff363a21e 100644 --- a/sci-visualization/fityk/ChangeLog +++ b/sci-visualization/fityk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-visualization/fityk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.13 2010/12/01 23:17:36 bicatali Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.14 2011/01/26 17:44:59 bicatali Exp $ + +*fityk-0.9.6 (26 Jan 2011) + + 26 Jan 2011; Sébastien Fabbro <bicatali@gentoo.org> -fityk-0.9.3.ebuild, + +fityk-0.9.6.ebuild: + Version bump *fityk-0.9.4 (01 Dec 2010) diff --git a/sci-visualization/fityk/fityk-0.9.3.ebuild b/sci-visualization/fityk/fityk-0.9.6.ebuild index b0abf7119e42..c86b52360a6c 100644 --- a/sci-visualization/fityk/fityk-0.9.3.ebuild +++ b/sci-visualization/fityk/fityk-0.9.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-0.9.3.ebuild,v 1.1 2010/07/20 16:01:18 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-0.9.6.ebuild,v 1.1 2011/01/26 17:44:59 bicatali Exp $ EAPI="3" @@ -12,15 +12,15 @@ SUPPORT_PYTHON_ABIS="1" inherit python wxwidgets DESCRIPTION="General-purpose nonlinear curve fitting and data analysis" -HOMEPAGE="http://www.unipress.waw.pl/fityk/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +HOMEPAGE="http://fityk.nieto.pl/" +SRC_URI="http://cloud.github.com/downloads/wojdyr/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc examples gnuplot lua readline python wxwidgets" +IUSE="doc examples gnuplot lua readline python static-libs wxwidgets" -CDEPEND=">=sci-libs/xylib-0.6 +CDEPEND=">=sci-libs/xylib-0.8 lua? ( dev-lang/lua ) readline? ( sys-libs/readline ) wxwidgets? ( x11-libs/wxGTK:2.8 )" @@ -52,6 +52,7 @@ src_configure() { --disable-xyconvert \ $(use_enable lua) \ $(use_enable python) \ + $(use_enable static-libs static) \ $(use_enable wxwidgets GUI) \ $(use_with doc) \ $(use_with examples samples) \ @@ -89,7 +90,7 @@ src_install() { python_execute_function -s --source-dir swig installation python_clean_installation_image fi - dodoc NEWS README TODO || die + dodoc NEWS README TODO } pkg_postinst() { |