Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/
Date: Sun, 06 Aug 2017 22:31:08
Message-Id: 1502058660.5f70c25a00390911c7f99c935fe3769747abd74c.monsieurp@gentoo
1 commit: 5f70c25a00390911c7f99c935fe3769747abd74c
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 6 10:47:21 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 22:31:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f70c25a
7
8 www-apps/blohg: fix HOMEPAGE.
9
10 Closes: https://github.com/gentoo/gentoo/pull/5314
11
12 www-apps/blohg/blohg-0.13-r2.ebuild | 2 +-
13 www-apps/blohg/blohg-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-apps/blohg/blohg-0.13-r2.ebuild b/www-apps/blohg/blohg-0.13-r2.ebuild
17 index f75ca8fc1b1..f28eb4067fe 100644
18 --- a/www-apps/blohg/blohg-0.13-r2.ebuild
19 +++ b/www-apps/blohg/blohg-0.13-r2.ebuild
20 @@ -14,7 +14,7 @@ fi
21 inherit distutils-r1 ${GIT_ECLASS}
22
23 DESCRIPTION="A Mercurial (or Git) based blogging engine"
24 -HOMEPAGE="http://blohg.org/ https://pypi.python.org/pypi/blohg"
25 +HOMEPAGE="https://github.com/rafaelmartins/blohg"
26
27 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
28 KEYWORDS="~amd64 ~x86"
29
30 diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild
31 index 5eb61884b79..f27bdfa76f2 100644
32 --- a/www-apps/blohg/blohg-9999.ebuild
33 +++ b/www-apps/blohg/blohg-9999.ebuild
34 @@ -14,7 +14,7 @@ fi
35 inherit distutils-r1 ${GIT_ECLASS}
36
37 DESCRIPTION="A Mercurial (or Git) based blogging engine"
38 -HOMEPAGE="http://blohg.org/ https://pypi.python.org/pypi/blohg"
39 +HOMEPAGE="https://github.com/rafaelmartins/blohg"
40
41 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 KEYWORDS="~amd64 ~x86"