diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-12-10 04:42:45 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-12-10 04:42:45 +0000 |
commit | 7edddb2a0835bf36415f8a88204133ab381fa88e (patch) | |
tree | 47977e230833010d0da6e23964786eab900f14bb /dev-vcs | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-7edddb2a0835bf36415f8a88204133ab381fa88e.tar.gz gentoo-2-7edddb2a0835bf36415f8a88204133ab381fa88e.tar.bz2 gentoo-2-7edddb2a0835bf36415f8a88204133ab381fa88e.zip |
Update live ebuild.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index aa1fa0405ba8..165c4804b351 100644 --- a/dev-vcs/tortoisehg/ChangeLog +++ b/dev-vcs/tortoisehg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/tortoisehg # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.6 2011/12/10 04:41:55 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.7 2011/12/10 04:42:45 floppym Exp $ + + 10 Dec 2011; Mike Gilbert <floppym@gentoo.org> tortoisehg-9999.ebuild: + Update live ebuild. *tortoisehg-2.2.1 (10 Dec 2011) diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index da96f87d1771..3ba72ffd0d50 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.2 2011/11/07 20:39:34 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.3 2011/12/10 04:42:45 floppym Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit distutils eutils multilib if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~x86" - SRC_URI="http://bitbucket.org/${PN}/targz/downloads/${P}.tar.gz" + SRC_URI="https://bitbucket.org/${PN}/targz/downloads/${P}.tar.gz" else inherit mercurial EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg" |