commit:     5f07c66e27f20a7f6af38318d2ca0040b56f802e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 28 12:35:45 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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 <[email protected]> -smartgit-1.0.2.ebuild,
-  +smartgit-6.0.6.ebuild, metadata.xml:
-  Version BUmp
+  28 Sep 2014; Justin Lecher <[email protected]> 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

Reply via email to