From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F83E138A1A for ; Mon, 16 Feb 2015 23:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACBB8E099E; Mon, 16 Feb 2015 23:53:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE179E0997 for ; Mon, 16 Feb 2015 23:53:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96E553407C5 for ; Mon, 16 Feb 2015 23:53:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BB2911EA3 for ; Mon, 16 Feb 2015 23:53:18 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1423865413.168f14244361a8dcb702bfd56c6f856f7642c0d8.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/smartgit/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/smartgit/ChangeLog dev-util/smartgit/metadata.xml dev-util/smartgit/smartgit-6.5.6.ebuild X-VCS-Directories: dev-util/smartgit/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 168f14244361a8dcb702bfd56c6f856f7642c0d8 X-VCS-Branch: master Date: Mon, 16 Feb 2015 23:53:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: acb4877b-cbeb-41d3-9933-9947d3f2586b X-Archives-Hash: 47c2b2e28fd1dc7eac78949b43bb0f84 commit: 168f14244361a8dcb702bfd56c6f856f7642c0d8 Author: Luca Molari gmail com> AuthorDate: Fri Feb 13 22:10:13 2015 +0000 Commit: Christoph Junghans gentoo 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) 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 +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 @@ SmartSVN is a powerful GUI SVN client written in Java + + Enable git support through dev-vcs/git + Enable hg support through dev-vcs/mercurial + 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}