pesa        14/11/15 02:34:48

  Modified:             ChangeLog
  Added:                linguist-4.8.6-r1.ebuild
  Log:
  Version bump (bug 510042). Add multilib support (bug 498010).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  Changes    Path
1.19                 dev-qt/linguist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   16 Sep 2014 14:44:01 -0000      1.18
+++ ChangeLog   15 Nov 2014 02:34:48 -0000      1.19
@@ -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.18 2014/09/16 
14:44:01 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v 1.19 2014/11/15 
02:34:48 pesa Exp $
+
+*linguist-4.8.6-r1 (15 Nov 2014)
+
+  15 Nov 2014; Davide Pesavento <[email protected]> +linguist-4.8.6-r1.ebuild:
+  Version bump (bug 510042). Add multilib support (bug 498010).
 
 *linguist-5.3.2 (16 Sep 2014)
 



1.1                  dev-qt/linguist/linguist-4.8.6-r1.ebuild

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

Index: linguist-4.8.6-r1.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-4.8.6-r1.ebuild,v 
1.1 2014/11/15 02:34:48 pesa Exp $

EAPI=5

inherit eutils qt4-build-multilib

DESCRIPTION="Graphical tool for translating Qt applications"

if [[ ${QT4_BUILD_TYPE} == live ]]; then
        KEYWORDS=""
else
        KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi

IUSE=""

DEPEND="
        ~dev-qt/designer-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
        ~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
        ~dev-qt/qtgui-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
"
RDEPEND="${DEPEND}"

QT4_TARGET_DIRECTORIES="tools/linguist/linguist"

multilib_src_configure() {
        local myconf=(
                -system-libpng -system-libjpeg -system-zlib
                -no-sql-mysql -no-sql-psql -no-sql-ibase -no-sql-sqlite 
-no-sql-sqlite2 -no-sql-odbc
                -sm -xshape -xsync -xcursor -xfixes -xrandr -xrender -mitshm 
-xinput -xkb
                -fontconfig -no-svg -no-webkit -no-phonon -no-opengl
        )
        qt4_multilib_src_configure
}

multilib_src_install_all() {
        qt4_multilib_src_install_all

        newicon tools/linguist/linguist/images/icons/linguist-128-32.png 
linguist.png
        make_desktop_entry linguist Linguist linguist 
'Qt;Development;Translation'
}




Reply via email to