kensington 14/12/12 14:30:05 Modified: ChangeLog Added: linguist-5.4.0.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.20 dev-qt/linguist/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 15 Nov 2014 02:34:48 -0000 1.19 +++ ChangeLog 12 Dec 2014 14:30:05 -0000 1.20 @@ -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.19 2014/11/15 02:34:48 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v 1.20 2014/12/12 14:30:05 kensington Exp $ + +*linguist-5.4.0 (12 Dec 2014) + + 12 Dec 2014; Michael Palimaka <[email protected]> +linguist-5.4.0.ebuild: + Version bump. *linguist-4.8.6-r1 (15 Nov 2014) 1.1 dev-qt/linguist/linguist-5.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/linguist-5.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/linguist-5.4.0.ebuild?rev=1.1&content-type=text/plain Index: linguist-5.4.0.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.4.0.ebuild,v 1.1 2014/12/12 14:30:05 kensington Exp $ EAPI=5 QT5_MODULE="qttools" inherit qt5-build DESCRIPTION="Graphical tool for translating Qt applications" if [[ ${QT5_BUILD_TYPE} == live ]]; then KEYWORDS="" else KEYWORDS="~amd64 ~x86" 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 )
