commit:     f20b8ec6da83060e38426e322d3d8c3493a67fe9
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Feb  8 15:31:24 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb  9 16:06:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20b8ec6

media-gfx/jpeginfo: use HTTPs, EAPI7 bump

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../files/jpeginfo-1.6.0-parallel_install.patch    |  4 +--
 media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild        | 29 ++++++++++++++++++++++
 2 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/media-gfx/jpeginfo/files/jpeginfo-1.6.0-parallel_install.patch 
b/media-gfx/jpeginfo/files/jpeginfo-1.6.0-parallel_install.patch
index 379e200fd90..84de25bafca 100644
--- a/media-gfx/jpeginfo/files/jpeginfo-1.6.0-parallel_install.patch
+++ b/media-gfx/jpeginfo/files/jpeginfo-1.6.0-parallel_install.patch
@@ -1,5 +1,5 @@
---- Makefile.in
-+++ Makefile.in
+--- a/Makefile.in
++++ b/Makefile.in
 @@ -79,7 +79,7 @@
        groff -Tps -mandoc ./$(PKGNAME).1 >$(PKGNAME).ps
        groff -Tascii -mandoc ./$(PKGNAME).1 | tee $(PKGNAME).prn | sed 
's/.//g' >$(PKGNAME).txt

diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild 
b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
new file mode 100644
index 00000000000..fb764fd99d8
--- /dev/null
+++ b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit 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"
+
+RDEPEND="virtual/jpeg:0"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.6.0-parallel_install.patch )
+
+src_configure() {
+       tc-export CC
+       econf
+}
+
+src_install() {
+       emake INSTALL_ROOT="${D}" install
+       dodoc README
+}

Reply via email to