Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/minted/
Date: Thu, 03 Dec 2015 10:11:29
Message-Id: 1449133864.b826be74f6e2e4a73c4a96e9d1a7fd1357c4f59d.amadio@gentoo
1 commit: b826be74f6e2e4a73c4a96e9d1a7fd1357c4f59d
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 07:50:49 2015 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 09:11:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b826be74
7
8 dev-tex/minted: Shorten package description
9
10 Package-Manager: portage-2.2.26
11
12 dev-tex/minted/minted-1.7.ebuild | 4 ++--
13 dev-tex/minted/minted-2.0.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-tex/minted/minted-1.7.ebuild b/dev-tex/minted/minted-1.7.ebuild
17 index 7a9530b..0331cba 100644
18 --- a/dev-tex/minted/minted-1.7.ebuild
19 +++ b/dev-tex/minted/minted-1.7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -6,7 +6,7 @@ EAPI=5
27
28 inherit latex-package
29
30 -DESCRIPTION="LaTeX package that facilitates expressive syntax highlighting in using the powerful Pygments library"
31 +DESCRIPTION="LaTeX package for source code syntax highlighting"
32 HOMEPAGE="https://code.google.com/p/minted/"
33 SRC_URI="https://minted.googlecode.com/files/${PN}-v${PV}.zip"
34
35
36 diff --git a/dev-tex/minted/minted-2.0.ebuild b/dev-tex/minted/minted-2.0.ebuild
37 index 092029f..07ed452 100644
38 --- a/dev-tex/minted/minted-2.0.ebuild
39 +++ b/dev-tex/minted/minted-2.0.ebuild
40 @@ -6,7 +6,7 @@ EAPI=5
41
42 inherit latex-package
43
44 -DESCRIPTION="LaTeX package that facilitates expressive syntax highlighting in using the powerful Pygments library"
45 +DESCRIPTION="LaTeX package for source code syntax highlighting"
46 HOMEPAGE="https://github.com/gpoore/minted"
47 SRC_URI="https://github.com/gpoore/minted/archive/v${PV}.tar.gz -> ${P}.tar.gz"