aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/smartgit/ChangeLog5
-rw-r--r--dev-util/smartgit/smartgit-6.0.6.ebuild7
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog
index a73c2b5bf..f7a94adb8 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 <jlec@gentoo.org> -smartgit-1.0.2.ebuild,
- +smartgit-6.0.6.ebuild, metadata.xml:
- Version BUmp
+ 28 Sep 2014; Justin Lecher <jlec@gentoo.org> 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 46ee9471c..a5fc486c3 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