diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-18 09:06:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-18 10:52:58 +0100 |
commit | 6b6699428b88fb80bd81b1c7cabe2e17012a4bc1 (patch) | |
tree | 6aa737c0347330d7e7d58b6cd63b8f12865718b4 /app-text/epstool | |
parent | app-text/cook: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-6b6699428b88fb80bd81b1c7cabe2e17012a4bc1.tar.gz gentoo-6b6699428b88fb80bd81b1c7cabe2e17012a4bc1.tar.bz2 gentoo-6b6699428b88fb80bd81b1c7cabe2e17012a4bc1.zip |
app-text/epstool: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/epstool-3.08-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/epstool/epstool-3.08-r1.ebuild b/app-text/epstool/epstool-3.08-r1.ebuild index 622cf5950d1f..03d48ce89822 100644 --- a/app-text/epstool/epstool-3.08-r1.ebuild +++ b/app-text/epstool/epstool-3.08-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" inherit eutils toolchain-funcs -DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding boxes,converts to bitmaps" +DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding boxes" HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/epstool.htm" SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz" |