summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-12-04 07:54:28 +0000
committerFabian Groffen <grobian@gentoo.org>2012-12-04 07:54:28 +0000
commitd9760919be558fb3af95329049161f8dac0f1417 (patch)
tree12e31b519b0bacad93c3287ac61537dcc26cebcf /dev-vcs
parentVersion bump. Run tests. (diff)
downloadgentoo-2-d9760919be558fb3af95329049161f8dac0f1417.tar.gz
gentoo-2-d9760919be558fb3af95329049161f8dac0f1417.tar.bz2
gentoo-2-d9760919be558fb3af95329049161f8dac0f1417.zip
Fix shebang of hg-ssh, since it only works with Python 2.x, bug #445842
(Portage version: 2.2.01.21418-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/mercurial/ChangeLog6
-rw-r--r--dev-vcs/mercurial/mercurial-2.4-r1.ebuild3
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog
index 452dd0d393f6..220a85412492 100644
--- a/dev-vcs/mercurial/ChangeLog
+++ b/dev-vcs/mercurial/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/mercurial
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.88 2012/11/24 22:42:49 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.89 2012/12/04 07:54:28 grobian Exp $
+
+ 04 Dec 2012; Fabian Groffen <grobian@gentoo.org> mercurial-2.4-r1.ebuild:
+ Fix shebang of hg-ssh, since it only works with Python 2.x, bug #445842
*mercurial-2.4-r1 (24 Nov 2012)
@@ -899,4 +902,3 @@
24 Jun 2005; Aron Griffis <agriffis@gentoo.org> +mercurial-0.5b.ebuild:
First pass ebuild for mercurial
-
diff --git a/dev-vcs/mercurial/mercurial-2.4-r1.ebuild b/dev-vcs/mercurial/mercurial-2.4-r1.ebuild
index c707f47ee784..60faa27449dc 100644
--- a/dev-vcs/mercurial/mercurial-2.4-r1.ebuild
+++ b/dev-vcs/mercurial/mercurial-2.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.4-r1.ebuild,v 1.1 2012/11/24 22:42:49 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.4-r1.ebuild,v 1.2 2012/12/04 07:54:28 grobian Exp $
EAPI=3
PYTHON_DEPEND="2"
@@ -59,6 +59,7 @@ src_compile() {
src_install() {
distutils_src_install
+ python_convert_shebangs 2 contrib/hg-ssh
newbashcomp contrib/bash_completion ${PN} || die