From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RtjLI-0003lh-5Z for garchives@archives.gentoo.org; Sat, 04 Feb 2012 17:24:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 947B5E06C8; Sat, 4 Feb 2012 17:23:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5E0CEE06C8 for ; Sat, 4 Feb 2012 17:23:56 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9BFF1B4009 for ; Sat, 4 Feb 2012 17:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CEDB980042 for ; Sat, 4 Feb 2012 17:23:54 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <4bbd7b56dd7b4ec5d26bd8c90db3938af5e6d2e6.johu@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-themes/quantumstyle/ X-VCS-Repository: proj/qt X-VCS-Files: x11-themes/quantumstyle/quantumstyle-0_rc3.ebuild X-VCS-Directories: x11-themes/quantumstyle/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 4bbd7b56dd7b4ec5d26bd8c90db3938af5e6d2e6 Date: Sat, 4 Feb 2012 17:23:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d7ce95d4-71d9-4467-8de8-72f9966a3835 X-Archives-Hash: 2e10472dc5ba16eeac9cad8721bb927f commit: 4bbd7b56dd7b4ec5d26bd8c90db3938af5e6d2e6 Author: Johannes Huber gentoo org> AuthorDate: Sat Feb 4 17:27:08 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Feb 4 17:27:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D4bbd7b56 [x11-themes/quantumstyle] EAPI 4 (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit) --- x11-themes/quantumstyle/quantumstyle-0_rc3.ebuild | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-themes/quantumstyle/quantumstyle-0_rc3.ebuild b/x11-them= es/quantumstyle/quantumstyle-0_rc3.ebuild index db0410f..7101847 100644 --- a/x11-themes/quantumstyle/quantumstyle-0_rc3.ebuild +++ b/x11-themes/quantumstyle/quantumstyle-0_rc3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"2" +EAPI=3D4 =20 inherit multilib qt4-edge =20 @@ -27,7 +27,7 @@ S=3D"${WORKDIR}/${MY_PN}" =20 src_install() { insinto /usr/$(get_libdir)/qt4/plugins/styles - doins style/libquantumstyle.so || die - dodoc themeconfig/default.qsconfig style/ReadMe || die - dobin themebuilder/qsthemebuilder || die + doins style/libquantumstyle.so + dodoc themeconfig/default.qsconfig style/ReadMe + dobin themebuilder/qsthemebuilder }