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 BD4411396D0 for ; Wed, 23 Aug 2017 03:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10410E0CAE; Wed, 23 Aug 2017 03:45:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0665E0CAE for ; Wed, 23 Aug 2017 03:45:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0914D341CF5 for ; Wed, 23 Aug 2017 03:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A415D7F5A for ; Wed, 23 Aug 2017 03:45:38 +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: <1503459923.22f4c6a53b54eb18b84e236cbed1133c85fce55a.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gifsicle/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gifsicle/gifsicle-1.86.ebuild media-gfx/gifsicle/gifsicle-1.90.ebuild X-VCS-Directories: media-gfx/gifsicle/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 22f4c6a53b54eb18b84e236cbed1133c85fce55a X-VCS-Branch: master Date: Wed, 23 Aug 2017 03:45:38 +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: 10f6a478-cb07-4b84-ba9c-721fd50123c5 X-Archives-Hash: 1c193b7067f43144ac1656488dbb419b commit: 22f4c6a53b54eb18b84e236cbed1133c85fce55a Author: Tim Harder gentoo org> AuthorDate: Wed Aug 23 03:43:58 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Aug 23 03:45:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f4c6a5 media-gfx/gifsicle: sync HOMEPAGE/SRC_URI updates and shorten description media-gfx/gifsicle/gifsicle-1.86.ebuild | 6 +++--- media-gfx/gifsicle/gifsicle-1.90.ebuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/gifsicle/gifsicle-1.86.ebuild b/media-gfx/gifsicle/gifsicle-1.86.ebuild index 5f46e634cb5..5d14f6a42a1 100644 --- a/media-gfx/gifsicle/gifsicle-1.86.ebuild +++ b/media-gfx/gifsicle/gifsicle-1.86.ebuild @@ -3,9 +3,9 @@ EAPI=5 -DESCRIPTION="A command-line tool for creating, editing, and getting information about GIF images and animations" -HOMEPAGE="http://www.lcdf.org/~eddietwo/gifsicle/" -SRC_URI="http://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz" +DESCRIPTION="Create, manipulate, and optimize GIF images and animations" +HOMEPAGE="https://www.lcdf.org/~eddietwo/gifsicle/ https://github.com/kohler/gifsicle" +SRC_URI="https://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz" LICENSE="GPL-2 MIT" SLOT="0" diff --git a/media-gfx/gifsicle/gifsicle-1.90.ebuild b/media-gfx/gifsicle/gifsicle-1.90.ebuild index c8a58e7ff40..1787353501e 100644 --- a/media-gfx/gifsicle/gifsicle-1.90.ebuild +++ b/media-gfx/gifsicle/gifsicle-1.90.ebuild @@ -3,7 +3,7 @@ EAPI=6 -DESCRIPTION="A command-line tool for creating, editing, and getting information about GIF images and animations" +DESCRIPTION="Create, manipulate, and optimize GIF images and animations" HOMEPAGE="https://www.lcdf.org/~eddietwo/gifsicle/ https://github.com/kohler/gifsicle" SRC_URI="https://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz"