commit:     5ab83fbaa430621c99699598a33638b1d54a6daa
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 28 11:30:42 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Sep 28 11:30:42 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5ab83fba

dev-util/smartgit: Version BUmp

Package-Manager: portage-2.2.12

---
 dev-util/smartgit/ChangeLog             | 12 +++++++-
 dev-util/smartgit/metadata.xml          |  2 +-
 dev-util/smartgit/smartgit-1.0.2.ebuild | 46 ------------------------------
 dev-util/smartgit/smartgit-6.0.6.ebuild | 50 +++++++++++++++++++++++++++++++++
 4 files changed, 62 insertions(+), 48 deletions(-)

diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog
index b0b2790..a73c2b5 100644
--- a/dev-util/smartgit/ChangeLog
+++ b/dev-util/smartgit/ChangeLog
@@ -1,7 +1,17 @@
 # ChangeLog for dev-util/smartgit
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# 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
+
+*smartgit-6.0.6 (28 Sep 2014)
+
+  28 Sep 2014; Justin Lecher <[email protected]> -smartgit-1.0.2.ebuild,
+  +smartgit-6.0.6.ebuild, metadata.xml:
+  Version BUmp
+
   25 Oct 2011; Justin Lecher <[email protected]> metadata.xml:
   Removed no-herd from herd tag in metadata.xml
 

diff --git a/dev-util/smartgit/metadata.xml b/dev-util/smartgit/metadata.xml
index f549f09..f7716e5 100644
--- a/dev-util/smartgit/metadata.xml
+++ b/dev-util/smartgit/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <longdescription>SmartSVN is a powerful GUI SVN client written in 
Java</longdescription>
+  <longdescription>SmartSVN is a powerful GUI SVN client written in 
Java</longdescription>
 </pkgmetadata>

diff --git a/dev-util/smartgit/smartgit-1.0.2.ebuild 
b/dev-util/smartgit/smartgit-1.0.2.ebuild
deleted file mode 100644
index 773015b..0000000
--- a/dev-util/smartgit/smartgit-1.0.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils java-utils-2 versionator
-
-MY_PV="$(replace_all_version_separators _)"
-
-DESCRIPTION="SmartGIT"
-HOMEPAGE="http://www.syntevo.com/smartgit";
-SRC_URI="${PN}-generic-${MY_PV}.tar.gz"
-
-SLOT="0"
-LICENSE="smartgit"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="fetch"
-
-RDEPEND="virtual/jre"
-
-S="${WORKDIR}"/smartgit-${MY_PV}
-
-pkg_nofetch(){
-       einfo "Please download ${MY_P}.tar.gz from:"
-       einfo "http://www.syntevo.com/smartgit/early-access.html";
-       einfo "and move/copy to ${DISTDIR}"
-}
-
-src_install() {
-       local rdir="/opt/${PN}"
-       insinto ${rdir}
-       doins -r * || die "cannot install needed files"
-
-       java-pkg_regjar "${D}"/${rdir}/lib/*.jar
-
-       java-pkg_dolauncher ${PN} --java_args "-Xmx256M -Dsmartgit.vm-xmx=256m" 
--jar ${PN}.jar
-
-       for X in 32 64 128
-       do
-               insinto /usr/share/icons/hicolor/${X}x${X}/apps
-               newins "${S}/bin/smartsvn-${X}.png" "${PN}.png" || die "cannot 
install needed files"
-       done
-
-       make_desktop_entry "${PN}" "SmartGIT" ${PN}.png 
"Development;RevisionControl"
-}

diff --git a/dev-util/smartgit/smartgit-6.0.6.ebuild 
b/dev-util/smartgit/smartgit-6.0.6.ebuild
new file mode 100644
index 0000000..46ee947
--- /dev/null
+++ b/dev-util/smartgit/smartgit-6.0.6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils java-utils-2 versionator
+
+MY_PV="$(replace_all_version_separators _)"
+MY_P="${PN}hg-generic-${MY_PV}"
+
+DESCRIPTION="SmartGIT"
+HOMEPAGE="http://www.syntevo.com/smartgit";
+SRC_URI="http://www.syntevo.com/download/${PN}hg/${MY_P}.tar.gz";
+
+SLOT="0"
+LICENSE="smartgit"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT="fetch"
+
+RDEPEND=">=virtual/jre-1.7:1.7"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${MY_P/-generic/}
+
+pkg_nofetch(){
+       einfo "Please download ${A} from:"
+       einfo "http://www.syntevo.com/smartgit/download";
+       einfo "and move/copy to ${DISTDIR}"
+}
+
+src_install() {
+       local rdir="/opt/${PN}"
+       insinto ${rdir}
+       doins -r *
+
+       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
+
+       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
+
+       make_desktop_entry "${PN}" "SmartGIT" ${PN} 
"Development;RevisionControl"
+}

Reply via email to