pesa        15/02/24 18:49:57

  Modified:             ChangeLog
  Added:                linguist-5.4.1.ebuild
  Removed:              linguist-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.24                 dev-qt/linguist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   2 Feb 2015 18:57:49 -0000       1.23
+++ ChangeLog   24 Feb 2015 18:49:57 -0000      1.24
@@ -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.23 2015/02/02 
18:57:49 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v 1.24 2015/02/24 
18:49:57 pesa Exp $
+
+*linguist-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento <p...@gentoo.org> +linguist-5.4.1.ebuild,
+  -linguist-5.4.0.ebuild:
+  Version bump.
 
   02 Feb 2015; Mikle Kolyada <zlog...@gentoo.org> linguist-5.4.0.ebuild:
   Add ~arm keyword



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

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

Index: linguist-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/linguist/linguist-5.4.1.ebuild,v 1.1 
2015/02/24 18:49:57 pesa 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 ~arm ~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
)




Reply via email to