diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-11-26 19:15:41 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2017-11-26 19:15:59 +0100 |
commit | c0987850229bad589756f7a5de0928c2e78001bd (patch) | |
tree | ad233bdfcb979d09d3e591739b76899fecd96fca /app-text/xindy/xindy-2.4-r1.ebuild | |
parent | dev-python/snakeoil: add pypi upstream to metadata (diff) | |
download | gentoo-c0987850229bad589756f7a5de0928c2e78001bd.tar.gz gentoo-c0987850229bad589756f7a5de0928c2e78001bd.tar.bz2 gentoo-c0987850229bad589756f7a5de0928c2e78001bd.zip |
app-text/xindy: Update HOMEPAGE
after mailcontact with upstream on SF.
Package-Manager: Portage-2.3.16, Repoman-2.3.5
Diffstat (limited to 'app-text/xindy/xindy-2.4-r1.ebuild')
-rw-r--r-- | app-text/xindy/xindy-2.4-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/xindy/xindy-2.4-r1.ebuild b/app-text/xindy/xindy-2.4-r1.ebuild index 4575091c5636..890b05bc030c 100644 --- a/app-text/xindy/xindy-2.4-r1.ebuild +++ b/app-text/xindy/xindy-2.4-r1.ebuild @@ -6,9 +6,12 @@ EAPI=6 inherit autotools DESCRIPTION="A Flexible Indexing System" -HOMEPAGE="http://www.xindy.org/" +HOMEPAGE="http://www.xindy.org/ https://github.com/jschrod/xindy.ctan" SRC_URI="http://www.xindy.org/${P}.tar.gz" +# The latest development is now on the TeXlive SVN. +# The author jschrod backports it from time to time to his github repo. + LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" |