pesa        15/06/16 00:31:29

  Modified:             ChangeLog
  Added:                qcustomplot-1.3.1.ebuild
  Log:
  Version bump. Use only one flag (qt5) to choose between qt4 and qt5, as 
suggested by the Qt herd policies to avoid a user-hostile REQUIRED_USE 
constraint.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  Changes    Path
1.4                  dev-libs/qcustomplot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/qcustomplot/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   7 Apr 2015 14:12:25 -0000       1.3
+++ ChangeLog   16 Jun 2015 00:31:29 -0000      1.4
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/qcustomplot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qcustomplot/ChangeLog,v 1.3 
2015/04/07 14:12:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qcustomplot/ChangeLog,v 1.4 
2015/06/16 00:31:29 pesa Exp $
+
+*qcustomplot-1.3.1 (16 Jun 2015)
+
+  16 Jun 2015; Davide Pesavento <[email protected]> +qcustomplot-1.3.1.ebuild:
+  Version bump. Use only one flag (qt5) to choose between qt4 and qt5, as
+  suggested by the Qt herd policies to avoid a user-hostile REQUIRED_USE
+  constraint.
 
 *qcustomplot-1.3.0 (21 Feb 2015)
 



1.1                  dev-libs/qcustomplot/qcustomplot-1.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/qcustomplot-1.3.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/qcustomplot-1.3.1.ebuild?rev=1.1&content-type=text/plain

Index: qcustomplot-1.3.1.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.1.ebuild,v 1.1 
2015/06/16 00:31:29 pesa 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="qt5"

RDEPEND="
        !qt5? (
                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 qt5 && eqmake5 || eqmake4
}

src_install() {
        dolib.so lib${PN}*
        doheader ${PN}.h
        dodoc changelog.txt
}




Reply via email to