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 654BD139694 for ; Thu, 23 Feb 2017 00:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74C0AE0C9C; Thu, 23 Feb 2017 00:48:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 51949E0C9C for ; Thu, 23 Feb 2017 00:48:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 52ED63414D6 for ; Thu, 23 Feb 2017 00:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56DF65122 for ; Thu, 23 Feb 2017 00:48:04 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1487810814.432b50a951d00e653f6f155b7df7bfc3792a6774.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pqiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pqiv/pqiv-2.7.4-r1.ebuild media-gfx/pqiv/pqiv-9999.ebuild X-VCS-Directories: media-gfx/pqiv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 432b50a951d00e653f6f155b7df7bfc3792a6774 X-VCS-Branch: master Date: Thu, 23 Feb 2017 00:48:04 +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: 93c8eac4-105a-4f42-b052-1feee9e6a85e X-Archives-Hash: 8a318fc9b513f6e414f0b621df2c280c commit: 432b50a951d00e653f6f155b7df7bfc3792a6774 Author: Tim Harder gentoo org> AuthorDate: Thu Feb 23 00:46:54 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Feb 23 00:46:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432b50a9 media-gfx/pqiv: update DESCRIPTION media-gfx/pqiv/pqiv-2.7.4-r1.ebuild | 2 +- media-gfx/pqiv/pqiv-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/pqiv/pqiv-2.7.4-r1.ebuild b/media-gfx/pqiv/pqiv-2.7.4-r1.ebuild index ebedd6e373..f2a1a18048 100644 --- a/media-gfx/pqiv/pqiv-2.7.4-r1.ebuild +++ b/media-gfx/pqiv/pqiv-2.7.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit linux-info flag-o-matic toolchain-funcs fdo-mime -DESCRIPTION="Modern rewrite of Quick Image Viewer" +DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI" HOMEPAGE="https://github.com/phillipberndt/pqiv http://www.pberndt.com/Programme/Linux/pqiv/" SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/media-gfx/pqiv/pqiv-9999.ebuild b/media-gfx/pqiv/pqiv-9999.ebuild index f49326a058..14b3bef286 100644 --- a/media-gfx/pqiv/pqiv-9999.ebuild +++ b/media-gfx/pqiv/pqiv-9999.ebuild @@ -13,7 +13,7 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="Modern rewrite of Quick Image Viewer" +DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI" HOMEPAGE="https://github.com/phillipberndt/pqiv http://www.pberndt.com/Programme/Linux/pqiv/" LICENSE="GPL-2"