summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-03-19 18:28:20 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-03-19 18:28:20 +0000
commit6766880d970df1fb40e64c377c6709f6ea24b24b (patch)
treec875c8298b6cc125e69386762b4ef3d7fc69009c /media-video/linuxtv-dvb
parentOops, added ~hppa instead of hppa in the ebuild. Fixed now. (diff)
downloadgentoo-2-6766880d970df1fb40e64c377c6709f6ea24b24b.tar.gz
gentoo-2-6766880d970df1fb40e64c377c6709f6ea24b24b.tar.bz2
gentoo-2-6766880d970df1fb40e64c377c6709f6ea24b24b.zip
Added info for your kernel config.
Diffstat (limited to 'media-video/linuxtv-dvb')
-rw-r--r--media-video/linuxtv-dvb/ChangeLog9
-rw-r--r--media-video/linuxtv-dvb/linuxtv-dvb-1.0.0_pre2.ebuild11
2 files changed, 17 insertions, 3 deletions
diff --git a/media-video/linuxtv-dvb/ChangeLog b/media-video/linuxtv-dvb/ChangeLog
index 010b686b4690..97721c082459 100644
--- a/media-video/linuxtv-dvb/ChangeLog
+++ b/media-video/linuxtv-dvb/ChangeLog
@@ -1,8 +1,13 @@
# ChangeLog for media-video/linuxtv-dvb
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/linuxtv-dvb/ChangeLog,v 1.2 2003/03/11 20:04:48 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/linuxtv-dvb/ChangeLog,v 1.3 2003/03/19 18:28:20 mholzer Exp $
+
+*linuxtv-dvb-1.0.0_pre2 (19 Mar 2003)
+
+ 19 Mar 2003; Martin Holzer <mholzer@gentoo.org>
+ linuxtv-dvb-1.0.0_pre2.ebuild:
+ Added info for your kernel config.
-*media-video/linuxtv-dvb-1.0.0_pre2 (06 Mar 2003)
11 Mar 2003; Martin Holzer <mholzer@gentoo.org>
linuxtv-dvb-1.0.0_pre2.ebuild : Added virtual/linux-sources to DEPEND.
diff --git a/media-video/linuxtv-dvb/linuxtv-dvb-1.0.0_pre2.ebuild b/media-video/linuxtv-dvb/linuxtv-dvb-1.0.0_pre2.ebuild
index 808fec17ca58..ac4d7b2bfc98 100644
--- a/media-video/linuxtv-dvb/linuxtv-dvb-1.0.0_pre2.ebuild
+++ b/media-video/linuxtv-dvb/linuxtv-dvb-1.0.0_pre2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/linuxtv-dvb/linuxtv-dvb-1.0.0_pre2.ebuild,v 1.4 2003/03/11 20:04:48 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/linuxtv-dvb/linuxtv-dvb-1.0.0_pre2.ebuild,v 1.5 2003/03/19 18:28:20 mholzer Exp $
DESCRIPTION="Standalone DVB driver for Linux kernel 2.4.x"
HOMEPAGE="http://www.linuxtv.org"
@@ -13,6 +13,13 @@ DEPEND="virtual/linux-sources"
#RDEPEND=""
S=${WORKDIR}/${PN}-1.0.0-pre2
+pkg_setup() {
+ einfo ""
+ einfo "Please make sure that the following option is enabled"
+ einfo "in your current kernel 'Multimedia devices'"
+ einfo ""
+}
+
src_compile() {
emake
}
@@ -85,8 +92,10 @@ src_install() {
pkg_postinst() {
depmod -a
+ einfo ""
einfo "If you don't use devfs, execute makedev.napi o create"
einfo "the device nodes. The file is in /usr/share/doc/${PV}/"
+ einfo ""
}
pkg_postrm() {