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 97A1413838B for ; Sun, 28 Sep 2014 12:36:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1364E0878; Sun, 28 Sep 2014 12:36:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C909E0878 for ; Sun, 28 Sep 2014 12:36:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A28D340273 for ; Sun, 28 Sep 2014 12:36:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EB5C6607 for ; Sun, 28 Sep 2014 12:36:24 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1411907765.5f07c66e27f20a7f6af38318d2ca0040b56f802e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/smartgit/ChangeLog dev-util/smartgit/smartgit-6.0.6.ebuild X-VCS-Directories: dev-util/smartgit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5f07c66e27f20a7f6af38318d2ca0040b56f802e X-VCS-Branch: master Date: Sun, 28 Sep 2014 12:36:24 +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: a20c5b3c-8d70-4924-808b-f00bf6db272a X-Archives-Hash: 42724737f37982056a0584511ad0493e commit: 5f07c66e27f20a7f6af38318d2ca0040b56f802e Author: Justin Lecher gentoo org> AuthorDate: Sun Sep 28 12:35:45 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Sep 28 12:36:05 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5f07c66e dev-util/smartgit: Enhance description; fix local variable Package-Manager: portage-2.2.14_rc1 Signed-off-by: Justin Lecher gentoo.org> --- dev-util/smartgit/ChangeLog | 5 ++--- dev-util/smartgit/smartgit-6.0.6.ebuild | 7 +++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog index a73c2b5..f7a94ad 100644 --- a/dev-util/smartgit/ChangeLog +++ b/dev-util/smartgit/ChangeLog @@ -2,9 +2,8 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ - 28 Sep 2014; Justin Lecher -smartgit-1.0.2.ebuild, - +smartgit-6.0.6.ebuild, metadata.xml: - Version BUmp + 28 Sep 2014; Justin Lecher smartgit-6.0.6.ebuild: + Enhance description; fix local variable *smartgit-6.0.6 (28 Sep 2014) diff --git a/dev-util/smartgit/smartgit-6.0.6.ebuild b/dev-util/smartgit/smartgit-6.0.6.ebuild index 46ee947..a5fc486 100644 --- a/dev-util/smartgit/smartgit-6.0.6.ebuild +++ b/dev-util/smartgit/smartgit-6.0.6.ebuild @@ -9,7 +9,7 @@ inherit eutils java-utils-2 versionator MY_PV="$(replace_all_version_separators _)" MY_P="${PN}hg-generic-${MY_PV}" -DESCRIPTION="SmartGIT" +DESCRIPTION="Git client with support for GitHub Pull Requests+Comments, SVN and Mercurial" HOMEPAGE="http://www.syntevo.com/smartgit" SRC_URI="http://www.syntevo.com/download/${PN}hg/${MY_P}.tar.gz" @@ -32,7 +32,7 @@ pkg_nofetch(){ } src_install() { - local rdir="/opt/${PN}" + local rdir="/opt/${PN}" X insinto ${rdir} doins -r * @@ -40,8 +40,7 @@ src_install() { java-pkg_dolauncher ${PN} --java_args "-Dsun.io.useCanonCaches=false -Xmx256M -Xverify:none -Dsmartgit.vm-xmx=256m" --jar bootloader.jar - for X in 32 64 128 - do + for X in 32 64 128; do insinto /usr/share/icons/hicolor/${X}x${X}/apps newins "${S}"/bin/smartgithg-${X}.png ${PN}.png done