* [gentoo-commits] gentoo-x86 commit in media-libs/exiftool: exiftool-9.12.ebuild ChangeLog exiftool-9.55.ebuild
@ 2014-04-25 5:45 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2014-04-25 5:45 UTC (permalink / raw
To: gentoo-commits
radhermit 14/04/25 05:45:04
Modified: exiftool-9.12.ebuild ChangeLog exiftool-9.55.ebuild
Log:
Drop $S set by perl-module eclass.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-9.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-9.12.ebuild?r1=1.1&r2=1.2
Index: exiftool-9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-9.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exiftool-9.12.ebuild 25 Apr 2014 05:41:48 -0000 1.1
+++ exiftool-9.12.ebuild 25 Apr 2014 05:45:04 -0000 1.2
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-9.12.ebuild,v 1.2 2014/04/25 05:45:04 radhermit Exp $
EAPI=5
@@ -18,8 +18,6 @@
SRC_TEST="do"
-S=${WORKDIR}/${MY_P}
-
src_install() {
perl-module_src_install
dohtml -r html/
1.135 media-libs/exiftool/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/ChangeLog?r1=1.134&r2=1.135
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog 25 Apr 2014 05:41:48 -0000 1.134
+++ ChangeLog 25 Apr 2014 05:45:04 -0000 1.135
@@ -1,6 +1,10 @@
# 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.134 2014/04/25 05:41:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/ChangeLog,v 1.135 2014/04/25 05:45:04 radhermit Exp $
+
+ 25 Apr 2014; Tim Harder <radhermit@gentoo.org> exiftool-9.12.ebuild,
+ exiftool-9.55.ebuild:
+ Drop $S set by perl-module eclass.
*exiftool-9.12 (25 Apr 2014)
*exiftool-9.55 (25 Apr 2014)
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-9.55.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/exiftool/exiftool-9.55.ebuild?r1=1.1&r2=1.2
Index: exiftool-9.55.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-9.55.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exiftool-9.55.ebuild 25 Apr 2014 05:41:48 -0000 1.1
+++ exiftool-9.55.ebuild 25 Apr 2014 05:45:04 -0000 1.2
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-9.55.ebuild,v 1.2 2014/04/25 05:45:04 radhermit Exp $
EAPI=5
@@ -18,8 +18,6 @@
SRC_TEST="do"
-S=${WORKDIR}/${MY_P}
-
src_install() {
perl-module_src_install
dohtml -r html/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-25 5:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-25 5:45 [gentoo-commits] gentoo-x86 commit in media-libs/exiftool: exiftool-9.12.ebuild ChangeLog exiftool-9.55.ebuild Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox