jlec 15/02/21 13:18:03 Modified: ChangeLog Added: qcustomplot-1.3.0.ebuild Log: Version BUmp (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 dev-libs/qcustomplot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/qcustomplot/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 29 Sep 2014 07:17:26 -0000 1.1 +++ ChangeLog 21 Feb 2015 13:18:03 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/qcustomplot -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qcustomplot/ChangeLog,v 1.1 2014/09/29 07:17:26 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qcustomplot/ChangeLog,v 1.2 2015/02/21 13:18:03 jlec Exp $ + +*qcustomplot-1.3.0 (21 Feb 2015) + + 21 Feb 2015; Justin Lecher <[email protected]> +qcustomplot-1.3.0.ebuild: + Version BUmp 29 Sep 2014; Justin Lecher <[email protected]> +qcustomplot-1.2.1.ebuild, +metadata.xml: @@ -14,4 +19,3 @@ 28 Sep 2014; Justin Lecher <[email protected]> +qcustomplot-1.2.1.ebuild, +metadata.xml: New addition, written by me - 1.1 dev-libs/qcustomplot/qcustomplot-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/qcustomplot-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/qcustomplot-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: qcustomplot-1.3.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/qcustomplot/qcustomplot-1.3.0.ebuild,v 1.1 2015/02/21 13:18:03 jlec Exp $ EAPI=5 inherit qmake-utils DESCRIPTION="Qt C++ widget for plotting and data visualization" HOMEPAGE="http://www.qcustomplot.com/" SRC_URI=" http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz http://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz" SLOT="0" LICENSE="GPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="qt4 qt5" REQUIRED_USE="^^ ( qt4 qt5 )" RDEPEND=" qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 ) " DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN}-source src_prepare() { sed \ -e 's:../../::g' \ -e '/CONFIG/s:shared.*:shared:g' \ "${WORKDIR}"/${PN}-sharedlib/sharedlib-compilation/sharedlib-compilation.pro > ${PN}.pro || die } src_configure() { use qt4 && eqmake4 use qt5 && eqmake5 } src_install() { dolib.so lib${PN}* doheader ${PN}.h dodoc changelog.txt }
