summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-06-25 21:38:34 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-06-25 21:38:34 +0000
commite1dfe3f96b21a0a62b28bd559a339dfe0f543ac8 (patch)
tree90bb7a246e5f2e25df9297b757f1063c22d7646f /media-plugins/vdr-streamdev
parentShow not only command to enable main plugin, but list of installed plugins. (diff)
downloadgentoo-2-e1dfe3f96b21a0a62b28bd559a339dfe0f543ac8.tar.gz
gentoo-2-e1dfe3f96b21a0a62b28bd559a339dfe0f543ac8.tar.bz2
gentoo-2-e1dfe3f96b21a0a62b28bd559a339dfe0f543ac8.zip
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)
Diffstat (limited to 'media-plugins/vdr-streamdev')
-rw-r--r--media-plugins/vdr-streamdev/ChangeLog7
-rw-r--r--media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild12
2 files changed, 8 insertions, 11 deletions
diff --git a/media-plugins/vdr-streamdev/ChangeLog b/media-plugins/vdr-streamdev/ChangeLog
index e3b6d678dc86..c8e472b0b1de 100644
--- a/media-plugins/vdr-streamdev/ChangeLog
+++ b/media-plugins/vdr-streamdev/ChangeLog
@@ -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:
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 feb70e12db2c..8856cffeed60 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.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 @@ src_install() {
}
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}."