grobian     15/06/02 16:59:13

  Modified:             hg-git-0.8.0.ebuild hg-git-0.7.0.ebuild ChangeLog
  Added:                hg-git-0.8.1.ebuild
  Log:
  Version bump which works with >=mercurial-3.3.3, thanks Nico R in bug #549434
  
  (Portage version: 2.2.14-prefix/cvs/Darwin i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.2                  dev-vcs/hg-git/hg-git-0.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.0.ebuild?r1=1.1&r2=1.2

Index: hg-git-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hg-git-0.8.0.ebuild 2 Feb 2015 10:10:54 -0000       1.1
+++ hg-git-0.8.0.ebuild 2 Jun 2015 16:59:12 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.0.ebuild,v 1.1 
2015/02/02 10:10:54 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.0.ebuild,v 1.2 
2015/06/02 16:59:12 grobian Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -18,6 +18,7 @@
 
 RDEPEND="
        >=dev-vcs/mercurial-1.9.3[${PYTHON_USEDEP}]
+       <dev-vcs/mercurial-3.3.3[${PYTHON_USEDEP}]
        >=dev-python/dulwich-0.9.4[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}



1.4                  dev-vcs/hg-git/hg-git-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.7.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.7.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.7.0.ebuild?r1=1.3&r2=1.4

Index: hg-git-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.7.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hg-git-0.7.0.ebuild 26 Jan 2015 09:44:46 -0000      1.3
+++ hg-git-0.7.0.ebuild 2 Jun 2015 16:59:12 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.7.0.ebuild,v 1.3 
2015/01/26 09:44:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.7.0.ebuild,v 1.4 
2015/06/02 16:59:12 grobian Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -18,6 +18,7 @@
 
 RDEPEND="
        >=dev-vcs/mercurial-1.9.3[${PYTHON_USEDEP}]
+       <dev-vcs/mercurial-3.3.3[${PYTHON_USEDEP}]
        >=dev-python/dulwich-0.9.4[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}



1.63                 dev-vcs/hg-git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.63&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.63&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   2 Feb 2015 10:10:54 -0000       1.62
+++ ChangeLog   2 Jun 2015 16:59:12 -0000       1.63
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/hg-git
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.62 2015/02/02 
10:10:54 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.63 2015/06/02 
16:59:12 grobian Exp $
+
+*hg-git-0.8.1 (02 Jun 2015)
+
+  02 Jun 2015; Fabian Groffen <grob...@gentoo.org> +hg-git-0.8.1.ebuild,
+  hg-git-0.7.0.ebuild, hg-git-0.8.0.ebuild:
+  Version bump which works with >=mercurial-3.3.3, thanks Nico R in bug #549434
 
 *hg-git-0.8.0 (02 Feb 2015)
 



1.1                  dev-vcs/hg-git/hg-git-0.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.1.ebuild?rev=1.1&content-type=text/plain

Index: hg-git-0.8.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.1.ebuild,v 1.1 
2015/06/02 16:59:12 grobian Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="push to and pull from a Git repository using Mercurial"
HOMEPAGE="http://hg-git.github.io https://pypi.python.org/pypi/hg-git";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

RDEPEND="
        >=dev-vcs/mercurial-1.9.3[${PYTHON_USEDEP}]
        >=dev-python/dulwich-0.9.4[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
"




Reply via email to