public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog
@ 2010-07-08 10:02 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 10+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-08 10:02 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/07/08 10:02:31

  Modified:             rtmpdump-2.3.ebuild ChangeLog
  Log:
  Fix multilib-strict support. Bug #327449
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-video/rtmpdump/rtmpdump-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?r1=1.1&r2=1.2

Index: rtmpdump-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rtmpdump-2.3.ebuild	7 Jul 2010 22:25:30 -0000	1.1
+++ rtmpdump-2.3.ebuild	8 Jul 2010 10:02:30 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.1 2010/07/07 22:25:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.2 2010/07/08 10:02:30 hwoarang Exp $
 
 EAPI="2"
 
-inherit toolchain-funcs
+inherit multilib toolchain-funcs
 
 DESCRIPTION="Open source command-line RTMP client intended to stream audio or video flash content"
 HOMEPAGE="http://rtmpdump.mplayerhq.hu/"
@@ -50,13 +50,14 @@
 			crypto="OPENSSL"
 		fi
 	fi
-
+	#fix multilib-script support. Bug #327449
+	sed -i "/^libdir/s:lib$:$(get_libdir)$:" librtmp/Makefile
 	emake CC=$(tc-getCC) LD=$(tc-getLD) \
 		OPT="${CFLAGS}" XLDFLAGS="${LDFLAGS}" CRYPTO="${crypto}" SYS=posix || die "emake failed"
 }
 
 src_install() {
-	mkdir -p "${D}"/${DESTTREE}/lib
+	mkdir -p "${D}"/${DESTTREE}/$(get_libdir)
 	emake DESTDIR="${D}" prefix="${DESTTREE}" mandir="${DESTTREE}/share/man" \
 	CRYPTO="${crypto}" install 	|| die "emake install failed"
 	dodoc README ChangeLog rtmpdump.1.html rtmpgw.8.html || die "dodoc failed"



1.8                  media-video/rtmpdump/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	7 Jul 2010 22:25:30 -0000	1.7
+++ ChangeLog	8 Jul 2010 10:02:30 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/rtmpdump
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.7 2010/07/07 22:25:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.8 2010/07/08 10:02:30 hwoarang Exp $
+
+  08 Jul 2010; Markos Chandras <hwoarang@gentoo.org> rtmpdump-2.3.ebuild:
+  Fix multilib-strict support. Bug #327449
 
 *rtmpdump-2.3 (07 Jul 2010)
 






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog
@ 2010-07-11 15:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-11 15:14 UTC (permalink / raw
  To: gentoo-commits

jer         10/07/11 15:14:28

  Modified:             rtmpdump-2.3.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #324941).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.3                  media-video/rtmpdump/rtmpdump-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?r1=1.2&r2=1.3

Index: rtmpdump-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rtmpdump-2.3.ebuild	8 Jul 2010 10:02:30 -0000	1.2
+++ rtmpdump-2.3.ebuild	11 Jul 2010 15:14:28 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.2 2010/07/08 10:02:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.3 2010/07/11 15:14:28 jer Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="gnutls polarssl ssl"
 
 DEPEND="ssl? (



1.9                  media-video/rtmpdump/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	8 Jul 2010 10:02:30 -0000	1.8
+++ ChangeLog	11 Jul 2010 15:14:28 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/rtmpdump
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.8 2010/07/08 10:02:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.9 2010/07/11 15:14:28 jer Exp $
+
+  11 Jul 2010; Jeroen Roovers <jer@gentoo.org> rtmpdump-2.3.ebuild:
+  Marked ~hppa (bug #324941).
 
   08 Jul 2010; Markos Chandras <hwoarang@gentoo.org> rtmpdump-2.3.ebuild:
   Fix multilib-strict support. Bug #327449






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog
@ 2010-09-15 23:13 Joseph Jezak (josejx)
  0 siblings, 0 replies; 10+ messages in thread
From: Joseph Jezak (josejx) @ 2010-09-15 23:13 UTC (permalink / raw
  To: gentoo-commits

josejx      10/09/15 23:13:04

  Modified:             rtmpdump-2.3.ebuild ChangeLog
  Log:
  Marked ~ppc/~ppc64.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-video/rtmpdump/rtmpdump-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?r1=1.4&r2=1.5

Index: rtmpdump-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rtmpdump-2.3.ebuild	27 Aug 2010 17:24:06 -0000	1.4
+++ rtmpdump-2.3.ebuild	15 Sep 2010 23:13:04 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.4 2010/08/27 17:24:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.5 2010/09/15 23:13:04 josejx Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="gnutls polarssl ssl"
 
 DEPEND="ssl? (



1.11                 media-video/rtmpdump/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	27 Aug 2010 17:24:06 -0000	1.10
+++ ChangeLog	15 Sep 2010 23:13:04 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/rtmpdump
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.10 2010/08/27 17:24:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.11 2010/09/15 23:13:04 josejx Exp $
+
+  15 Sep 2010; Joseph Jezak <josejx@gentoo.org> rtmpdump-2.3.ebuild:
+  Marked ~ppc/~ppc64.
 
   27 Aug 2010; Markos Chandras <hwoarang@gentoo.org> -rtmpdump-2.2d.ebuild,
   -rtmpdump-2.2e-r3.ebuild, rtmpdump-2.3.ebuild:






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog
@ 2010-09-17  9:35 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-09-17  9:35 UTC (permalink / raw
  To: gentoo-commits

fauli       10/09/17 09:35:05

  Modified:             rtmpdump-2.3.ebuild ChangeLog
  Log:
  stable x86, security bug 332361
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.6                  media-video/rtmpdump/rtmpdump-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?r1=1.5&r2=1.6

Index: rtmpdump-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rtmpdump-2.3.ebuild	15 Sep 2010 23:13:04 -0000	1.5
+++ rtmpdump-2.3.ebuild	17 Sep 2010 09:35:05 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.5 2010/09/15 23:13:04 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.6 2010/09/17 09:35:05 fauli Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
 IUSE="gnutls polarssl ssl"
 
 DEPEND="ssl? (



1.12                 media-video/rtmpdump/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	15 Sep 2010 23:13:04 -0000	1.11
+++ ChangeLog	17 Sep 2010 09:35:05 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/rtmpdump
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.11 2010/09/15 23:13:04 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.12 2010/09/17 09:35:05 fauli Exp $
+
+  17 Sep 2010; Christian Faulhammer <fauli@gentoo.org> rtmpdump-2.3.ebuild:
+  stable x86, security bug 332361
 
   15 Sep 2010; Joseph Jezak <josejx@gentoo.org> rtmpdump-2.3.ebuild:
   Marked ~ppc/~ppc64.






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog
@ 2010-09-24 20:45 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 10+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-09-24 20:45 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/09/24 20:45:28

  Modified:             rtmpdump-2.3.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #332361
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-video/rtmpdump/rtmpdump-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?r1=1.6&r2=1.7

Index: rtmpdump-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rtmpdump-2.3.ebuild	17 Sep 2010 09:35:05 -0000	1.6
+++ rtmpdump-2.3.ebuild	24 Sep 2010 20:45:28 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.6 2010/09/17 09:35:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.7 2010/09/24 20:45:28 hwoarang Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
 IUSE="gnutls polarssl ssl"
 
 DEPEND="ssl? (



1.13                 media-video/rtmpdump/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	17 Sep 2010 09:35:05 -0000	1.12
+++ ChangeLog	24 Sep 2010 20:45:28 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/rtmpdump
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.12 2010/09/17 09:35:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.13 2010/09/24 20:45:28 hwoarang Exp $
+
+  24 Sep 2010; Markos Chandras <hwoarang@gentoo.org> rtmpdump-2.3.ebuild:
+  Stable on amd64 wrt bug #332361
 
   17 Sep 2010; Christian Faulhammer <fauli@gentoo.org> rtmpdump-2.3.ebuild:
   stable x86, security bug 332361






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog
@ 2010-10-08 14:39 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2010-10-08 14:39 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/08 14:39:35

  Modified:             rtmpdump-2.3.ebuild ChangeLog
  Log:
  Marking rtmpdump-2.3 ppc64 for bug 332361
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.8                  media-video/rtmpdump/rtmpdump-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?r1=1.7&r2=1.8

Index: rtmpdump-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rtmpdump-2.3.ebuild	24 Sep 2010 20:45:28 -0000	1.7
+++ rtmpdump-2.3.ebuild	8 Oct 2010 14:39:35 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.7 2010/09/24 20:45:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.8 2010/10/08 14:39:35 ranger Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 x86"
 IUSE="gnutls polarssl ssl"
 
 DEPEND="ssl? (



1.14                 media-video/rtmpdump/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	24 Sep 2010 20:45:28 -0000	1.13
+++ ChangeLog	8 Oct 2010 14:39:35 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/rtmpdump
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.13 2010/09/24 20:45:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.14 2010/10/08 14:39:35 ranger Exp $
+
+  08 Oct 2010; Brent Baude <ranger@gentoo.org> rtmpdump-2.3.ebuild:
+  Marking rtmpdump-2.3 ppc64 for bug 332361
 
   24 Sep 2010; Markos Chandras <hwoarang@gentoo.org> rtmpdump-2.3.ebuild:
   Stable on amd64 wrt bug #332361






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog
@ 2010-10-08 14:49 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2010-10-08 14:49 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/08 14:49:40

  Modified:             rtmpdump-2.3.ebuild ChangeLog
  Log:
  Marking rtmpdump-2.3 ppc for bug 332361
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.9                  media-video/rtmpdump/rtmpdump-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?r1=1.8&r2=1.9

Index: rtmpdump-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rtmpdump-2.3.ebuild	8 Oct 2010 14:39:35 -0000	1.8
+++ rtmpdump-2.3.ebuild	8 Oct 2010 14:49:40 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.8 2010/10/08 14:39:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.9 2010/10/08 14:49:40 ranger Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
 IUSE="gnutls polarssl ssl"
 
 DEPEND="ssl? (



1.15                 media-video/rtmpdump/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	8 Oct 2010 14:39:35 -0000	1.14
+++ ChangeLog	8 Oct 2010 14:49:40 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/rtmpdump
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.14 2010/10/08 14:39:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.15 2010/10/08 14:49:40 ranger Exp $
+
+  08 Oct 2010; Brent Baude <ranger@gentoo.org> rtmpdump-2.3.ebuild:
+  Marking rtmpdump-2.3 ppc for bug 332361
 
   08 Oct 2010; Brent Baude <ranger@gentoo.org> rtmpdump-2.3.ebuild:
   Marking rtmpdump-2.3 ppc64 for bug 332361






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog
@ 2010-10-11 18:51 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-11 18:51 UTC (permalink / raw
  To: gentoo-commits

jer         10/10/11 18:51:42

  Modified:             rtmpdump-2.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #332361).
  
  (Portage version: 2.2_rc90/cvs/Linux i686)

Revision  Changes    Path
1.10                 media-video/rtmpdump/rtmpdump-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?r1=1.9&r2=1.10

Index: rtmpdump-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rtmpdump-2.3.ebuild	8 Oct 2010 14:49:40 -0000	1.9
+++ rtmpdump-2.3.ebuild	11 Oct 2010 18:51:42 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.9 2010/10/08 14:49:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.10 2010/10/11 18:51:42 jer Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 hppa ppc ppc64 x86"
 IUSE="gnutls polarssl ssl"
 
 DEPEND="ssl? (



1.16                 media-video/rtmpdump/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	8 Oct 2010 14:49:40 -0000	1.15
+++ ChangeLog	11 Oct 2010 18:51:42 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/rtmpdump
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.15 2010/10/08 14:49:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.16 2010/10/11 18:51:42 jer Exp $
+
+  11 Oct 2010; Jeroen Roovers <jer@gentoo.org> rtmpdump-2.3.ebuild:
+  Stable for HPPA (bug #332361).
 
   08 Oct 2010; Brent Baude <ranger@gentoo.org> rtmpdump-2.3.ebuild:
   Marking rtmpdump-2.3 ppc for bug 332361






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog
@ 2011-06-11 12:55 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2011-06-11 12:55 UTC (permalink / raw
  To: gentoo-commits

maekke      11/06/11 12:55:59

  Modified:             rtmpdump-2.3.ebuild ChangeLog
  Log:
  add ~arm, bug #354467
  
  (Portage version: 2.1.10/cvs/Linux i686)

Revision  Changes    Path
1.11                 media-video/rtmpdump/rtmpdump-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?r1=1.10&r2=1.11

Index: rtmpdump-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rtmpdump-2.3.ebuild	11 Oct 2010 18:51:42 -0000	1.10
+++ rtmpdump-2.3.ebuild	11 Jun 2011 12:55:59 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.10 2010/10/11 18:51:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.11 2011/06/11 12:55:59 maekke Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
 IUSE="gnutls polarssl ssl"
 
 DEPEND="ssl? (



1.17                 media-video/rtmpdump/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	11 Oct 2010 18:51:42 -0000	1.16
+++ ChangeLog	11 Jun 2011 12:55:59 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/rtmpdump
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.16 2010/10/11 18:51:42 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.17 2011/06/11 12:55:59 maekke Exp $
+
+  11 Jun 2011; Markus Meier <maekke@gentoo.org> rtmpdump-2.3.ebuild:
+  add ~arm, bug #354467
 
   11 Oct 2010; Jeroen Roovers <jer@gentoo.org> rtmpdump-2.3.ebuild:
   Stable for HPPA (bug #332361).






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog
@ 2011-07-07  3:57 Alexis Ballier (aballier)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-07  3:57 UTC (permalink / raw
  To: gentoo-commits

aballier    11/07/07 03:57:22

  Modified:             rtmpdump-2.3.ebuild ChangeLog
  Log:
  keyword ~x86-fbsd
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 media-video/rtmpdump/rtmpdump-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?r1=1.11&r2=1.12

Index: rtmpdump-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rtmpdump-2.3.ebuild	11 Jun 2011 12:55:59 -0000	1.11
+++ rtmpdump-2.3.ebuild	7 Jul 2011 03:57:22 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.11 2011/06/11 12:55:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.12 2011/07/07 03:57:22 aballier Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd"
 IUSE="gnutls polarssl ssl"
 
 DEPEND="ssl? (



1.18                 media-video/rtmpdump/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	11 Jun 2011 12:55:59 -0000	1.17
+++ ChangeLog	7 Jul 2011 03:57:22 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/rtmpdump
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.17 2011/06/11 12:55:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.18 2011/07/07 03:57:22 aballier Exp $
+
+  07 Jul 2011; Alexis Ballier <aballier@gentoo.org> rtmpdump-2.3.ebuild:
+  keyword ~x86-fbsd
 
   11 Jun 2011; Markus Meier <maekke@gentoo.org> rtmpdump-2.3.ebuild:
   add ~arm, bug #354467






^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-07-07  3:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-11 12:55 [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-07  3:57 Alexis Ballier (aballier)
2010-10-11 18:51 Jeroen Roovers (jer)
2010-10-08 14:49 Brent Baude (ranger)
2010-10-08 14:39 Brent Baude (ranger)
2010-09-24 20:45 Markos Chandras (hwoarang)
2010-09-17  9:35 Christian Faulhammer (fauli)
2010-09-15 23:13 Joseph Jezak (josejx)
2010-07-11 15:14 Jeroen Roovers (jer)
2010-07-08 10:02 Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox