diff options
author | 2009-08-18 18:14:46 +0000 | |
---|---|---|
committer | 2009-08-18 18:14:46 +0000 | |
commit | 3cc4176e70cbf9e22303245abded2fc575ce87ed (patch) | |
tree | 847c12c7793db6b154421233b09fa75ba823a871 /media-libs/exiftool | |
parent | Initial import. Closing bug #189376, thanks Marek and Ben Bannier for their i... (diff) | |
download | gentoo-2-3cc4176e70cbf9e22303245abded2fc575ce87ed.tar.gz gentoo-2-3cc4176e70cbf9e22303245abded2fc575ce87ed.tar.bz2 gentoo-2-3cc4176e70cbf9e22303245abded2fc575ce87ed.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/exiftool')
-rw-r--r-- | media-libs/exiftool/ChangeLog | 13 | ||||
-rw-r--r-- | media-libs/exiftool/exiftool-7.89.ebuild | 26 |
2 files changed, 38 insertions, 1 deletions
diff --git a/media-libs/exiftool/ChangeLog b/media-libs/exiftool/ChangeLog index 5f7cf7c1ca7f..79e5d02ce640 100644 --- a/media-libs/exiftool/ChangeLog +++ b/media-libs/exiftool/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for media-libs/exiftool # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.56 2009/07/09 09:09:48 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.57 2009/08/18 18:14:46 graaff Exp $ + +*exiftool-7.89 (18 Aug 2009) + + 18 Aug 2009; Hans de Graaff <graaff@gentoo.org> +exiftool-7.89.ebuild: + Version bump to fix possible corruption with NRW images. Remove broken + version. + +*exiftool-7.88 (18 Aug 2009) + + 18 Aug 2009; Hans de Graaff <graaff@gentoo.org> +exiftool-7.88.ebuild: + Version bump to the next upstream production release. *exiftool-7.82-r1 (09 Jul 2009) diff --git a/media-libs/exiftool/exiftool-7.89.ebuild b/media-libs/exiftool/exiftool-7.89.ebuild new file mode 100644 index 000000000000..f71580c9e5e1 --- /dev/null +++ b/media-libs/exiftool/exiftool-7.89.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-7.89.ebuild,v 1.1 2009/08/18 18:14:46 graaff Exp $ + +EAPI=2 + +MODULE_AUTHOR=EXIFTOOL +MY_PN=Image-ExifTool +MY_P=${MY_PN}-${PV} +S=${WORKDIR}/${MY_P} +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="${SRC_URI} http://www.sno.phy.queensu.ca/~phil/exiftool/${MY_P}.tar.gz" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +src_install() { + perl-module_src_install + dohtml -r html/ +} |