From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 780351381F3 for ; Fri, 10 May 2013 18:40:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B887EE0AA0; Fri, 10 May 2013 18:40:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C9FDE0AA0 for ; Fri, 10 May 2013 18:40:14 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3044933DE87 for ; Fri, 10 May 2013 18:40:13 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id E160B2171D; Fri, 10 May 2013 18:40:11 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/q4wine: q4wine-1.0-r3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: q4wine-1.0-r3.ebuild ChangeLog X-VCS-Directories: app-emulation/q4wine X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130510184011.E160B2171D@flycatcher.gentoo.org> Date: Fri, 10 May 2013 18:40:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bc07b1d2-71a3-4705-bd95-e4a745396335 X-Archives-Hash: 1d068126506dca5c47aa969e2b6f5f32 hwoarang 13/05/10 18:40:11 Modified: ChangeLog Added: q4wine-1.0-r3.ebuild Log: Version bump thanks to Alexey Malakhov (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!) Revision Changes Path 1.40 app-emulation/q4wine/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 3 Mar 2013 22:49:29 -0000 1.39 +++ ChangeLog 10 May 2013 18:40:11 -0000 1.40 @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/q4wine # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.39 2013/03/03 22:49:29 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.40 2013/05/10 18:40:11 hwoarang Exp $ + +*q4wine-1.0-r3 (10 May 2013) + + 10 May 2013; Markos Chandras +q4wine-1.0-r3.ebuild: + Version bump thanks to Alexey Malakhov 03 Mar 2013; Markos Chandras -q4wine-0.999_rc7.ebuild, -q4wine-0.999_rc8.ebuild: 1.1 app-emulation/q4wine/q4wine-1.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/q4wine-1.0-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/q4wine-1.0-r3.ebuild?rev=1.1&content-type=text/plain Index: q4wine-1.0-r3.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-1.0-r3.ebuild,v 1.1 2013/05/10 18:40:11 hwoarang Exp $ EAPI="4" LANGS="cs de en es fa he it ru uk pl pt af" inherit cmake-utils DESCRIPTION="Qt4 GUI configuration tool for Wine" HOMEPAGE="http://q4wine.brezblock.org.ua/" SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}%20${PV}/${PF}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug +icoutils +wineappdb -dbus gnome kde" for x in ${LANGS}; do IUSE+=" linguas_${x}" done DEPEND="dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] dev-util/cmake" RDEPEND="dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] app-admin/sudo app-emulation/wine >=sys-apps/which-2.19 icoutils? ( >=media-gfx/icoutils-0.26.0 ) sys-fs/fuseiso kde? ( kde-base/kdesu ) gnome? ( x11-libs/gksu ) dbus? ( dev-qt/qtdbus:4 )" DOCS="README AUTHORS ChangeLog" S="${WORKDIR}/${PF}" src_configure() { mycmakeargs="${mycmakeargs} \ $(cmake-utils_use debug DEBUG) \ $(cmake-utils_use_with icoutils ICOUTILS) \ $(cmake-utils_use_with wineappdb WINEAPPDB) \ $(cmake-utils_use_with dbus DBUS)" cmake-utils_src_configure } src_install() { cmake-utils_src_install for x in ${LANGS}; do if ! has ${x} ${LINGUAS}; then find "${D}" -name "${PN}_${x}*.qm" -exec rm {} \; fi done }