diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2015-12-03 08:50:49 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2015-12-03 10:11:04 +0100 |
commit | b826be74f6e2e4a73c4a96e9d1a7fd1357c4f59d (patch) | |
tree | 4e998870a1cfb3057de949c572e55fe2a8c682f1 /dev-tex/minted | |
parent | sys-apps/openrc: amd64 stable wrt bug #567356 (diff) | |
download | gentoo-b826be74f6e2e4a73c4a96e9d1a7fd1357c4f59d.tar.gz gentoo-b826be74f6e2e4a73c4a96e9d1a7fd1357c4f59d.tar.bz2 gentoo-b826be74f6e2e4a73c4a96e9d1a7fd1357c4f59d.zip |
dev-tex/minted: Shorten package description
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-tex/minted')
-rw-r--r-- | dev-tex/minted/minted-1.7.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/minted/minted-2.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/minted/minted-1.7.ebuild b/dev-tex/minted/minted-1.7.ebuild index 7a9530b57198..0331cbaed825 100644 --- a/dev-tex/minted/minted-1.7.ebuild +++ b/dev-tex/minted/minted-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit latex-package -DESCRIPTION="LaTeX package that facilitates expressive syntax highlighting in using the powerful Pygments library" +DESCRIPTION="LaTeX package for source code syntax highlighting" HOMEPAGE="https://code.google.com/p/minted/" SRC_URI="https://minted.googlecode.com/files/${PN}-v${PV}.zip" diff --git a/dev-tex/minted/minted-2.0.ebuild b/dev-tex/minted/minted-2.0.ebuild index 092029f8db03..07ed452c0c3b 100644 --- a/dev-tex/minted/minted-2.0.ebuild +++ b/dev-tex/minted/minted-2.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit latex-package -DESCRIPTION="LaTeX package that facilitates expressive syntax highlighting in using the powerful Pygments library" +DESCRIPTION="LaTeX package for source code syntax highlighting" HOMEPAGE="https://github.com/gpoore/minted" SRC_URI="https://github.com/gpoore/minted/archive/v${PV}.tar.gz -> ${P}.tar.gz" |