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