public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
@ 2014-09-28 11:30 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2014-09-28 11:30 UTC (permalink / raw
  To: gentoo-commits

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"
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
@ 2017-11-18 14:25 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2017-11-18 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8585f440e6ddce0ba02b10e43fb6b61ec789fb36
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 14:24:14 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 14:24:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8585f440

dev-util/smartgit: Drop outdated version due to unmet dependency

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-util/smartgit/metadata.xml          |  5 ---
 dev-util/smartgit/smartgit-6.5.6.ebuild | 56 ---------------------------------
 2 files changed, 61 deletions(-)

diff --git a/dev-util/smartgit/metadata.xml b/dev-util/smartgit/metadata.xml
deleted file mode 100644
index f7716e599..000000000
--- a/dev-util/smartgit/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?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>
-</pkgmetadata>

diff --git a/dev-util/smartgit/smartgit-6.5.6.ebuild b/dev-util/smartgit/smartgit-6.5.6.ebuild
deleted file mode 100644
index 81397e265..000000000
--- a/dev-util/smartgit/smartgit-6.5.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils java-utils-2 versionator
-
-MY_PV="$(replace_all_version_separators _)"
-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}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="smartgit"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="fetch"
-
-DEPEND=">=virtual/jre-1.7:1.7"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}
-
-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}" X
-	insinto ${rdir}
-	doins -r *
-
-	java-pkg_register-environment-variable SWT_GTK3 0
-
-	java-pkg_regjar "${ED}"/${rdir}/lib/*.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/smartgit-${X}.png ${PN}.png
-	done
-
-	make_desktop_entry "${PN}" "SmartGIT" ${PN} "Development;RevisionControl"
-}
-
-pkg_postinst() {
-	elog "${PN} relies on external git/hg executables to work."
-	optfeature "Git support" dev-vcs/git
-	optfeature "Mercurial support" dev-vcs/mercurial
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
@ 2015-02-16 23:53 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2015-02-16 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     680ea8b77c427c9896d21e945aed90b7ab0fa3b1
Author:     Luca Molari <molari.luca <AT> gmail <DOT> com>
AuthorDate: Fri Feb 13 22:28:16 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Feb 13 22:28:16 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=680ea8b7

projects/sci: dev-util/smartgit: set SWT_GTK3 env var

Package-Manager: portage-2.2.14

---
 dev-util/smartgit/ChangeLog             | 4 ++++
 dev-util/smartgit/smartgit-6.5.6.ebuild | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog
index d3df9c8..fe25ab2 100644
--- a/dev-util/smartgit/ChangeLog
+++ b/dev-util/smartgit/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Feb 2015; Luca Molari (LMolr) <molari.luca@gmail.com>
+  smartgit-6.5.6.ebuild:
+  projects/sci: dev-util/smartgit: set SWT_GTK3 env var
+
   13 Feb 2015; Luca Molari (LMolr) <molari.luca@gmail.com> metadata.xml,
   smartgit-6.5.6.ebuild:
   projects/sci: dev-util/smartgit: git mercurial USE flags

diff --git a/dev-util/smartgit/smartgit-6.5.6.ebuild b/dev-util/smartgit/smartgit-6.5.6.ebuild
index 9a01969..cabe5af 100644
--- a/dev-util/smartgit/smartgit-6.5.6.ebuild
+++ b/dev-util/smartgit/smartgit-6.5.6.ebuild
@@ -39,6 +39,8 @@ src_install() {
 	local rdir="/opt/${PN}" X
 	insinto ${rdir}
 	doins -r *
+	
+	java-pkg_register-environment-variable SWT_GTK3 0
 
 	java-pkg_regjar "${ED}"/${rdir}/lib/*.jar
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
@ 2015-02-16 23:53 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2015-02-16 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     9d804b0e5d332e455de46e698d25734fb4afb014
Author:     Luca Molari <molari.luca <AT> gmail <DOT> com>
AuthorDate: Sat Feb 14 14:42:28 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 14:42:28 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9d804b0e

projects/sci: dev-util/smartgit: git mercurial optfeatures

Package-Manager: portage-2.2.14

---
 dev-util/smartgit/ChangeLog             |  4 ++++
 dev-util/smartgit/metadata.xml          |  4 ----
 dev-util/smartgit/smartgit-6.5.6.ebuild | 16 +++++++++-------
 3 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog
index fe25ab2..722b9c1 100644
--- a/dev-util/smartgit/ChangeLog
+++ b/dev-util/smartgit/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Feb 2015; Luca Molari <lmolr@gentoo.org> metadata.xml,
+  smartgit-6.5.6.ebuild:
+  projects/sci: dev-util/smartgit: git mercurial optfeatures
+
   13 Feb 2015; Luca Molari (LMolr) <molari.luca@gmail.com>
   smartgit-6.5.6.ebuild:
   projects/sci: dev-util/smartgit: set SWT_GTK3 env var

diff --git a/dev-util/smartgit/metadata.xml b/dev-util/smartgit/metadata.xml
index c29684a..f7716e5 100644
--- a/dev-util/smartgit/metadata.xml
+++ b/dev-util/smartgit/metadata.xml
@@ -2,8 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <longdescription>SmartSVN is a powerful GUI SVN client written in Java</longdescription>
-  <use>
-    <flag name="git">Enable git support through <pkg>dev-vcs/git</pkg></flag>
-    <flag name="mercurial">Enable hg support through <pkg>dev-vcs/mercurial</pkg></flag>
-  </use>
 </pkgmetadata>

diff --git a/dev-util/smartgit/smartgit-6.5.6.ebuild b/dev-util/smartgit/smartgit-6.5.6.ebuild
index cabe5af..459b475 100644
--- a/dev-util/smartgit/smartgit-6.5.6.ebuild
+++ b/dev-util/smartgit/smartgit-6.5.6.ebuild
@@ -16,16 +16,12 @@ SRC_URI="http://www.syntevo.com/download/${PN}/${MY_P}.tar.gz"
 SLOT="0"
 LICENSE="smartgit"
 KEYWORDS="~amd64 ~x86"
-IUSE="git mercurial"
+IUSE=""
 
 RESTRICT="fetch"
 
 DEPEND=">=virtual/jre-1.7:1.7"
-RDEPEND="
-	${DEPEND}
-	git? ( dev-vcs/git )
-	mercurial? ( dev-vcs/mercurial )
-	"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}"/${PN}
 
@@ -39,7 +35,7 @@ src_install() {
 	local rdir="/opt/${PN}" X
 	insinto ${rdir}
 	doins -r *
-	
+
 	java-pkg_register-environment-variable SWT_GTK3 0
 
 	java-pkg_regjar "${ED}"/${rdir}/lib/*.jar
@@ -53,3 +49,9 @@ src_install() {
 
 	make_desktop_entry "${PN}" "SmartGIT" ${PN} "Development;RevisionControl"
 }
+
+pkg_postinst() {
+	elog "${PN} relies on external git/hg executables to work."
+	optfeature "Git support" dev-vcs/git
+	optfeature "Mercurial support" dev-vcs/mercurial
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
@ 2015-02-16 23:53 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2015-02-16 23:53 UTC (permalink / raw
  To: gentoo-commits

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 <molari.luca@gmail.com> +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 <jlec@gentoo.org> smartgit-6.0.6.ebuild:
   Enhance description; fix local variable
 
@@ -82,4 +88,3 @@
   28 Aug 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
   +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"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
@ 2015-02-16 23:53 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2015-02-16 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     168f14244361a8dcb702bfd56c6f856f7642c0d8
Author:     Luca Molari <molari.luca <AT> gmail <DOT> com>
AuthorDate: Fri Feb 13 22:10:13 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Feb 13 22:10:13 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=168f1424

projects/sci: dev-util/smartgit: git mercurial USE flags

Package-Manager: portage-2.2.14

---
 dev-util/smartgit/ChangeLog             |  4 ++++
 dev-util/smartgit/metadata.xml          |  4 ++++
 dev-util/smartgit/smartgit-6.5.6.ebuild | 10 +++++++---
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog
index 89a071f..d3df9c8 100644
--- a/dev-util/smartgit/ChangeLog
+++ b/dev-util/smartgit/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Feb 2015; Luca Molari (LMolr) <molari.luca@gmail.com> metadata.xml,
+  smartgit-6.5.6.ebuild:
+  projects/sci: dev-util/smartgit: git mercurial USE flags
+
 *smartgit-6.5.6 (13 Feb 2015)
 
   13 Feb 2015; Luca Molari <molari.luca@gmail.com> +smartgit-6.5.6.ebuild,

diff --git a/dev-util/smartgit/metadata.xml b/dev-util/smartgit/metadata.xml
index f7716e5..c29684a 100644
--- a/dev-util/smartgit/metadata.xml
+++ b/dev-util/smartgit/metadata.xml
@@ -2,4 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <longdescription>SmartSVN is a powerful GUI SVN client written in Java</longdescription>
+  <use>
+    <flag name="git">Enable git support through <pkg>dev-vcs/git</pkg></flag>
+    <flag name="mercurial">Enable hg support through <pkg>dev-vcs/mercurial</pkg></flag>
+  </use>
 </pkgmetadata>

diff --git a/dev-util/smartgit/smartgit-6.5.6.ebuild b/dev-util/smartgit/smartgit-6.5.6.ebuild
index 2afab2d..9a01969 100644
--- a/dev-util/smartgit/smartgit-6.5.6.ebuild
+++ b/dev-util/smartgit/smartgit-6.5.6.ebuild
@@ -16,12 +16,16 @@ SRC_URI="http://www.syntevo.com/download/${PN}/${MY_P}.tar.gz"
 SLOT="0"
 LICENSE="smartgit"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="git mercurial"
 
 RESTRICT="fetch"
 
-RDEPEND=">=virtual/jre-1.7:1.7"
-DEPEND="${RDEPEND}"
+DEPEND=">=virtual/jre-1.7:1.7"
+RDEPEND="
+	${DEPEND}
+	git? ( dev-vcs/git )
+	mercurial? ( dev-vcs/mercurial )
+	"
 
 S="${WORKDIR}"/${PN}
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
@ 2014-09-28 12:36 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2014-09-28 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5f07c66e27f20a7f6af38318d2ca0040b56f802e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 28 12:35:45 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Sep 28 12:36:05 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5f07c66e

dev-util/smartgit: Enhance description; fix local variable

Package-Manager: portage-2.2.14_rc1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

---
 dev-util/smartgit/ChangeLog             | 5 ++---
 dev-util/smartgit/smartgit-6.0.6.ebuild | 7 +++----
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog
index a73c2b5..f7a94ad 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 46ee947..a5fc486 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


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
@ 2012-05-23 19:56 Kacper Kowalik
  0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik @ 2012-05-23 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     499011998b6b2e50665c805c96e0ab09472161e3
Author:     Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Wed May 23 19:55:43 2012 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Wed May 23 19:55:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49901199

[dev-util/smartgit] add eutils.eclass for make_desktop_entry

---
 dev-util/smartgit/smartgit-1.0.2.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/smartgit/smartgit-1.0.2.ebuild b/dev-util/smartgit/smartgit-1.0.2.ebuild
index 2cf766b..9fea3b1 100644
--- a/dev-util/smartgit/smartgit-1.0.2.ebuild
+++ b/dev-util/smartgit/smartgit-1.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-inherit java-utils-2 versionator
+inherit eutils java-utils-2 versionator
 
 MY_PV="$(replace_all_version_separators _)"
 



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
@ 2011-10-25 17:16 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4942899a7ba0e9d51aecec01e7d75806de091e49
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 17:14:59 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 17:14:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4942899a

Removed no-herd from herd tag in metadata.xml

(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 dev-util/smartgit/ChangeLog    |    3 +++
 dev-util/smartgit/metadata.xml |    3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog
index 9a64eb8..b0b2790 100644
--- a/dev-util/smartgit/ChangeLog
+++ b/dev-util/smartgit/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Removed no-herd from herd tag in metadata.xml
+
   25 Jun 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Fixed herd entry in metadata.xml
 

diff --git a/dev-util/smartgit/metadata.xml b/dev-util/smartgit/metadata.xml
index bb9c2dc..f549f09 100644
--- a/dev-util/smartgit/metadata.xml
+++ b/dev-util/smartgit/metadata.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>no-herd</herd>
-  <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>



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/
@ 2011-06-25 17:21 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3392efd7bd814e8a7876b50d79ba1c4f8d2da84e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 07:42:43 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 07:42:43 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3392efd7

Fixed herd entry in metadata.xml

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 dev-util/smartgit/ChangeLog    |    5 ++++-
 dev-util/smartgit/metadata.xml |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog
index 46567e0..9a64eb8 100644
--- a/dev-util/smartgit/ChangeLog
+++ b/dev-util/smartgit/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-util/smartgit
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Fixed herd entry in metadata.xml
+
 *smartgit-1.0.2 (10 Jan 2010)
 
   10 Jan 2010; Justin Lecher (jlec) <jlec@j-schmitz.net>

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



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-11-18 14:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-28 11:30 [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2017-11-18 14:25 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox