Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
Date: Sun, 28 Sep 2014 12:36:27
Message-Id: 1411907765.5f07c66e27f20a7f6af38318d2ca0040b56f802e.jlec@gentoo
1 commit: 5f07c66e27f20a7f6af38318d2ca0040b56f802e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 28 12:35:45 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 28 12:36:05 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5f07c66e
7
8 dev-util/smartgit: Enhance description; fix local variable
9
10 Package-Manager: portage-2.2.14_rc1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 ---
14 dev-util/smartgit/ChangeLog | 5 ++---
15 dev-util/smartgit/smartgit-6.0.6.ebuild | 7 +++----
16 2 files changed, 5 insertions(+), 7 deletions(-)
17
18 diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog
19 index a73c2b5..f7a94ad 100644
20 --- a/dev-util/smartgit/ChangeLog
21 +++ b/dev-util/smartgit/ChangeLog
22 @@ -2,9 +2,8 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 - 28 Sep 2014; Justin Lecher <jlec@g.o> -smartgit-1.0.2.ebuild,
27 - +smartgit-6.0.6.ebuild, metadata.xml:
28 - Version BUmp
29 + 28 Sep 2014; Justin Lecher <jlec@g.o> smartgit-6.0.6.ebuild:
30 + Enhance description; fix local variable
31
32 *smartgit-6.0.6 (28 Sep 2014)
33
34
35 diff --git a/dev-util/smartgit/smartgit-6.0.6.ebuild b/dev-util/smartgit/smartgit-6.0.6.ebuild
36 index 46ee947..a5fc486 100644
37 --- a/dev-util/smartgit/smartgit-6.0.6.ebuild
38 +++ b/dev-util/smartgit/smartgit-6.0.6.ebuild
39 @@ -9,7 +9,7 @@ inherit eutils java-utils-2 versionator
40 MY_PV="$(replace_all_version_separators _)"
41 MY_P="${PN}hg-generic-${MY_PV}"
42
43 -DESCRIPTION="SmartGIT"
44 +DESCRIPTION="Git client with support for GitHub Pull Requests+Comments, SVN and Mercurial"
45 HOMEPAGE="http://www.syntevo.com/smartgit"
46 SRC_URI="http://www.syntevo.com/download/${PN}hg/${MY_P}.tar.gz"
47
48 @@ -32,7 +32,7 @@ pkg_nofetch(){
49 }
50
51 src_install() {
52 - local rdir="/opt/${PN}"
53 + local rdir="/opt/${PN}" X
54 insinto ${rdir}
55 doins -r *
56
57 @@ -40,8 +40,7 @@ src_install() {
58
59 java-pkg_dolauncher ${PN} --java_args "-Dsun.io.useCanonCaches=false -Xmx256M -Xverify:none -Dsmartgit.vm-xmx=256m" --jar bootloader.jar
60
61 - for X in 32 64 128
62 - do
63 + for X in 32 64 128; do
64 insinto /usr/share/icons/hicolor/${X}x${X}/apps
65 newins "${S}"/bin/smartgithg-${X}.png ${PN}.png
66 done