app-text/asciidoc-9999: switch to new Git repo
authorMarc Joliet <marcec@gmx.de>
Tue, 22 Dec 2015 23:43:09 +0000 (00:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 12 Dec 2016 16:27:23 +0000 (17:27 +0100)
Package-Manager: portage-2.2.24
Signed-off-by: Marc Joliet <marcec@gmx.de>
app-text/asciidoc/asciidoc-9999.ebuild

index fe99476282085e60875541a491e8744e9ac0de2c..7fb2943f136d037c8dffc11d7aaf87dce864e647 100644 (file)
@@ -6,13 +6,13 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 pypy )
 
-[ "$PV" == "9999" ] && inherit mercurial autotools
+[ "$PV" == "9999" ] && inherit git-r3 autotools
 inherit readme.gentoo python-single-r1
 
 DESCRIPTION="AsciiDoc is a plain text human readable/writable document format"
 HOMEPAGE="http://www.methods.co.nz/asciidoc/"
 if [ "$PV" == "9999" ]; then
-       EHG_REPO_URI="https://asciidoc.googlecode.com/hg/"
+       EGIT_REPO_URI="https://github.com/asciidoc/asciidoc.git"
        SRC_URI=""
        KEYWORDS=""
 else