Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/exiftool: exiftool-8.900.0.ebuild ChangeLog
Date: Sun, 29 Apr 2012 10:51:49
Message-Id: 20120429105138.96D5E2004B@flycatcher.gentoo.org
1 tove 12/04/29 10:51:38
2
3 Modified: ChangeLog
4 Added: exiftool-8.900.0.ebuild
5 Log:
6 [bump] media-libs/exiftool-8.900.0
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.111 media-libs/exiftool/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?rev=1.111&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?rev=1.111&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?r1=1.110&r2=1.111
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v
20 retrieving revision 1.110
21 retrieving revision 1.111
22 diff -u -r1.110 -r1.111
23 --- ChangeLog 12 Apr 2012 17:34:12 -0000 1.110
24 +++ ChangeLog 29 Apr 2012 10:51:38 -0000 1.111
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/exiftool
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.110 2012/04/12 17:34:12 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.111 2012/04/29 10:51:38 tove Exp $
30 +
31 +*exiftool-8.900.0 (29 Apr 2012)
32 +
33 + 29 Apr 2012; Torsten Veller <tove@g.o> +exiftool-8.900.0.ebuild:
34 + Version bump
35
36 12 Apr 2012; Torsten Veller <tove@g.o> metadata.xml:
37 Fix cpan distribution in metadata.xml
38
39
40
41 1.1 media-libs/exiftool/exiftool-8.900.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-8.900.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-8.900.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: exiftool-8.900.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-8.900.0.ebuild,v 1.1 2012/04/29 10:51:38 tove Exp $
51
52 EAPI=4
53
54 MY_PN=Image-ExifTool
55 MODULE_AUTHOR=EXIFTOOL
56 MODULE_VERSION=8.90
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+=" http://www.sno.phy.queensu.ca/~phil/exiftool/${MY_P}.tar.gz"
62
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
65 IUSE=""
66
67 SRC_TEST="do"
68
69 src_install() {
70 perl-module_src_install
71 dohtml -r html/
72 }