summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-03-04 03:19:42 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-03-04 03:19:42 +0000
commit8570f7d61f7050bd89a316da398000c616200d4e (patch)
treeab396bdaee479a32223d5960015ee6344b8c8f10 /media-tv/ivtv
parentFixed the installation problem of the libraries. Hey, my first commit (diff)
downloadhistorical-8570f7d61f7050bd89a316da398000c616200d4e.tar.gz
historical-8570f7d61f7050bd89a316da398000c616200d4e.tar.bz2
historical-8570f7d61f7050bd89a316da398000c616200d4e.zip
BUILD_PARAMS="KDIR=${KERNEL_DIR}"
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-tv/ivtv')
-rw-r--r--media-tv/ivtv/ChangeLog5
-rw-r--r--media-tv/ivtv/Manifest10
-rw-r--r--media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild4
3 files changed, 11 insertions, 8 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog
index c981f9d11c7f..c117450bbe8e 100644
--- a/media-tv/ivtv/ChangeLog
+++ b/media-tv/ivtv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/ivtv
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.21 2005/03/03 03:22:26 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.22 2005/03/04 03:19:42 cardoe Exp $
+
+ 03 Mar 2005; Doug Goldstein <cardoe@gentoo.org> ivtv-0.2.0_rc3-r2.ebuild:
+ BUILD_PARAMS="KDIR=${KERNEL_DIR}"
02 Mar 2005; Doug Goldstein <cardoe@gentoo.org> ivtv-0.2.0_rc3-r2.ebuild:
removed dep on snd-bt87x
diff --git a/media-tv/ivtv/Manifest b/media-tv/ivtv/Manifest
index c0284c8b7e8d..c42bdfb1ed2e 100644
--- a/media-tv/ivtv/Manifest
+++ b/media-tv/ivtv/Manifest
@@ -3,8 +3,8 @@ Hash: SHA1
MD5 fe955abf36e3c4816288e3b7b8fedc46 ivtv-0.2.0_rc3.ebuild 3698
MD5 71007461e2e10f367a6a8f7a0b0d7d6a metadata.xml 465
-MD5 c04f6271436f2827f73226c4eda7a30a ChangeLog 3018
-MD5 ce65d1ead869e9df7a0e20820cf09b03 ivtv-0.2.0_rc3-r2.ebuild 2831
+MD5 9e7e1a73e1362cd69f83df4540b7dc6b ChangeLog 3131
+MD5 e3054c36ac41502ac2502af8511ad8f4 ivtv-0.2.0_rc3-r2.ebuild 2830
MD5 3478ada446b86ea433b13c9ae7163607 ivtv-0.2.0_rc2.ebuild 3655
MD5 f58ee9b309859204cc863b08568d4e24 files/digest-ivtv-0.2.0_rc2 127
MD5 8af31e29d594effa9af1bf2f135b7536 files/digest-ivtv-0.2.0_rc3 133
@@ -12,7 +12,7 @@ MD5 b9e5dc4af8f84b925e0821829ce7e1ba files/digest-ivtv-0.2.0_rc3-r2 134
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFCJoME5+pdB4IBr0URArmLAJ0aUBa4tYEH6ky02dM9T5nMGTKC0wCfSTFW
-m7vt3Ln2IbIerk6P2oR66Ww=
-=wfB0
+iD8DBQFCJ9PX5+pdB4IBr0URAmAlAJwJRlfTzWQBOHBHxzdhgLJ3dfTAvACbB8E4
+g3mzfq9rK4BMTs4NKEy7vg4=
+=+tmu
-----END PGP SIGNATURE-----
diff --git a/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild b/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild
index cabcfb2d625d..1aa45a1d568f 100644
--- a/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild
+++ b/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild,v 1.2 2005/03/03 03:22:26 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.2.0_rc3-r2.ebuild,v 1.3 2005/03/04 03:19:42 cardoe Exp $
inherit eutils linux-mod
@@ -28,7 +28,7 @@ MODULE_NAMES="ivtv(extra:${S}/driver)
tveeprom(extra:${S}/driver)
saa7127(extra:${S}/driver)"
BUILD_TARGETS="all"
-#BUILD_PARAMS="KDIR=${KERNEL_DIR}"
+BUILD_PARAMS="KDIR=${KERNEL_DIR}"
CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV"
DEPEND="app-arch/unzip"