patrick 14/04/23 06:59:27 Modified: ChangeLog Added: linguist-5.2.1.ebuild Log: Import qt5 from qt overlay (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.15 dev-qt/linguist/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 26 Jan 2014 16:26:04 -0000 1.14 +++ ChangeLog 23 Apr 2014 06:59:27 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for dev-qt/linguist # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v 1.14 2014/01/26 16:26:04 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v 1.15 2014/04/23 06:59:27 patrick Exp $ + +*linguist-5.2.1 (23 Apr 2014) + + 23 Apr 2014; Patrick Lauer <[email protected]> +linguist-5.2.1.ebuild: + Import qt5 from qt overlay 26 Jan 2014; Davide Pesavento <[email protected]> metadata.xml: Don't mention Nokia anymore. 1.1 dev-qt/linguist/linguist-5.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/linguist-5.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/linguist-5.2.1.ebuild?rev=1.1&content-type=text/plain Index: linguist-5.2.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/linguist-5.2.1.ebuild,v 1.1 2014/04/23 06:59:27 patrick Exp $ EAPI=5 QT5_MODULE="qttools" inherit qt5-build DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" if [[ ${QT5_BUILD_TYPE} == live ]]; then KEYWORDS="" else KEYWORDS="~amd64" fi IUSE="" DEPEND=" >=dev-qt/designer-${PV}:5[debug=] >=dev-qt/qtcore-${PV}:5[debug=] >=dev-qt/qtgui-${PV}:5[debug=] >=dev-qt/qtprintsupport-${PV}:5[debug=] >=dev-qt/qtwidgets-${PV}:5[debug=] >=dev-qt/qtxml-${PV}:5[debug=] " RDEPEND="${DEPEND}" QT5_TARGET_SUBDIRS=( src/linguist/linguist )
