djc         14/11/16 10:38:22

  Modified:             ChangeLog
  Added:                hg-git-0.7.0.ebuild
  Log:
  Version bump hg-git to 0.7.0
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  Changes    Path
1.58                 dev-vcs/hg-git/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   18 Aug 2014 20:10:22 -0000      1.57
+++ ChangeLog   16 Nov 2014 10:38:22 -0000      1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/hg-git
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.57 2014/08/18 
20:10:22 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.58 2014/11/16 
10:38:22 djc Exp $
+
+*hg-git-0.7.0 (16 Nov 2014)
+
+  16 Nov 2014; Dirkjan Ochtman <[email protected]> +hg-git-0.7.0.ebuild:
+  Version bump hg-git to 0.7.0
 
   18 Aug 2014; Dirkjan Ochtman <[email protected]> -hg-git-0.4.0.ebuild:
   Remove old version



1.1                  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: hg-git-0.7.0.ebuild
===================================================================
# Copyright 1999-2014 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.1 
2014/11/16 10:38:22 djc 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