Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: ChangeLog jpeginfo-1.6.1.ebuild
Date: Wed, 27 Apr 2011 18:22:13
Message-Id: 20110427182203.D6ED720054@flycatcher.gentoo.org
1 ssuominen 11/04/27 18:22:03
2
3 Modified: ChangeLog
4 Added: jpeginfo-1.6.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.21 media-gfx/jpeginfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 28 Dec 2010 23:42:21 -0000 1.20
24 +++ ChangeLog 27 Apr 2011 18:22:03 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/jpeginfo
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.20 2010/12/28 23:42:21 xmw Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.21 2011/04/27 18:22:03 ssuominen Exp $
31 +
32 +*jpeginfo-1.6.1 (27 Apr 2011)
33 +
34 + 27 Apr 2011; Samuli Suominen <ssuominen@g.o> +jpeginfo-1.6.1.ebuild:
35 + Version bump.
36
37 28 Dec 2010; Michael Weber <xmw@g.o> jpeginfo-1.6.0.ebuild:
38 Change media-libs/jpeg to virtual/jpeg (thanks to Holger Hoffstätte
39
40
41
42 1.1 media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: jpeginfo-1.6.1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.1 2011/04/27 18:22:03 ssuominen Exp $
52
53 EAPI=4
54 inherit eutils toolchain-funcs
55
56 DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files."
57 HOMEPAGE="http://www.kokkonen.net/tjko/projects.html"
58 SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
63 IUSE=""
64
65 RDEPEND="virtual/jpeg"
66 DEPEND="${RDEPEND}"
67
68 src_prepare() {
69 epatch "${FILESDIR}"/${PN}-1.6.0-parallel_install.patch
70 }
71
72 src_configure() {
73 tc-export CC
74 econf
75 }
76
77 src_install() {
78 emake INSTALL_ROOT="${D}" install || die
79 dodoc README
80 }