diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-01-04 08:23:56 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-01-04 08:23:56 +0000 |
commit | 2deec9ff890e31e699246c67e5bcbdd49f5e3ca0 (patch) | |
tree | 48132b8a6c4ebfff6b5f394c2e55c402f6ac1417 /dev-vcs | |
parent | Remove old (diff) | |
download | gentoo-2-2deec9ff890e31e699246c67e5bcbdd49f5e3ca0.tar.gz gentoo-2-2deec9ff890e31e699246c67e5bcbdd49f5e3ca0.tar.bz2 gentoo-2-2deec9ff890e31e699246c67e5bcbdd49f5e3ca0.zip |
Use official upstream tarball
(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/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild | 12 |
2 files changed, 6 insertions, 11 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index 1532c99f566f..850260afe88b 100644 --- a/dev-vcs/tortoisehg/ChangeLog +++ b/dev-vcs/tortoisehg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/tortoisehg # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.29 2013/01/04 08:23:56 polynomial-c Exp $ + + 04 Jan 2013; Lars Wendler <polynomial-c@gentoo.org> tortoisehg-2.6.2.ebuild: + Use official upstream tarball. *tortoisehg-2.6.2 (03 Jan 2013) diff --git a/dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild index 18bde4a64193..538eab8ecc89 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.1 2013/01/03 14:49:50 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild,v 1.2 2013/01/04 08:23:56 polynomial-c Exp $ EAPI=4 @@ -10,17 +10,9 @@ 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/${MY_P}.tar.gz" - SRC_URI="http://dev.gentoo.org/~polynomial-c/${P}.tar.gz" + SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz" HG_DEPEND=">=dev-vcs/mercurial-2.3 <dev-vcs/mercurial-2.5" else inherit mercurial |