Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/slatex/
Date: Sat, 02 Dec 2017 12:52:45
Message-Id: 1512219082.3c820cc6aa10e67de85e107d2508ca85feb52319.soap@gentoo
1 commit: 3c820cc6aa10e67de85e107d2508ca85feb52319
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 12:51:22 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 12:51:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c820cc6
7
8 dev-tex/slatex: [QA] Fix DESCRIPTION.toolong
9
10 dev-tex/slatex/slatex-20090928.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-tex/slatex/slatex-20090928.ebuild b/dev-tex/slatex/slatex-20090928.ebuild
14 index b6ffd8b818d..476a4ab04f5 100644
15 --- a/dev-tex/slatex/slatex-20090928.ebuild
16 +++ b/dev-tex/slatex/slatex-20090928.ebuild
17 @@ -6,7 +6,7 @@ EAPI="3"
18 # for updating the texmf database, id est latex-package_rehash
19 inherit latex-package
20
21 -DESCRIPTION="SLaTeX is a Scheme program that allows you to write Scheme code in your (La)TeX source"
22 +DESCRIPTION="SLaTeX is a Scheme program allowing you to write Scheme in your (La)TeX source"
23 HOMEPAGE="http://www.ccs.neu.edu/home/dorai/slatex/slatxdoc.html"
24 SRC_URI="http://evalwhen.com/slatex/slatex.tar.bz2 -> ${P}.tar.bz2"