Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xindy/
Date: Sun, 26 Nov 2017 18:16:13
Message-Id: 1511720159.c0987850229bad589756f7a5de0928c2e78001bd.jstein@gentoo
1 commit: c0987850229bad589756f7a5de0928c2e78001bd
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 18:15:41 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 18:15:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0987850
7
8 app-text/xindy: Update HOMEPAGE
9
10 after mailcontact with upstream on SF.
11
12 Package-Manager: Portage-2.3.16, Repoman-2.3.5
13
14 app-text/xindy/Manifest | 2 +-
15 app-text/xindy/xindy-2.4-r1.ebuild | 5 ++++-
16 app-text/xindy/xindy-2.4.ebuild | 9 ++++++---
17 3 files changed, 11 insertions(+), 5 deletions(-)
18
19 diff --git a/app-text/xindy/Manifest b/app-text/xindy/Manifest
20 index f1545877158..bb5e218f36c 100644
21 --- a/app-text/xindy/Manifest
22 +++ b/app-text/xindy/Manifest
23 @@ -1 +1 @@
24 -DIST xindy-2.4.tar.gz 498024 SHA256 616f977b014d67814d6ca45149e1452f3b1410176969d32b6ead5bdf6dc55d71 SHA512 d718954c0c9efcf36dcc99518542b45b3fbbb922b98989c56feb542b00944003adb5834656add0aa88b1983f98e1d9d76e5355aaf9e6ad39f3e0dd109a18ade4 WHIRLPOOL 2f361bd5d395f3b5cfb63d7dcdaea6d152e979b173244ed32438108639cee31ef71f53fdfc556549ad38dfc85ccc221360d0bce8f3d8b1f86407bd33cd31a9ca
25 +DIST xindy-2.4.tar.gz 498024 BLAKE2B 67cc7f96e4937e8130c66449226d581f121e7b06a82bde40f3f880e48e48e49805856e39c7670a34080731168ee7386beffe52fa6c3e8142a3d66f4c7ebb8ce3 SHA512 d718954c0c9efcf36dcc99518542b45b3fbbb922b98989c56feb542b00944003adb5834656add0aa88b1983f98e1d9d76e5355aaf9e6ad39f3e0dd109a18ade4
26
27 diff --git a/app-text/xindy/xindy-2.4-r1.ebuild b/app-text/xindy/xindy-2.4-r1.ebuild
28 index 4575091c563..890b05bc030 100644
29 --- a/app-text/xindy/xindy-2.4-r1.ebuild
30 +++ b/app-text/xindy/xindy-2.4-r1.ebuild
31 @@ -6,9 +6,12 @@ EAPI=6
32 inherit autotools
33
34 DESCRIPTION="A Flexible Indexing System"
35 -HOMEPAGE="http://www.xindy.org/"
36 +HOMEPAGE="http://www.xindy.org/ https://github.com/jschrod/xindy.ctan"
37 SRC_URI="http://www.xindy.org/${P}.tar.gz"
38
39 +# The latest development is now on the TeXlive SVN.
40 +# The author jschrod backports it from time to time to his github repo.
41 +
42 LICENSE="GPL-2"
43 SLOT="0"
44 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
45
46 diff --git a/app-text/xindy/xindy-2.4.ebuild b/app-text/xindy/xindy-2.4.ebuild
47 index 70a2f65a96d..0352e0f329a 100644
48 --- a/app-text/xindy/xindy-2.4.ebuild
49 +++ b/app-text/xindy/xindy-2.4.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2016 Gentoo Foundation
52 +# Copyright 1999-2017 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=3
56 @@ -6,8 +6,11 @@ EAPI=3
57 inherit eutils autotools
58
59 DESCRIPTION="A Flexible Indexing System"
60 -HOMEPAGE="http://www.xindy.org/"
61 -SRC_URI="http://www.xindy.org/xindy-2.4.tar.gz"
62 +HOMEPAGE="http://www.xindy.org/ https://github.com/jschrod/xindy.ctan"
63 +SRC_URI="http://www.xindy.org/${P}.tar.gz"
64 +
65 +# The latest development is now on the TeXlive SVN.
66 +# The author jschrod backports it from time to time to his github repo.
67
68 LICENSE="GPL-2"
69 SLOT="0"