Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/ppower4/
Date: Sun, 22 Oct 2017 20:02:29
Message-Id: 1508702540.2c2064bf02da9d13fd6343ace347477c48934191.jstein@gentoo
1 commit: 2c2064bf02da9d13fd6343ace347477c48934191
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 22 20:01:17 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 20:02:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2064bf
7
8 dev-tex/ppower4: Shorten DESCRIPTION, new HOMEPAGE
9
10 The old DESCRIPTION was too long.
11 Fixed URL of the HOMEPAGE too.
12
13 Package-Manager: Portage-2.3.12, Repoman-2.3.3
14
15 dev-tex/ppower4/ppower4-0.9.6.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-tex/ppower4/ppower4-0.9.6.ebuild b/dev-tex/ppower4/ppower4-0.9.6.ebuild
19 index 4f42ccd175c..f15e945445d 100644
20 --- a/dev-tex/ppower4/ppower4-0.9.6.ebuild
21 +++ b/dev-tex/ppower4/ppower4-0.9.6.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 inherit latex-package eutils
28
29 -DESCRIPTION="Post-process presentations in PDF format which were prepared using (La)TeX to add dynamic effects"
30 +DESCRIPTION="The Java tool PPower4 adds effects to slides using LaTeX"
31
32 # Taken from:
33 #SRC_URI="http://www.tex.ac.uk/tex-archive/support/ppower4/pp4sty.zip
34 @@ -12,7 +12,7 @@ DESCRIPTION="Post-process presentations in PDF format which were prepared using
35 # http://www.tex.ac.uk/tex-archive/support/ppower4/manual.pdf"
36 SRC_URI="mirror://gentoo/${P}.tar.gz"
37
38 -HOMEPAGE="http://www.tex.ac.uk/tex-archive/support/ppower4/index.html"
39 +HOMEPAGE="http://tug.ctan.org/support/ppower4/index.html"
40
41 SLOT="0"
42 LICENSE="GPL-2"