commit:     73335f5f574fa17df047cc893f0fba9da68af334
Author:     Luca Molari <molari.luca <AT> gmail <DOT> com>
AuthorDate: Fri Feb 13 17:36:58 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Feb 13 17:36:58 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=73335f5f

projects/sci: dev-util/smartgit: Version Bump (6.0.6 -> 6.5.6)

Package-Manager: portage-2.2.14

---
 dev-util/smartgit/ChangeLog                                  |  9 +++++++--
 .../{smartgit-6.0.6.ebuild => smartgit-6.5.6.ebuild}         | 12 ++++++------
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog
index f7a94ad..89a071f 100644
--- a/dev-util/smartgit/ChangeLog
+++ b/dev-util/smartgit/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-util/smartgit
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*smartgit-6.5.6 (13 Feb 2015)
+
+  13 Feb 2015; Luca Molari <[email protected]> +smartgit-6.5.6.ebuild,
+  -smartgit-6.0.6.ebuild:
+  projects/sci: dev-util/smartgit: Version Bump (6.0.6 -> 6.5.6)
+
   28 Sep 2014; Justin Lecher <[email protected]> smartgit-6.0.6.ebuild:
   Enhance description; fix local variable
 
@@ -82,4 +88,3 @@
   28 Aug 2009; Justin Lecher (jlec) <[email protected]>
   +smartgit-0_alpha1_rc3.ebuild, +metadata.xml:
   Adopted from smartsvn ebuild in sunrise
-

diff --git a/dev-util/smartgit/smartgit-6.0.6.ebuild 
b/dev-util/smartgit/smartgit-6.5.6.ebuild
similarity index 73%
rename from dev-util/smartgit/smartgit-6.0.6.ebuild
rename to dev-util/smartgit/smartgit-6.5.6.ebuild
index a5fc486..2afab2d 100644
--- a/dev-util/smartgit/smartgit-6.0.6.ebuild
+++ b/dev-util/smartgit/smartgit-6.5.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -7,11 +7,11 @@ EAPI=5
 inherit eutils java-utils-2 versionator
 
 MY_PV="$(replace_all_version_separators _)"
-MY_P="${PN}hg-generic-${MY_PV}"
+MY_P="${PN}-generic-${MY_PV}"
 
 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";
+SRC_URI="http://www.syntevo.com/download/${PN}/${MY_P}.tar.gz";
 
 SLOT="0"
 LICENSE="smartgit"
@@ -23,7 +23,7 @@ RESTRICT="fetch"
 RDEPEND=">=virtual/jre-1.7:1.7"
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}"/${MY_P/-generic/}
+S="${WORKDIR}"/${PN}
 
 pkg_nofetch(){
        einfo "Please download ${A} from:"
@@ -38,11 +38,11 @@ src_install() {
 
        java-pkg_regjar "${ED}"/${rdir}/lib/*.jar
 
-       java-pkg_dolauncher ${PN} --java_args "-Dsun.io.useCanonCaches=false 
-Xmx256M -Xverify:none -Dsmartgit.vm-xmx=256m" --jar bootloader.jar
+       java-pkg_dolauncher ${PN} --java_args "-Dsun.io.useCanonCaches=false 
-Xmx768m -Xverify:none -XX:+UseG1GC -XX:MaxGCPauseMillis=100 
-XX:InitiatingHeapOccupancyPercent=25" --jar bootloader.jar
 
        for X in 32 64 128; do
                insinto /usr/share/icons/hicolor/${X}x${X}/apps
-               newins "${S}"/bin/smartgithg-${X}.png ${PN}.png
+               newins "${S}"/bin/smartgit-${X}.png ${PN}.png
        done
 
        make_desktop_entry "${PN}" "SmartGIT" ${PN} 
"Development;RevisionControl"

Reply via email to