aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Molari <molari.luca@gmail.com>2015-02-13 23:10:13 +0100
committerLuca Molari <molari.luca@gmail.com>2015-02-13 23:10:13 +0100
commit168f14244361a8dcb702bfd56c6f856f7642c0d8 (patch)
tree14850983bb71bd1fc33f59b346948fcecd831912 /dev-util
parentprojects/sci: dev-util/smartgit: Version Bump (6.0.6 -> 6.5.6) (diff)
downloadsci-168f14244361a8dcb702bfd56c6f856f7642c0d8.tar.gz
sci-168f14244361a8dcb702bfd56c6f856f7642c0d8.tar.bz2
sci-168f14244361a8dcb702bfd56c6f856f7642c0d8.zip
projects/sci: dev-util/smartgit: git mercurial USE flags
Package-Manager: portage-2.2.14
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/smartgit/ChangeLog4
-rw-r--r--dev-util/smartgit/metadata.xml4
-rw-r--r--dev-util/smartgit/smartgit-6.5.6.ebuild10
3 files changed, 15 insertions, 3 deletions
diff --git a/dev-util/smartgit/ChangeLog b/dev-util/smartgit/ChangeLog
index 89a071fe8..d3df9c847 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 f7716e599..c29684a10 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 2afab2d04..9a01969cb 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}