Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ebook-tools/
Date: Wed, 12 Sep 2018 05:28:42
Message-Id: 1536730088.adab61593b68b5332984901dfc6ee3f823e5982a.asturm@gentoo
1 commit: adab61593b68b5332984901dfc6ee3f823e5982a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 11 19:10:53 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 05:28:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adab6159
7
8 app-text/ebook-tools: fix HOMEPAGE and save a redirect
9
10 Closes: https://github.com/gentoo/gentoo/pull/9826
11
12 app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
16 index 5c913b002dc..548b754dde9 100644
17 --- a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
18 +++ b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20 inherit cmake-utils
21
22 DESCRIPTION="Tools for accessing and converting various ebook file formats"
23 -HOMEPAGE="https://sourceforge.net/projects/ebook-tools"
24 +HOMEPAGE="https://sourceforge.net/projects/ebook-tools/"
25 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"