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 A101F1396D0 for ; Tue, 22 Aug 2017 00:15:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03B76E0BE6; Tue, 22 Aug 2017 00:15:39 +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 D6358E0BE6 for ; Tue, 22 Aug 2017 00:15:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CA320341C16 for ; Tue, 22 Aug 2017 00:15:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E0497E0A for ; Tue, 22 Aug 2017 00:15:36 +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: <1503360872.231ac427ae995a10d8c558c1bba2fa07bb0eb94d.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpegoptim/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild X-VCS-Directories: media-gfx/jpegoptim/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 231ac427ae995a10d8c558c1bba2fa07bb0eb94d X-VCS-Branch: master Date: Tue, 22 Aug 2017 00:15:36 +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: 9a0a6616-3432-4f33-bde8-0849c7e8003f X-Archives-Hash: 53170c5bc36f8561e5e01da84988096a commit: 231ac427ae995a10d8c558c1bba2fa07bb0eb94d Author: Tim Harder gentoo org> AuthorDate: Tue Aug 22 00:14:32 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Aug 22 00:14:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231ac427 media-gfx/jpegoptim: drop unused toolchain-funcs eclass media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild | 1 - media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild b/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild index fb274bc4ff0..979f943e00e 100644 --- a/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild +++ b/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit toolchain-funcs DESCRIPTION="Utility to optimize JPEG files" HOMEPAGE="http://www.kokkonen.net/tjko/projects.html" diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild b/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild index 128c918be05..2bcd4f24bbf 100644 --- a/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild +++ b/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit toolchain-funcs DESCRIPTION="Utility to optimize JPEG files" HOMEPAGE="http://www.kokkonen.net/tjko/projects.html https://github.com/tjko/jpegoptim"