pesa        15/02/24 18:49:20

  Modified:             ChangeLog
  Added:                assistant-5.4.1.ebuild
  Removed:              assistant-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  Changes    Path
1.22                 dev-qt/assistant/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/assistant/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/assistant/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/assistant/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   3 Feb 2015 11:05:54 -0000       1.21
+++ ChangeLog   24 Feb 2015 18:49:20 -0000      1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/assistant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.21 
2015/02/03 11:05:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.22 
2015/02/24 18:49:20 pesa Exp $
+
+*assistant-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento <[email protected]> +assistant-5.4.1.ebuild,
+  -assistant-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers <[email protected]> assistant-5.4.0.ebuild:
   Marked ~hppa too.



1.1                  dev-qt/assistant/assistant-5.4.1.ebuild

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

Index: assistant-5.4.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/assistant-5.4.1.ebuild,v 
1.1 2015/02/24 18:49:19 pesa Exp $

EAPI=5

QT5_MODULE="qttools"

inherit qt5-build

DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
        KEYWORDS="~hppa"
else
        KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE="webkit"

DEPEND="
        >=dev-qt/qtcore-${PV}:5[debug=]
        >=dev-qt/qtgui-${PV}:5[debug=]
        >=dev-qt/qthelp-${PV}:5[debug=]
        >=dev-qt/qtnetwork-${PV}:5[debug=]
        >=dev-qt/qtprintsupport-${PV}:5[debug=]
        >=dev-qt/qtsql-${PV}:5[debug=,sqlite]
        >=dev-qt/qtwidgets-${PV}:5[debug=]
        webkit? ( >=dev-qt/qtwebkit-${PV}:5[debug=] )
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
        src/assistant/assistant
)

src_prepare() {
        qt_use_disable_mod webkit webkitwidgets \
                src/assistant/assistant/assistant.pro

        qt5-build_src_prepare
}




Reply via email to