Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/rcsinfo/
Date: Tue, 02 Aug 2016 09:28:42
Message-Id: 1470130101.b83f85fdd47dbf6f42b42acedaa0105f1e06468e.aballier@gentoo
1 commit: b83f85fdd47dbf6f42b42acedaa0105f1e06468e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 09:28:21 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 09:28:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83f85fd
7
8 dev-tex/rcsinfo: use ctan homepage as old one is 404; bug #545446
9
10 Package-Manager: portage-2.3.0
11
12 dev-tex/rcsinfo/rcsinfo-1.9.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-tex/rcsinfo/rcsinfo-1.9.ebuild b/dev-tex/rcsinfo/rcsinfo-1.9.ebuild
16 index 351069f..a0cb59f 100644
17 --- a/dev-tex/rcsinfo/rcsinfo-1.9.ebuild
18 +++ b/dev-tex/rcsinfo/rcsinfo-1.9.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2004 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -7,7 +7,7 @@ inherit latex-package
26 S="${WORKDIR}/${PN}"
27 LICENSE="LPPL-1.2"
28 DESCRIPTION="A LaTeX module to acces RCS/CVS version info"
29 -HOMEPAGE="http://www.cvsnt.org/manual/rcsinfo.html"
30 +HOMEPAGE="http://www.ctan.org/pkg/rcsinfo"
31 # downloaded from
32 # ftp://ftp.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.tar.gz
33 SRC_URI="mirror://gentoo/${P}.tar.gz"