Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/antixls/
Date: Fri, 05 Jan 2018 12:52:39
Message-Id: 1515156744.9ce6e1f3bdb781e1353f9eaa1039471ebf864627.grobian@gentoo
1 commit: 9ce6e1f3bdb781e1353f9eaa1039471ebf864627
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 12:43:24 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 12:52:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce6e1f3
7
8 app-text/antixls: fix homepage/src_uri, bug #626676
9
10 Bug: https://bugs.gentoo.org/626676
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 app-text/antixls/antixls-0.3b.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-text/antixls/antixls-0.3b.ebuild b/app-text/antixls/antixls-0.3b.ebuild
17 index 14a98632b59..a29d5e2b75c 100644
18 --- a/app-text/antixls/antixls-0.3b.ebuild
19 +++ b/app-text/antixls/antixls-0.3b.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 DESCRIPTION="Print out an XLS file with minimal formatting, or extract the data into CSV"
26 -HOMEPAGE="http://www.af0.net/~dan/?antixls"
27 -SRC_URI="http://www.af0.net/~dan/repos/${P}.perl"
28 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
29 +SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.perl"
30 LICENSE="public-domain"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"