jer 14/07/04 19:29:19
Modified: rtmpdump-2.4_p20131018.ebuild ChangeLog
Log:
Fix quoted ${A}.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
A792A613)
Revision Changes Path
1.9 media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild?r1=1.8&r2=1.9
Index: rtmpdump-2.4_p20131018.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rtmpdump-2.4_p20131018.ebuild 4 Jul 2014 19:27:26 -0000 1.8
+++ rtmpdump-2.4_p20131018.ebuild 4 Jul 2014 19:29:19 -0000 1.9
@@ -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-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild,v
1.8 2014/07/04 19:27:26 jer Exp $
+# $Header:
/var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild,v
1.9 2014/07/04 19:29:19 jer Exp $
EAPI="4"
@@ -34,7 +34,7 @@
src_unpack() {
mkdir -p "${S}" || die "Can't create source directory"
cd "${S}"
- unpack "${A}"
+ unpack ${A}
}
src_prepare() {
1.34 media-video/rtmpdump/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.34&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.34&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 4 Jul 2014 19:27:26 -0000 1.33
+++ ChangeLog 4 Jul 2014 19:29:19 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for media-video/rtmpdump
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.33
2014/07/04 19:27:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.34
2014/07/04 19:29:19 jer Exp $
+
+ 04 Jul 2014; Jeroen Roovers <[email protected]> rtmpdump-2.4_p20131018.ebuild:
+ Fix quoted ${A}.
04 Jul 2014; Jeroen Roovers <[email protected]> rtmpdump-2.4_p20131018.ebuild:
Stable for HPPA (bug #496436).