diff options
author | 2013-01-03 19:23:46 +0000 | |
---|---|---|
committer | 2013-01-03 19:23:46 +0000 | |
commit | 367b846869d7e8d7aad9ce76cc3555421f49a435 (patch) | |
tree | 6194c1f7b7e90a0b5523d609e6819eda49cad893 /media-libs | |
parent | ssl-cert - support mandatory enrollment and custom USE flag, bug#319529 (diff) | |
download | gentoo-2-367b846869d7e8d7aad9ce76cc3555421f49a435.tar.gz gentoo-2-367b846869d7e8d7aad9ce76cc3555421f49a435.tar.bz2 gentoo-2-367b846869d7e8d7aad9ce76cc3555421f49a435.zip |
[bump] media-libs/exiftool-9.120.0
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/exiftool/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/exiftool/exiftool-9.120.0.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/media-libs/exiftool/ChangeLog b/media-libs/exiftool/ChangeLog index 4c273230b0fa..948a0157c1e3 100644 --- a/media-libs/exiftool/ChangeLog +++ b/media-libs/exiftool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/exiftool -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.121 2012/12/16 13:47:56 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.122 2013/01/03 19:23:46 tove Exp $ + +*exiftool-9.120.0 (03 Jan 2013) + + 03 Jan 2013; Torsten Veller <tove@gentoo.org> +exiftool-9.120.0.ebuild: + Version bump 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> exiftool-9.10.0.ebuild: Stable for x86, wrt bug #441364 diff --git a/media-libs/exiftool/exiftool-9.120.0.ebuild b/media-libs/exiftool/exiftool-9.120.0.ebuild new file mode 100644 index 000000000000..5f42057abd04 --- /dev/null +++ b/media-libs/exiftool/exiftool-9.120.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-9.120.0.ebuild,v 1.1 2013/01/03 19:23:46 tove Exp $ + +EAPI=5 + +MY_PN=Image-ExifTool +MODULE_AUTHOR=EXIFTOOL +MODULE_VERSION=9.12 +inherit perl-module + +DESCRIPTION="Read and write meta information in image, audio and video files" +HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}" +SRC_URI+=" http://www.sno.phy.queensu.ca/~phil/exiftool/${MY_P}.tar.gz" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +SRC_TEST="do" + +src_install() { + perl-module_src_install + dohtml -r html/ +} |