diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-01 22:30:25 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-01 22:30:25 +0000 |
commit | 49633a48084a14785d6399eec5c818edc74c9274 (patch) | |
tree | a9ceada66fcf722bedb49918905044cbaa784d48 | |
parent | Fixes for bug 426818 and bug 427740. Modified init scripts to create /var/ru... (diff) | |
download | gentoo-2-49633a48084a14785d6399eec5c818edc74c9274.tar.gz gentoo-2-49633a48084a14785d6399eec5c818edc74c9274.tar.bz2 gentoo-2-49633a48084a14785d6399eec5c818edc74c9274.zip |
Version bump
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
-rw-r--r-- | sci-visualization/gwyddion/ChangeLog | 9 | ||||
-rw-r--r-- | sci-visualization/gwyddion/gwyddion-2.29.ebuild (renamed from sci-visualization/gwyddion/gwyddion-2.27.ebuild) | 12 |
2 files changed, 12 insertions, 9 deletions
diff --git a/sci-visualization/gwyddion/ChangeLog b/sci-visualization/gwyddion/ChangeLog index 8ddc4a2c7b1f..acb683fbd8c2 100644 --- a/sci-visualization/gwyddion/ChangeLog +++ b/sci-visualization/gwyddion/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-visualization/gwyddion # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.37 2012/06/06 18:51:55 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.38 2012/08/01 22:30:25 bicatali Exp $ + +*gwyddion-2.29 (01 Aug 2012) + + 01 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> +gwyddion-2.29.ebuild, + -gwyddion-2.27.ebuild: + Version bump *gwyddion-2.28 (06 Jun 2012) @@ -175,4 +181,3 @@ +gwyddion-1.12.ebuild: Initial import of ebuild, thanks to Aaron Rubinstein <mrodenstein@web.de> for the original ebuild, closes bug 54327. - diff --git a/sci-visualization/gwyddion/gwyddion-2.27.ebuild b/sci-visualization/gwyddion/gwyddion-2.29.ebuild index caa5e1a90463..67bf5d687185 100644 --- a/sci-visualization/gwyddion/gwyddion-2.27.ebuild +++ b/sci-visualization/gwyddion/gwyddion-2.29.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.27.ebuild,v 1.2 2012/05/04 08:07:00 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.29.ebuild,v 1.1 2012/08/01 22:30:25 bicatali Exp $ EAPI=4 PYTHON_DEPEND="python? 2" +AUTOTOOLS_IN_SOURCE_BUILD=1 inherit eutils fdo-mime gnome2-utils python autotools-utils @@ -14,7 +15,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fftw gnome kde nls opengl perl python ruby sourceview xml X" RDEPEND="media-libs/libpng @@ -45,11 +46,8 @@ src_prepare() { } src_configure() { - myeconfargs+=( - --disable-desktop-file-update + local myeconfargs+=( --disable-rpath - --enable-library-bloat - --enable-plugin-proxy $(use_enable doc gtk-doc) $(use_enable nls) $(use_enable python pygwy) @@ -59,7 +57,7 @@ src_configure() { $(use_with fftw fftw3) $(use_with opengl gl) \ $(use_with sourceview gtksourceview) - $(use_with xml spml) + $(use_with xml libxml2) $(use_with X x) $(use_with kde kde4-thumbnailer) ) |