Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdf2htmlEX/
Date: Sun, 31 Dec 2017 10:08:39
Message-Id: 1514714897.72ec51bff7d7c055a4b8b4e28a931485053801f1.dilfridge@gentoo
1 commit: 72ec51bff7d7c055a4b8b4e28a931485053801f1
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 10:07:56 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 10:08:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ec51bf
7
8 app-text/pdf2htmlEX: Fix typo in URI, bug 642814
9
10 Closes: https://bugs.gentoo.org/642814
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
17 index 5b00b84e774..78308c249c2 100644
18 --- a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
19 +++ b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
20 @@ -9,7 +9,7 @@ DESCRIPTION="A precise PDF to HTML converter"
21 HOMEPAGE="http://coolwanglu.github.io/pdf2htmlEX/"
22 SRC_URI="
23 https://github.com/coolwanglu/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz
24 - https://dev.gentoo.org/~dilfrigde/distfiles/${P}.tgz
25 + https://dev.gentoo.org/~dilfridge/distfiles/${P}.tgz
26 "
27
28 LICENSE="GPL-3+"