Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/jhead: ChangeLog jhead-2.8.ebuild
Date: Fri, 22 Feb 2008 21:20:26
Message-Id: E1JSfJf-0008B5-Bq@stork.gentoo.org
1 maekke 08/02/22 21:20:23
2
3 Modified: ChangeLog
4 Added: jhead-2.8.ebuild
5 Log:
6 version bump, reported in bug #211064
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.64 media-gfx/jhead/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jhead/ChangeLog?rev=1.64&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jhead/ChangeLog?rev=1.64&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jhead/ChangeLog?r1=1.63&r2=1.64
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v
19 retrieving revision 1.63
20 retrieving revision 1.64
21 diff -u -r1.63 -r1.64
22 --- ChangeLog 2 Feb 2008 10:14:26 -0000 1.63
23 +++ ChangeLog 22 Feb 2008 21:20:22 -0000 1.64
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/jhead
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.63 2008/02/02 10:14:26 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.64 2008/02/22 21:20:22 maekke Exp $
29 +
30 +*jhead-2.8 (22 Feb 2008)
31 +
32 + 22 Feb 2008; Markus Meier <maekke@g.o> +jhead-2.8.ebuild:
33 + version bump, reported in bug #211064
34
35 02 Feb 2008; Markus Meier <maekke@g.o> -files/jhead-2.4-gcc4.diff,
36 -files/jhead-2.5-gcc4.diff, -jhead-2.4.ebuild, -jhead-2.5.ebuild,
37
38
39
40 1.1 media-gfx/jhead/jhead-2.8.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jhead/jhead-2.8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jhead/jhead-2.8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: jhead-2.8.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.8.ebuild,v 1.1 2008/02/22 21:20:22 maekke Exp $
50
51 inherit eutils toolchain-funcs
52
53 DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover"
54 HOMEPAGE="http://www.sentex.net/~mwandel/jhead/"
55 SRC_URI="http://www.sentex.net/~mwandel/jhead/${P}.tar.gz"
56 LICENSE="public-domain"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
59 IUSE=""
60
61 DEPEND="virtual/libc"
62 RDEPEND="virtual/libc
63 media-libs/jpeg"
64
65 src_unpack() {
66 unpack ${A}
67 sed -i "s:-O3 -Wall:${CFLAGS}:" "${S}"/makefile || die
68 }
69
70 src_compile() {
71 export CC="$(tc-getCC)"
72 emake || die
73 }
74
75 src_install() {
76 dobin jhead || die
77 dodoc {readme,changes}.txt
78 dohtml usage.html
79 doman jhead.1.gz
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list