Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/exiftool: ChangeLog exiftool-8.75.ebuild
Date: Sun, 08 Jan 2012 18:19:09
Message-Id: 20120108181858.ED6202004B@flycatcher.gentoo.org
1 graaff 12/01/08 18:18:58
2
3 Modified: ChangeLog
4 Added: exiftool-8.75.ebuild
5 Log:
6 Version bump to next upstream production release.
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.103 media-libs/exiftool/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?rev=1.103&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?rev=1.103&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?r1=1.102&r2=1.103
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v
20 retrieving revision 1.102
21 retrieving revision 1.103
22 diff -u -r1.102 -r1.103
23 --- ChangeLog 25 Sep 2011 06:51:02 -0000 1.102
24 +++ ChangeLog 8 Jan 2012 18:18:58 -0000 1.103
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/exiftool
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.102 2011/09/25 06:51:02 graaff Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.103 2012/01/08 18:18:58 graaff Exp $
31 +
32 +*exiftool-8.75 (08 Jan 2012)
33 +
34 + 08 Jan 2012; Hans de Graaff <graaff@g.o> +exiftool-8.75.ebuild:
35 + Version bump to next upstream production release.
36
37 *exiftool-8.65 (25 Sep 2011)
38
39
40
41
42 1.1 media-libs/exiftool/exiftool-8.75.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-8.75.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-8.75.ebuild?rev=1.1&content-type=text/plain
46
47 Index: exiftool-8.75.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-8.75.ebuild,v 1.1 2012/01/08 18:18:58 graaff Exp $
52
53 EAPI=2
54
55 MODULE_AUTHOR=EXIFTOOL
56 MY_PN=Image-ExifTool
57 MY_P=${MY_PN}-${PV}
58 S=${WORKDIR}/${MY_P}
59 inherit perl-module
60
61 DESCRIPTION="Read and write meta information in image, audio and video files"
62 HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
63 SRC_URI="${SRC_URI} http://www.sno.phy.queensu.ca/~phil/exiftool/${MY_P}.tar.gz"
64
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
67 IUSE=""
68
69 SRC_TEST="do"
70
71 src_install() {
72 perl-module_src_install
73 dohtml -r html/
74 }