Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/jhead: ChangeLog jhead-2.93.ebuild
Date: Sun, 04 Dec 2011 02:12:31
Message-Id: 20111204021217.41EA62004C@flycatcher.gentoo.org
1 radhermit 11/12/04 02:12:17
2
3 Modified: ChangeLog
4 Added: jhead-2.93.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.114 media-gfx/jhead/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jhead/ChangeLog?rev=1.114&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jhead/ChangeLog?rev=1.114&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jhead/ChangeLog?r1=1.113&r2=1.114
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v
20 retrieving revision 1.113
21 retrieving revision 1.114
22 diff -u -r1.113 -r1.114
23 --- ChangeLog 22 Nov 2011 17:53:55 -0000 1.113
24 +++ ChangeLog 4 Dec 2011 02:12:17 -0000 1.114
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/jhead
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.113 2011/11/22 17:53:55 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.114 2011/12/04 02:12:17 radhermit Exp $
30 +
31 +*jhead-2.93 (04 Dec 2011)
32 +
33 + 04 Dec 2011; Tim Harder <radhermit@g.o> +jhead-2.93.ebuild:
34 + Version bump.
35
36 22 Nov 2011; Pacho Ramos <pacho@g.o> metadata.xml:
37 Drop maintainer due retirement, bug #82110
38
39
40
41 1.1 media-gfx/jhead/jhead-2.93.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jhead/jhead-2.93.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jhead/jhead-2.93.ebuild?rev=1.1&content-type=text/plain
45
46 Index: jhead-2.93.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.93.ebuild,v 1.1 2011/12/04 02:12:17 radhermit Exp $
51
52 EAPI=4
53
54 inherit eutils toolchain-funcs
55
56 DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover"
57 HOMEPAGE="http://www.sentex.net/~mwandel/jhead"
58 SRC_URI="http://www.sentex.net/~mwandel/${PN}/${P}.tar.gz"
59
60 LICENSE="public-domain"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
63 IUSE=""
64
65 src_prepare() {
66 # bug 275200 - respect flags and use mktemp instead of mkstemp
67 epatch "${FILESDIR}"/${PN}-2.90-mkstemp_respect_flags.patch
68 }
69
70 src_compile() {
71 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
72 }
73
74 src_install() {
75 dobin ${PN}
76 dodoc *.txt
77 dohtml *.html
78 doman ${PN}.1
79 }