jlec 15/02/05 08:42:00 Modified: ChangeLog Added: quickplot-0.10.8.ebuild Log: sci-visualization/quickplot: Version Bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.23 sci-visualization/quickplot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 4 Feb 2015 20:37:37 -0000 1.22 +++ ChangeLog 5 Feb 2015 08:42:00 -0000 1.23 @@ -1,6 +1,11 @@ # ChangeLog for sci-visualization/quickplot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.22 2015/02/04 20:37:37 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.23 2015/02/05 08:42:00 jlec Exp $ + +*quickplot-0.10.8 (05 Feb 2015) + + 05 Feb 2015; Justin Lecher <[email protected]> +quickplot-0.10.8.ebuild: + Version Bump 04 Feb 2015; Manuel RĂ¼ger <[email protected]> -files/quickplot-0.8.13-gcc43.patch, 1.1 sci-visualization/quickplot/quickplot-0.10.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.10.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.10.8.ebuild?rev=1.1&content-type=text/plain Index: quickplot-0.10.8.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.10.8.ebuild,v 1.1 2015/02/05 08:42:00 jlec Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true inherit autotools-utils eutils DESCRIPTION="A fast interactive 2D plotter" HOMEPAGE="http://quickplot.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" LICENSE="GPL-3" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND=" media-libs/libsndfile >=sys-libs/readline-0.6.2 x11-libs/gtk+:3" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { sed '/libquickplot_la_LIBADD/s:$: -lm:g' -i Makefile.am || die autotools-utils_src_prepare } src_configure() { local myeconfargs=( --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" ) autotools-utils_src_configure } src_install () { autotools-utils_src_install make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics mv "${ED}"/usr/share/applications/quickplot*.desktop \ "${ED}"/usr/share/applications/quickplot.desktop || die }
