pesa 15/06/17 15:19:00 Modified: metadata.xml ChangeLog Added: linguist-5.4.2.ebuild Removed: linguist-5.4.1.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.5 dev-qt/linguist/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 8 Jan 2015 22:31:05 -0000 1.4 +++ metadata.xml 17 Jun 2015 15:19:00 -0000 1.5 @@ -8,6 +8,6 @@ </use> <upstream> <bugs-to>https://bugreports.qt.io/</bugs-to> - <doc>http://qt-project.org/doc/</doc> + <doc>http://doc.qt.io/</doc> </upstream> </pkgmetadata> 1.32 dev-qt/linguist/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 30 May 2015 11:03:36 -0000 1.31 +++ ChangeLog 17 Jun 2015 15:19:00 -0000 1.32 @@ -1,6 +1,12 @@ # ChangeLog for dev-qt/linguist # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v 1.31 2015/05/30 11:03:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v 1.32 2015/06/17 15:19:00 pesa Exp $ + +*linguist-5.4.2 (17 Jun 2015) + + 17 Jun 2015; Davide Pesavento <p...@gentoo.org> +linguist-5.4.2.ebuild, + -linguist-5.4.1.ebuild, metadata.xml: + Version bump. 30 May 2015; Markus Meier <mae...@gentoo.org> linguist-4.8.6-r1.ebuild: arm stable, bug #530238 1.1 dev-qt/linguist/linguist-5.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/linguist-5.4.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/linguist-5.4.2.ebuild?rev=1.1&content-type=text/plain Index: linguist-5.4.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/linguist-5.4.2.ebuild,v 1.1 2015/06/17 15:19:00 pesa Exp $ EAPI=5 QT5_MODULE="qttools" inherit qt5-build DESCRIPTION="Graphical tool for translating Qt applications" if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" fi IUSE="" DEPEND=" >=dev-qt/designer-${PV}:5 >=dev-qt/qtcore-${PV}:5 >=dev-qt/qtgui-${PV}:5 >=dev-qt/qtprintsupport-${PV}:5 >=dev-qt/qtwidgets-${PV}:5 >=dev-qt/qtxml-${PV}:5 " RDEPEND="${DEPEND}" QT5_TARGET_SUBDIRS=( src/linguist/linguist )