jlec 15/04/12 16:25:37 Modified: fityk-1.2.1.ebuild metadata.xml ChangeLog Added: fityk-1.2.9.ebuild Removed: fityk-1.1.1.ebuild fityk-0.9.8.ebuild Log: Version Bump, fixes https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/85; thanks Marius Brehler for the bump; clean old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.5 sci-visualization/fityk/fityk-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?r1=1.4&r2=1.5 Index: fityk-1.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fityk-1.2.1.ebuild 8 Apr 2015 18:23:57 -0000 1.4 +++ fityk-1.2.1.ebuild 12 Apr 2015 16:25:37 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.4 2015/04/08 18:23:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.5 2015/04/12 16:25:37 jlec Exp $ EAPI=5 @@ -23,10 +23,10 @@ CDEPEND=" >=sci-libs/xylib-1 - >=dev-lang/lua-5.1 + >=dev-lang/lua-5.1:0 nlopt? ( sci-libs/nlopt ) python? ( ${PYTHON_DEPS} ) - readline? ( sys-libs/readline ) + readline? ( sys-libs/readline:0= ) wxwidgets? ( >=x11-libs/wxGTK-2.9.2:2.9 )" DEPEND="${CDEPEND} dev-libs/boost 1.3 sci-visualization/fityk/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 7 Jun 2013 22:48:09 -0000 1.2 +++ metadata.xml 12 Apr 2015 16:25:37 -0000 1.3 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> Fityk is a program for nonlinear fitting of analytical functions (especially peak-shaped) to data. It can also be used to display data or to remove baseline from data. @@ -21,7 +21,7 @@ (eg. zero-shift of instrument), handling series of datasets, automation of common tasks with scripts, and more. </longdescription> -<use> - <flag name="nlopt">Enable optimization with <pkg>sci-libs/nlopt</pkg></flag> -</use> + <use> + <flag name="nlopt">Enable optimization with <pkg>sci-libs/nlopt</pkg></flag> + </use> </pkgmetadata> 1.25 sci-visualization/fityk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 8 Apr 2015 18:23:57 -0000 1.24 +++ ChangeLog 12 Apr 2015 16:25:37 -0000 1.25 @@ -1,6 +1,13 @@ # ChangeLog for sci-visualization/fityk # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.24 2015/04/08 18:23:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.25 2015/04/12 16:25:37 jlec Exp $ + +*fityk-1.2.9 (12 Apr 2015) + + 12 Apr 2015; Justin Lecher <j...@gentoo.org> +fityk-1.2.9.ebuild, + -fityk-0.9.8.ebuild, -fityk-1.1.1.ebuild, fityk-1.2.1.ebuild, metadata.xml: + Version Bump, fixes https://github.com/gentoo/gentoo-portage-rsync- + mirror/pull/85; thanks Marius Brehler for the bump; clean old 08 Apr 2015; Michał Górny <mgo...@gentoo.org> fityk-1.2.1.ebuild: Drop old Python implementations 1.1 sci-visualization/fityk/fityk-1.2.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.9.ebuild?rev=1.1&content-type=text/plain Index: fityk-1.2.9.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.9.ebuild,v 1.1 2015/04/12 16:25:37 jlec Exp $ EAPI=5 WX_GTK_VER="3.0" PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit autotools-utils fdo-mime python-r1 wxwidgets DESCRIPTION="General-purpose nonlinear curve fitting and data analysis" HOMEPAGE="http://fityk.nieto.pl/" SRC_URI="https://github.com/wojdyr/${PN}/releases/download/v${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="gnuplot nlopt readline python static-libs wxwidgets" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" CDEPEND=" >=sci-libs/xylib-1 >=dev-lang/lua-5.1:0 nlopt? ( sci-libs/nlopt ) python? ( ${PYTHON_DEPS} ) readline? ( sys-libs/readline:* ) wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER} )" DEPEND="${CDEPEND} dev-libs/boost dev-lang/swig" RDEPEND="${CDEPEND} gnuplot? ( sci-visualization/gnuplot )" src_prepare() { use python && python_copy_sources autotools-utils_src_prepare } src_configure() { local myeconfargs=( --docdir="${EPREFIX}/usr/share/doc/${PF}" --disable-xyconvert --disable-python $(use_enable nlopt) $(use_enable wxwidgets GUI) $(use_with readline) ) autotools-utils_src_configure if use python; then myeconfargs=( --disable-xyconvert --enable-python --disable-nlopt --disable-GUI --without-readline ) python_foreach_impl autotools-utils_src_configure fi } src_compile() { autotools-utils_src_compile if use python; then python_compilation() { cd "${BUILD_DIR}"/fityk || die einfo "in ${PWD}" emake swig/_fityk.la } python_foreach_impl python_compilation fi } src_install() { autotools-utils_src_install if use python; then python_installation() { cd "${BUILD_DIR}"/fityk || die emake DESTDIR="${D}" install-pyexecLTLIBRARIES rm "${D}"/$(python_get_sitedir)/*.la || die } python_foreach_impl python_installation fi } pkg_postinst() { fdo-mime_desktop_database_update } pkg_postrm() { fdo-mime_desktop_database_update }