Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/hg-git: hg-git-0.8.0.ebuild ChangeLog
Date: Mon, 02 Feb 2015 10:10:58
Message-Id: 20150202101054.B07A210E2E@oystercatcher.gentoo.org
1 djc 15/02/02 10:10:54
2
3 Modified: ChangeLog
4 Added: hg-git-0.8.0.ebuild
5 Log:
6 Version bump hg-git to 0.8.0
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 30380381)
9
10 Revision Changes Path
11 1.62 dev-vcs/hg-git/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.62&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.62&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?r1=1.61&r2=1.62
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v
20 retrieving revision 1.61
21 retrieving revision 1.62
22 diff -u -r1.61 -r1.62
23 --- ChangeLog 2 Feb 2015 10:07:57 -0000 1.61
24 +++ ChangeLog 2 Feb 2015 10:10:54 -0000 1.62
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-vcs/hg-git
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.61 2015/02/02 10:07:57 djc Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.62 2015/02/02 10:10:54 djc Exp $
30 +
31 +*hg-git-0.8.0 (02 Feb 2015)
32 +
33 + 02 Feb 2015; Dirkjan Ochtman <djc@g.o> +hg-git-0.8.0.ebuild:
34 + Version bump hg-git to 0.8.0
35
36 02 Feb 2015; Dirkjan Ochtman <djc@g.o> -hg-git-0.5.0-r1.ebuild,
37 -hg-git-0.6.0.ebuild, -hg-git-0.6.1.ebuild:
38
39
40
41 1.1 dev-vcs/hg-git/hg-git-0.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hg-git-0.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI="5"
53 PYTHON_COMPAT=( python2_7 )
54
55 inherit distutils-r1
56
57 DESCRIPTION="push to and pull from a Git repository using Mercurial"
58 HOMEPAGE="http://hg-git.github.io https://pypi.python.org/pypi/hg-git"
59 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 IUSE=""
65
66 RDEPEND="
67 >=dev-vcs/mercurial-1.9.3[${PYTHON_USEDEP}]
68 >=dev-python/dulwich-0.9.4[${PYTHON_USEDEP}]
69 "
70 DEPEND="${RDEPEND}
71 dev-python/setuptools[${PYTHON_USEDEP}]
72 "