diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-01 23:17:36 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-01 23:17:36 +0000 |
commit | 7a01ad0d69787a4a2078d33fb892a49ea84d134e (patch) | |
tree | f74fdeffda66aba2e3b1732d20d7cbd9e257b0e1 /sci-visualization | |
parent | Version bump (diff) | |
download | gentoo-2-7a01ad0d69787a4a2078d33fb892a49ea84d134e.tar.gz gentoo-2-7a01ad0d69787a4a2078d33fb892a49ea84d134e.tar.bz2 gentoo-2-7a01ad0d69787a4a2078d33fb892a49ea84d134e.zip |
Version bump
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/fityk/ChangeLog | 8 | ||||
-rw-r--r-- | sci-visualization/fityk/fityk-0.9.4.ebuild (renamed from sci-visualization/fityk/fityk-0.9.2.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-visualization/fityk/ChangeLog b/sci-visualization/fityk/ChangeLog index e414c78370a7..8039a249f048 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.12 2010/07/20 16:01:18 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.13 2010/12/01 23:17:36 bicatali Exp $ + +*fityk-0.9.4 (01 Dec 2010) + + 01 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> -fityk-0.9.2.ebuild, + +fityk-0.9.4.ebuild: + Version bump *fityk-0.9.3 (20 Jul 2010) diff --git a/sci-visualization/fityk/fityk-0.9.2.ebuild b/sci-visualization/fityk/fityk-0.9.4.ebuild index dd8f0a60cf8b..ad1d33a03c4b 100644 --- a/sci-visualization/fityk/fityk-0.9.2.ebuild +++ b/sci-visualization/fityk/fityk-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-0.9.2.ebuild,v 1.3 2010/05/19 21:00:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-0.9.4.ebuild,v 1.1 2010/12/01 23:17:36 bicatali Exp $ EAPI="3" @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${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 lua? ( dev-lang/lua ) @@ -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() { |