From: Marc Joliet Date: Tue, 22 Dec 2015 23:43:09 +0000 (+0100) Subject: app-text/asciidoc-9999: switch to new Git repo X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1854ea9dbf03821a8a7f30e2c77a9419ce0d76c9;p=gentoo.git app-text/asciidoc-9999: switch to new Git repo Package-Manager: portage-2.2.24 Signed-off-by: Marc Joliet --- diff --git a/app-text/asciidoc/asciidoc-9999.ebuild b/app-text/asciidoc/asciidoc-9999.ebuild index fe9947628208..7fb2943f136d 100644 --- a/app-text/asciidoc/asciidoc-9999.ebuild +++ b/app-text/asciidoc/asciidoc-9999.ebuild @@ -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