summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Martins <rafaelmartins@gentoo.org>2013-11-28 05:29:24 +0000
committerRafael Martins <rafaelmartins@gentoo.org>2013-11-28 05:29:24 +0000
commit8cc92aa35df42705fab5e458a1ea02ec2d6a7fe9 (patch)
tree8f9932d4b09aa5f2343e7289bb09d3fc92fcc90f /www-apps/blohg/blohg-9999.ebuild
parentVersion bump. (diff)
downloadgentoo-2-8cc92aa35df42705fab5e458a1ea02ec2d6a7fe9.tar.gz
gentoo-2-8cc92aa35df42705fab5e458a1ea02ec2d6a7fe9.tar.bz2
gentoo-2-8cc92aa35df42705fab5e458a1ea02ec2d6a7fe9.zip
Migrating to Github.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'www-apps/blohg/blohg-9999.ebuild')
-rw-r--r--www-apps/blohg/blohg-9999.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild
index ef63aa6f7d09..a53dbfc7f183 100644
--- a/www-apps/blohg/blohg-9999.ebuild
+++ b/www-apps/blohg/blohg-9999.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/www-apps/blohg/blohg-9999.ebuild,v 1.15 2013/09/02 04:19:23 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-9999.ebuild,v 1.16 2013/11/28 05:29:24 rafaelmartins Exp $
EAPI="3"
@@ -9,13 +9,14 @@ SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
DISTUTILS_SRC_TEST="setup.py"
-HG_ECLASS=""
+GIT_ECLASS=""
if [[ ${PV} = *9999* ]]; then
- HG_ECLASS="mercurial"
- EHG_REPO_URI="http://hg.rafaelmartins.eng.br/blohg/"
+ GIT_ECLASS="git-r3"
+ EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
+ https://github.com/rafaelmartins/blohg"
fi
-inherit distutils ${HG_ECLASS}
+inherit distutils ${GIT_ECLASS}
DESCRIPTION="A Mercurial (or Git) based blogging engine."
HOMEPAGE="http://blohg.org/ http://pypi.python.org/pypi/blohg"