summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Joliet <marcec@gmx.de>2015-12-23 00:43:09 +0100
committerMichał Górny <mgorny@gentoo.org>2016-12-12 17:27:23 +0100
commit1854ea9dbf03821a8a7f30e2c77a9419ce0d76c9 (patch)
tree0c4c4b20292e944f31eb8d9ab62a425ecc310517 /app-text/asciidoc/asciidoc-9999.ebuild
parentapp-text/asciidoc: rework to not need "cd tests" (diff)
downloadgentoo-1854ea9dbf03821a8a7f30e2c77a9419ce0d76c9.tar.gz
gentoo-1854ea9dbf03821a8a7f30e2c77a9419ce0d76c9.tar.bz2
gentoo-1854ea9dbf03821a8a7f30e2c77a9419ce0d76c9.zip
app-text/asciidoc-9999: switch to new Git repo
Package-Manager: portage-2.2.24 Signed-off-by: Marc Joliet <marcec@gmx.de>
Diffstat (limited to 'app-text/asciidoc/asciidoc-9999.ebuild')
-rw-r--r--app-text/asciidoc/asciidoc-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
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