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 1RxhUO-0005yD-0Y for garchives@archives.gentoo.org; Wed, 15 Feb 2012 16:13:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED13CE0DC4; Wed, 15 Feb 2012 16:13:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C09BEE0DC4 for ; Wed, 15 Feb 2012 16:13:34 +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 2CE42643ED for ; Wed, 15 Feb 2012 16:13:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DB41DE5400 for ; Wed, 15 Feb 2012 16:13:32 +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: <1329322664.e3f5f1b0efa0a0bd74a3a268b2b6b960655ad2e0.johu@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: www-client/surfer/ X-VCS-Repository: proj/qt X-VCS-Files: www-client/surfer/surfer-1.0.ebuild www-client/surfer/surfer-9999.ebuild X-VCS-Directories: www-client/surfer/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e3f5f1b0efa0a0bd74a3a268b2b6b960655ad2e0 X-VCS-Branch: master Date: Wed, 15 Feb 2012 16:13:32 +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: 1576023f-64bb-4656-bd49-565e47a18efc X-Archives-Hash: 525c94efc5b6781c90b7192ade0dea58 commit: e3f5f1b0efa0a0bd74a3a268b2b6b960655ad2e0 Author: Johannes Huber gentoo org> AuthorDate: Wed Feb 15 16:17:44 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Feb 15 16:17:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3De3f5f1b0 [www-client/surfer] EAPI 4, git-2 eclass. (Portage version: 2.2.0_alpha86/git/Linux i686, unsigned Manifest commit) --- www-client/surfer/surfer-1.0.ebuild | 6 +++--- www-client/surfer/surfer-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www-client/surfer/surfer-1.0.ebuild b/www-client/surfer/surf= er-1.0.ebuild index 607fc5b..5c4b9ca 100644 --- a/www-client/surfer/surfer-1.0.ebuild +++ b/www-client/surfer/surfer-1.0.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 LANGS=3D"pt_BR" LANGSLONG=3D"ru_RU" @@ -35,7 +35,7 @@ src_configure() { } =20 src_install() { - dobin bin/${PN} || die "dobin failed" + dobin bin/${PN} make_desktop_entry ${PN} Surfer applications-internet "Qt;Network;WebBr= owser" #install translations insinto /usr/share/${PN}/translations/ diff --git a/www-client/surfer/surfer-9999.ebuild b/www-client/surfer/sur= fer-9999.ebuild index d15ffbf..c1447a3 100644 --- a/www-client/surfer/surfer-9999.ebuild +++ b/www-client/surfer/surfer-9999.ebuild @@ -1,12 +1,12 @@ -# 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 LANGS=3D"pt_BR" lANGSLONG=3D"ru_RU" -inherit cmake-utils git +inherit cmake-utils git-2 =20 DESCRIPTION=3D"QtWebkit browser focusing on usability" HOMEPAGE=3D"http://qt-apps.org/content/show.php/Surfer?content=3D110535"