public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-streamdev: vdr-streamdev-0.3.4.ebuild ChangeLog
@ 2008-06-21 19:48 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; 3+ messages in thread
From: Joerg Bornkessel (hd_brummy) @ 2008-06-21 19:48 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    08/06/21 19:48:01

  Modified:             vdr-streamdev-0.3.4.ebuild ChangeLog
  Log:
  fixed pkg_postinst; thanks to M.Happe
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?r1=1.1&r2=1.2

Index: vdr-streamdev-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-streamdev-0.3.4.ebuild	18 Jun 2008 16:36:36 -0000	1.1
+++ vdr-streamdev-0.3.4.ebuild	21 Jun 2008 19:48:00 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v 1.1 2008/06/18 16:36:36 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v 1.2 2008/06/21 19:48:00 hd_brummy Exp $
 
 inherit vdr-plugin eutils
 
@@ -48,7 +48,15 @@
 }
 
 pkg_postinst() {
-	vdr-plugin_pkg_postinst
+	echo
+	elog "To activate the client part for this vdr-plugin execute the following command:"
+	elog "\teselect vdr-plugin enable ${PN#vdr-}-client"
+	elog
+	echo
+	elog "To activate the server part for this vdr-plugin execute the following command:"
+	elog "\teselect vdr-plugin enable ${PN#vdr-}-server"
+	elog
+	echo
 	elog "If you want to use the externremux-feature, then put"
 	elog "your custom script as ${EXTERNREMUX_PATH}."
 



1.4                  media-plugins/vdr-streamdev/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	18 Jun 2008 16:36:36 -0000	1.3
+++ ChangeLog	21 Jun 2008 19:48:00 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-streamdev
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.3 2008/06/18 16:36:36 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.4 2008/06/21 19:48:00 hd_brummy Exp $
+
+  21 Jun 2008; Joerg Bornkessel <hd_brummy@gentoo.org>
+  vdr-streamdev-0.3.4.ebuild:
+  fixed pkg_postinst; thanks to M.Happe
 
   18 Jun 2008; Matthias Schwarzott <zzam@gentoo.org>
   +files/vdr-streamdev-0.3.4-gentoo.diff, +metadata.xml,



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-streamdev: vdr-streamdev-0.3.4.ebuild ChangeLog
@ 2008-06-25 21:38 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Schwarzott (zzam) @ 2008-06-25 21:38 UTC (permalink / raw
  To: gentoo-commits

zzam        08/06/25 21:38:34

  Modified:             vdr-streamdev-0.3.4.ebuild ChangeLog
  Log:
  Revert last commit, as now eclass does display message appropriate for multiple installed plugins.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r4 i686)

Revision  Changes    Path
1.3                  media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?r1=1.2&r2=1.3

Index: vdr-streamdev-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-streamdev-0.3.4.ebuild	21 Jun 2008 19:48:00 -0000	1.2
+++ vdr-streamdev-0.3.4.ebuild	25 Jun 2008 21:38:34 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v 1.2 2008/06/21 19:48:00 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v 1.3 2008/06/25 21:38:34 zzam Exp $
 
 inherit vdr-plugin eutils
 
@@ -48,15 +48,7 @@
 }
 
 pkg_postinst() {
-	echo
-	elog "To activate the client part for this vdr-plugin execute the following command:"
-	elog "\teselect vdr-plugin enable ${PN#vdr-}-client"
-	elog
-	echo
-	elog "To activate the server part for this vdr-plugin execute the following command:"
-	elog "\teselect vdr-plugin enable ${PN#vdr-}-server"
-	elog
-	echo
+	vdr-plugin_pkg_postinst
 	elog "If you want to use the externremux-feature, then put"
 	elog "your custom script as ${EXTERNREMUX_PATH}."
 



1.5                  media-plugins/vdr-streamdev/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	21 Jun 2008 19:48:00 -0000	1.4
+++ ChangeLog	25 Jun 2008 21:38:34 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/vdr-streamdev
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.4 2008/06/21 19:48:00 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.5 2008/06/25 21:38:34 zzam Exp $
+
+  25 Jun 2008; Matthias Schwarzott <zzam@gentoo.org>
+  vdr-streamdev-0.3.4.ebuild:
+  Revert last commit, as now eclass does display message appropriate for
+  multiple installed plugins.
 
   21 Jun 2008; Joerg Bornkessel <hd_brummy@gentoo.org>
   vdr-streamdev-0.3.4.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-streamdev: vdr-streamdev-0.3.4.ebuild ChangeLog
@ 2009-02-25 15:21 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Schwarzott (zzam) @ 2009-02-25 15:21 UTC (permalink / raw
  To: gentoo-commits

zzam        09/02/25 15:21:32

  Modified:             vdr-streamdev-0.3.4.ebuild ChangeLog
  Log:
  Marked stable on x86.
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.4                  media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?r1=1.3&r2=1.4

Index: vdr-streamdev-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-streamdev-0.3.4.ebuild	25 Jun 2008 21:38:34 -0000	1.3
+++ vdr-streamdev-0.3.4.ebuild	25 Feb 2009 15:21:31 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v 1.3 2008/06/25 21:38:34 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v 1.4 2009/02/25 15:21:31 zzam Exp $
 
 inherit vdr-plugin eutils
 
@@ -16,6 +16,7 @@
 DEPEND=">=media-video/vdr-1.3.24
 	!media-plugins/vdr-streamdev-client
 	!media-plugins/vdr-streamdev-server"
+RDEPEND="${DEPEND}"
 
 EXTERNREMUX_PATH=/usr/share/vdr/streamdev/externremux.sh
 



1.6                  media-plugins/vdr-streamdev/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	25 Jun 2008 21:38:34 -0000	1.5
+++ ChangeLog	25 Feb 2009 15:21:31 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-streamdev
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.5 2008/06/25 21:38:34 zzam Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.6 2009/02/25 15:21:31 zzam Exp $
+
+  25 Feb 2009; Matthias Schwarzott <zzam@gentoo.org>
+  vdr-streamdev-0.3.4.ebuild:
+  Marked stable on x86.
 
   25 Jun 2008; Matthias Schwarzott <zzam@gentoo.org>
   vdr-streamdev-0.3.4.ebuild:






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

end of thread, other threads:[~2009-02-25 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-21 19:48 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-streamdev: vdr-streamdev-0.3.4.ebuild ChangeLog Joerg Bornkessel (hd_brummy)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-25 21:38 Matthias Schwarzott (zzam)
2009-02-25 15:21 Matthias Schwarzott (zzam)

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