From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 816E8139694 for ; Sat, 18 Feb 2017 09:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 280D321C0B2; Sat, 18 Feb 2017 09:55:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0380921C0B2 for ; Sat, 18 Feb 2017 09:54:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13AB1340FC1 for ; Sat, 18 Feb 2017 09:54:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC6024BFE for ; Sat, 18 Feb 2017 09:54:49 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1487411578.6b6699428b88fb80bd81b1c7cabe2e17012a4bc1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/epstool/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/epstool/epstool-3.08-r1.ebuild X-VCS-Directories: app-text/epstool/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6b6699428b88fb80bd81b1c7cabe2e17012a4bc1 X-VCS-Branch: master Date: Sat, 18 Feb 2017 09:54:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8e85c8f7-5d27-49c5-a5a9-d55148796927 X-Archives-Hash: aad95ce78b5e22e6253773493d5f917f commit: 6b6699428b88fb80bd81b1c7cabe2e17012a4bc1 Author: Harri Nieminen gmail com> AuthorDate: Sat Feb 18 07:06:01 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 18 09:52:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b669942 app-text/epstool: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4003 app-text/epstool/epstool-3.08-r1.ebuild | 4 ++-- 1 file 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 622cf5950d..03d48ce898 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"