radhermit 14/04/25 05:41:48 Modified: ChangeLog Added: exiftool-9.12.ebuild exiftool-9.55.ebuild Removed: exiftool-9.120.0.ebuild exiftool-9.550.0.ebuild Log: Revert to regular, upstream version numbering. (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.134 media-libs/exiftool/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?rev=1.134&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?rev=1.134&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?r1=1.133&r2=1.134 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- ChangeLog 25 Apr 2014 05:26:52 -0000 1.133 +++ ChangeLog 25 Apr 2014 05:41:48 -0000 1.134 @@ -1,6 +1,13 @@ # ChangeLog for media-libs/exiftool # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.133 2014/04/25 05:26:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.134 2014/04/25 05:41:48 radhermit Exp $ + +*exiftool-9.12 (25 Apr 2014) +*exiftool-9.55 (25 Apr 2014) + + 25 Apr 2014; Tim Harder <[email protected]> +exiftool-9.12.ebuild, + +exiftool-9.55.ebuild, -exiftool-9.120.0.ebuild, -exiftool-9.550.0.ebuild: + Revert to regular, upstream version numbering. 25 Apr 2014; Tim Harder <[email protected]> -exiftool-9.270.0.ebuild, -exiftool-9.500.0.ebuild, -exiftool-9.530.0.ebuild: 1.1 media-libs/exiftool/exiftool-9.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-9.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-9.12.ebuild?rev=1.1&content-type=text/plain Index: exiftool-9.12.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-9.12.ebuild,v 1.1 2014/04/25 05:41:48 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" IUSE="" SRC_TEST="do" S=${WORKDIR}/${MY_P} src_install() { perl-module_src_install dohtml -r html/ } 1.1 media-libs/exiftool/exiftool-9.55.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-9.55.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-9.55.ebuild?rev=1.1&content-type=text/plain Index: exiftool-9.55.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-9.55.ebuild,v 1.1 2014/04/25 05:41:48 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" IUSE="" SRC_TEST="do" S=${WORKDIR}/${MY_P} src_install() { perl-module_src_install dohtml -r html/ }
