Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpeginfo/
Date: Wed, 29 May 2019 18:07:36
Message-Id: 1559153228.a805f102fed08f902c03b8a474f6eac4984ec1a9.asturm@gentoo
1 commit: a805f102fed08f902c03b8a474f6eac4984ec1a9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 16 19:04:46 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 18:07:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a805f102
7
8 media-gfx/jpeginfo: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild | 32 --------------------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
17 deleted file mode 100644
18 index 59414dd9e88..00000000000
19 --- a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -inherit eutils toolchain-funcs
28 -
29 -DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files"
30 -HOMEPAGE="https://www.kokkonen.net/tjko/projects.html"
31 -SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
36 -IUSE=""
37 -
38 -RDEPEND="virtual/jpeg"
39 -DEPEND="${RDEPEND}"
40 -
41 -src_prepare() {
42 - epatch "${FILESDIR}"/${PN}-1.6.0-parallel_install.patch
43 -}
44 -
45 -src_configure() {
46 - tc-export CC
47 - econf
48 -}
49 -
50 -src_install() {
51 - emake INSTALL_ROOT="${D}" install
52 - dodoc README
53 -}