public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
Date: Sun, 28 Sep 2014 11:30:56 +0000 (UTC)	[thread overview]
Message-ID: <1411903842.5ab83fbaa430621c99699598a33638b1d54a6daa.jlec@gentoo> (raw)

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 <jlec@gentoo.org> -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 <jlec@gentoo.org> -smartgit-1.0.2.ebuild,
+  +smartgit-6.0.6.ebuild, metadata.xml:
+  Version BUmp
+
   25 Oct 2011; Justin Lecher <jlec@gentoo.org> 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	other threads:[~2014-09-28 11:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-28 11:30 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-18 14:25 [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/ Justin Lecher
2015-02-16 23:53 Christoph Junghans
2015-02-16 23:53 Christoph Junghans
2015-02-16 23:53 Christoph Junghans
2015-02-16 23:53 Christoph Junghans
2014-09-28 12:36 Justin Lecher
2012-05-23 19:56 Kacper Kowalik
2011-10-25 17:16 Justin Lecher
2011-06-25 17:21 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1411903842.5ab83fbaa430621c99699598a33638b1d54a6daa.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox