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 1SSlsb-0001VX-4a for garchives@archives.gentoo.org; Fri, 11 May 2012 09:11:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 217A4E0C20; Fri, 11 May 2012 09:11:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E2B7BE0C20 for ; Fri, 11 May 2012 09:11:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37D101B4026 for ; Fri, 11 May 2012 09:11:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CC0C4E542D for ; Fri, 11 May 2012 09:11:06 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1336727451.c9d4a3bc2c9a5ea7dcc1dedae7c22e973019f8e2.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/ptbatterysystemtray/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild X-VCS-Directories: x11-misc/ptbatterysystemtray/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: c9d4a3bc2c9a5ea7dcc1dedae7c22e973019f8e2 X-VCS-Branch: master Date: Fri, 11 May 2012 09:11:06 +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: 8c396acc-81cf-4ada-933d-dc1b43132b0b X-Archives-Hash: 7d9cbb5683e2b506ea23a9bc9aabe71e commit: c9d4a3bc2c9a5ea7dcc1dedae7c22e973019f8e2 Author: Ben de Groot gmail com> AuthorDate: Fri May 11 09:10:51 2012 +0000 Commit: Ben de Groot gmail com> CommitDate: Fri May 11 09:10:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Dc9d4a3bc x11-misc/ptbatterysystemtray: .pro file now all lowercase --- .../ptbatterysystemtray-9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild= b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild index 9b6f055..1339b5d 100644 --- a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild +++ b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"4" +EAPI=3D4 =20 inherit qt4-r2 git-2 =20 @@ -19,5 +19,5 @@ DEPEND=3D"x11-libs/qt-gui:4" RDEPEND=3D"${DEPEND}" =20 src_configure() { - eqmake4 PtBatterySystemTray.pro INSTALL_PREFIX=3D/usr + eqmake4 ${PN}.pro INSTALL_PREFIX=3D/usr }