Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/
Date: Sun, 28 Jun 2020 20:51:30
Message-Id: 1593377474.28e0dce6dfdebac068d266b53b6a4eea4b269815.bman@gentoo
1 commit: 28e0dce6dfdebac068d266b53b6a4eea4b269815
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 28 15:35:59 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 20:51:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e0dce6
7
8 app-text/asciidoc: use HTTPS
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16473
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 app-text/asciidoc/asciidoc-8.6.10_p20181016-r1.ebuild | 2 +-
16 app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-text/asciidoc/asciidoc-8.6.10_p20181016-r1.ebuild b/app-text/asciidoc/asciidoc-8.6.10_p20181016-r1.ebuild
20 index 8d8cc443b8d..df890701933 100644
21 --- a/app-text/asciidoc/asciidoc-8.6.10_p20181016-r1.ebuild
22 +++ b/app-text/asciidoc/asciidoc-8.6.10_p20181016-r1.ebuild
23 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7} pypy3 )
24 inherit autotools python-single-r1 readme.gentoo-r1
25
26 DESCRIPTION="A plain text human readable/writable document format"
27 -HOMEPAGE="http://asciidoc.org/ https://github.com/asciidoc/asciidoc-py3/"
28 +HOMEPAGE="https://asciidoc.org/ https://github.com/asciidoc/asciidoc-py3/"
29 MY_COMMIT="618f6e6f6b558ed1e5f2588cd60a5a6b4f881ca0"
30 SRC_URI="https://github.com/${PN}/${PN}-py3/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
31 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
32
33 diff --git a/app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild b/app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild
34 index c32f51787ff..a9c28a00349 100644
35 --- a/app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild
36 +++ b/app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild
37 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
38 inherit autotools eutils python-single-r1 readme.gentoo-r1
39
40 DESCRIPTION="A plain text human readable/writable document format"
41 -HOMEPAGE="http://asciidoc.org/ https://github.com/asciidoc/asciidoc-py3/"
42 +HOMEPAGE="https://asciidoc.org/ https://github.com/asciidoc/asciidoc-py3/"
43 SRC_URI="https://github.com/${PN}/${PN}-py3/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
44
45 LICENSE="GPL-2"