summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2008-06-21 19:48:00 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2008-06-21 19:48:00 +0000
commit9c4e5d8859b6eaa57084127441daf20193eb15c6 (patch)
tree80d1956c61b0dd8f1d82805ee81cd4d0ea3e3871
parentStable on ppc64; bug #225777 (diff)
downloadgentoo-2-9c4e5d8859b6eaa57084127441daf20193eb15c6.tar.gz
gentoo-2-9c4e5d8859b6eaa57084127441daf20193eb15c6.tar.bz2
gentoo-2-9c4e5d8859b6eaa57084127441daf20193eb15c6.zip
fixed pkg_postinst; thanks to M.Happe
(Portage version: 2.1.4.4)
-rw-r--r--media-plugins/vdr-streamdev/ChangeLog6
-rw-r--r--media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild12
2 files changed, 15 insertions, 3 deletions
diff --git a/media-plugins/vdr-streamdev/ChangeLog b/media-plugins/vdr-streamdev/ChangeLog
index ae091dfa3ffa..e3b6d678dc86 100644
--- a/media-plugins/vdr-streamdev/ChangeLog
+++ b/media-plugins/vdr-streamdev/ChangeLog
@@ -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,
diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild b/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild
index 429c989d1d0d..feb70e12db2c 100644
--- a/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild
+++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild
@@ -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 @@ src_install() {
}
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}."