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/exiftags: ChangeLog exiftags-1.01.ebuild
Date: Sun, 16 Dec 2007 14:14:31
Message-Id: E1J3uG4-0007Qg-Nm@stork.gentoo.org
1 maekke 07/12/16 14:14:20
2
3 Modified: ChangeLog
4 Added: exiftags-1.01.ebuild
5 Log:
6 version bump, security bug #202354
7 (Portage version: 2.1.4_rc10)
8
9 Revision Changes Path
10 1.17 media-gfx/exiftags/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/exiftags/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/exiftags/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/exiftags/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/exiftags/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 30 Aug 2007 12:41:54 -0000 1.16
23 +++ ChangeLog 16 Dec 2007 14:14:20 -0000 1.17
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/exiftags
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiftags/ChangeLog,v 1.16 2007/08/30 12:41:54 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiftags/ChangeLog,v 1.17 2007/12/16 14:14:20 maekke Exp $
29 +
30 +*exiftags-1.01 (16 Dec 2007)
31 +
32 + 16 Dec 2007; Markus Meier <maekke@g.o> +exiftags-1.01.ebuild:
33 + version bump, security bug #202354
34
35 30 Aug 2007; Christian Heim <phreak@g.o> metadata.xml:
36 Removing liquidx from metadata due to his retirement (see #171155 for
37
38
39
40 1.1 media-gfx/exiftags/exiftags-1.01.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/exiftags/exiftags-1.01.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/exiftags/exiftags-1.01.ebuild?rev=1.1&content-type=text/plain
44
45 Index: exiftags-1.01.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-gfx/exiftags/exiftags-1.01.ebuild,v 1.1 2007/12/16 14:14:20 maekke Exp $
50
51 DESCRIPTION="Extracts JPEG EXIF headers from digital camera photos"
52 HOMEPAGE="http://johnst.org/sw/exiftags/"
53 SRC_URI="http://johnst.org/sw/${PN}/${P}.tar.gz"
54
55 LICENSE="BSD"
56 SLOT="0"
57 KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
58 IUSE=""
59
60 DEPEND=""
61
62 src_install() {
63 dobin exiftags exifcom exiftime || die
64 doman exiftags.1 exifcom.1 exiftime.1
65 dodoc README CHANGES
66 }
67
68
69
70 --
71 gentoo-commits@g.o mailing list