From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E2811395E2 for ; Tue, 13 Dec 2016 01:42:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F30F521C2B6; Mon, 12 Dec 2016 16:27:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B66CD21C2B6 for ; Mon, 12 Dec 2016 16:27:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1B4C3412BC for ; Mon, 12 Dec 2016 16:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D72F2476 for ; Mon, 12 Dec 2016 16:27:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1481560043.1854ea9dbf03821a8a7f30e2c77a9419ce0d76c9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/asciidoc/asciidoc-9999.ebuild X-VCS-Directories: app-text/asciidoc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1854ea9dbf03821a8a7f30e2c77a9419ce0d76c9 X-VCS-Branch: master Date: Mon, 12 Dec 2016 16:27:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6c14581a-e882-4760-afd0-d3108a5b920b X-Archives-Hash: e25f1e5d75d0a358d09ca38d8d83f169 commit: 1854ea9dbf03821a8a7f30e2c77a9419ce0d76c9 Author: Marc Joliet gmx de> AuthorDate: Tue Dec 22 23:43:09 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 12 16:27:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1854ea9d app-text/asciidoc-9999: switch to new Git repo Package-Manager: portage-2.2.24 Signed-off-by: Marc Joliet gmx.de> app-text/asciidoc/asciidoc-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/asciidoc/asciidoc-9999.ebuild b/app-text/asciidoc/asciidoc-9999.ebuild index fe99476..7fb2943 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