summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2013-01-03 14:49:50 +0000
committerLars Wendler <polynomial-c@gentoo.org>2013-01-03 14:49:50 +0000
commit30c226af0ff995b846a0f9db2834c678dd0642c3 (patch)
tree0b63d53873c9fcb491fce954737eee0bb8c13c2f /dev-vcs
parentDo not install man path. Do install README and idle script. (diff)
downloadgentoo-2-30c226af0ff995b846a0f9db2834c678dd0642c3.tar.gz
gentoo-2-30c226af0ff995b846a0f9db2834c678dd0642c3.tar.bz2
gentoo-2-30c226af0ff995b846a0f9db2834c678dd0642c3.zip
Version bump. Removed old
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/tortoisehg/ChangeLog10
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild (renamed from dev-vcs/tortoisehg/tortoisehg-2.6.ebuild)14
2 files changed, 19 insertions, 5 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog
index 426fe2ded27b..1532c99f566f 100644
--- a/dev-vcs/tortoisehg/ChangeLog
+++ b/dev-vcs/tortoisehg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-vcs/tortoisehg
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.27 2012/12/20 13:36:53 polynomial-c Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.28 2013/01/03 14:49:50 polynomial-c Exp $
+
+*tortoisehg-2.6.2 (03 Jan 2013)
+
+ 03 Jan 2013; Lars Wendler <polynomial-c@gentoo.org> -tortoisehg-2.6.ebuild,
+ +tortoisehg-2.6.2.ebuild:
+ Version bump. Removed old.
*tortoisehg-2.6.1 (20 Dec 2012)
diff --git a/dev-vcs/tortoisehg/tortoisehg-2.6.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild
index 7e17893c1fae..18bde4a64193 100644
--- a/dev-vcs/tortoisehg/tortoisehg-2.6.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.6.ebuild,v 1.2 2012/11/24 22:37:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild,v 1.1 2013/01/03 14:49:50 polynomial-c Exp $
EAPI=4
@@ -10,9 +10,17 @@ RESTRICT_PYTHON_ABIS="2.4 3.* *-pypy-*"
inherit distutils eutils
+# At the time I added this ebuild the 2.6.2 source tarball was not available
+# at the usual upstream download space although the release was already
+# announced. So I created the tarball through the following steps:
+# hg clone https://bitbucket.org/tortoisehg/thg
+# hg checkout 2.6.2
+# cd thg && python setup.py sdist && ls -l dist/
+
if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~x86"
- SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz"
+ #SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${MY_P}.tar.gz"
+ SRC_URI="http://dev.gentoo.org/~polynomial-c/${P}.tar.gz"
HG_DEPEND=">=dev-vcs/mercurial-2.3 <dev-vcs/mercurial-2.5"
else
inherit mercurial