public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hgsvn/
@ 2016-04-03 12:42 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-04-03 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9a44afde9243b5535281135ed42374feca3ffadf
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 12:12:21 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 12:41:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a44afde

dev-vcs/hgsvn: mercurial is needed (#577698 by Toralf Förster)

Package-Manager: portage-2.2.28

 dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild b/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild
index beda807..1b2614d 100644
--- a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild
+++ b/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild
@@ -19,9 +19,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~x86-macos"
 IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-vcs/mercurial
+"
 RDEPEND="${DEPEND}
-	dev-vcs/subversion[${PYTHON_USEDEP}]"
+	dev-vcs/subversion[${PYTHON_USEDEP}]
+"
 
 pkg_setup() {
 	python-single-r1_pkg_setup


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hgsvn/
@ 2019-08-11 11:50 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2019-08-11 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2678ef7077e200c2882e965cb91da60684391b65
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:50:02 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:50:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2678ef70

dev-vcs/hgsvn: [QA] Fix double-prefix

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild b/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild
index abbb8844768..016859b30c3 100644
--- a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild
+++ b/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -37,5 +37,5 @@ python_prepare_all() {
 
 python_install() {
 	distutils-r1_python_install
-	rm -fr "${ED}$(python_get_sitedir)/hgsvn/unittests"
+	rm -rf "${D}/$(python_get_sitedir)/hgsvn/unittests" || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hgsvn/
@ 2020-02-09 19:40 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-02-09 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5e85fc16f81d1d1c25c2d6321fcb6469bfff350b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 19:27:37 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 19:40:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e85fc16

dev-vcs/hgsvn: Add missing unzip dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild b/dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild
index 0bb9f97c487..91a1d656c06 100644
--- a/dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild
+++ b/dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild
@@ -19,6 +19,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~x86-macos"
 IUSE=""
 
 DEPEND="
+	app-arch/unzip
 	dev-vcs/mercurial
 "
 RDEPEND="${DEPEND}


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

end of thread, other threads:[~2020-02-09 19:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-03 12:42 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hgsvn/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2019-08-11 11:50 David Seifert
2020-02-09 19:40 Michał Górny

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