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 9F899138334 for ; Wed, 29 May 2019 18:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F32EE0874; Wed, 29 May 2019 18:07:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 87D9AE0874 for ; Wed, 29 May 2019 18:07:35 +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 5F84E344F74 for ; Wed, 29 May 2019 18:07:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F1295FF for ; Wed, 29 May 2019 18:07:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1559153228.a805f102fed08f902c03b8a474f6eac4984ec1a9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpeginfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild X-VCS-Directories: media-gfx/jpeginfo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a805f102fed08f902c03b8a474f6eac4984ec1a9 X-VCS-Branch: master Date: Wed, 29 May 2019 18:07:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a585246c-36a8-4780-989d-b97e34b866ae X-Archives-Hash: 55d74811a44486e67ef1ee72b2a0f202 commit: a805f102fed08f902c03b8a474f6eac4984ec1a9 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 16 19:04:46 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 29 18:07:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a805f102 media-gfx/jpeginfo: drop old Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild deleted file mode 100644 index 59414dd9e88..00000000000 --- a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files" -HOMEPAGE="https://www.kokkonen.net/tjko/projects.html" -SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND="virtual/jpeg" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.6.0-parallel_install.patch -} - -src_configure() { - tc-export CC - econf -} - -src_install() { - emake INSTALL_ROOT="${D}" install - dodoc README -}