diff options
author | 2015-01-08 05:18:37 +0000 | |
---|---|---|
committer | 2015-01-08 05:18:37 +0000 | |
commit | e6faa0c6a40dbed528af12cc9e55ddd7035bf9a6 (patch) | |
tree | 3957edd0036a1a23391873ee82d89d2ed6ce9c97 /media-libs/exiftool | |
parent | Stabilize for amd64/x86 (bug #535468). (diff) | |
download | gentoo-2-e6faa0c6a40dbed528af12cc9e55ddd7035bf9a6.tar.gz gentoo-2-e6faa0c6a40dbed528af12cc9e55ddd7035bf9a6.tar.bz2 gentoo-2-e6faa0c6a40dbed528af12cc9e55ddd7035bf9a6.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-libs/exiftool')
-rw-r--r-- | media-libs/exiftool/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/exiftool/exiftool-9.80.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/media-libs/exiftool/ChangeLog b/media-libs/exiftool/ChangeLog index 74efb5a1e5ec..72fbbe627f55 100644 --- a/media-libs/exiftool/ChangeLog +++ b/media-libs/exiftool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/exiftool # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.154 2015/01/06 16:14:43 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.155 2015/01/08 05:18:37 radhermit Exp $ + +*exiftool-9.80 (08 Jan 2015) + + 08 Jan 2015; Tim Harder <radhermit@gentoo.org> +exiftool-9.80.ebuild: + Version bump. *exiftool-9.79 (06 Jan 2015) diff --git a/media-libs/exiftool/exiftool-9.80.ebuild b/media-libs/exiftool/exiftool-9.80.ebuild new file mode 100644 index 000000000000..e57f442b4bb9 --- /dev/null +++ b/media-libs/exiftool/exiftool-9.80.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-9.80.ebuild,v 1.1 2015/01/08 05:18:37 radhermit Exp $ + +EAPI=5 + +MY_PN=Image-ExifTool +MY_P=${MY_PN}-${PV} +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 ~x64-macos" + +SRC_TEST="do" + +src_install() { + perl-module_src_install + dohtml -r html/ +} |