diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-04-12 16:30:56 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-04-12 16:30:56 +0000 |
commit | 9f16d96c5950406e25ee80336308e51caae13d8d (patch) | |
tree | 8242fecbb5a2256c9ba1c4f2a6e614e1493856ec /media-video/em8300-modules | |
parent | Version bump. (diff) | |
download | gentoo-2-9f16d96c5950406e25ee80336308e51caae13d8d.tar.gz gentoo-2-9f16d96c5950406e25ee80336308e51caae13d8d.tar.bz2 gentoo-2-9f16d96c5950406e25ee80336308e51caae13d8d.zip |
Remove unused version.
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-video/em8300-modules')
-rw-r--r-- | media-video/em8300-modules/em8300-modules-0.15.3.ebuild | 91 | ||||
-rw-r--r-- | media-video/em8300-modules/files/digest-em8300-modules-0.15.3 | 3 |
2 files changed, 0 insertions, 94 deletions
diff --git a/media-video/em8300-modules/em8300-modules-0.15.3.ebuild b/media-video/em8300-modules/em8300-modules-0.15.3.ebuild deleted file mode 100644 index 9bf160f0b678..000000000000 --- a/media-video/em8300-modules/em8300-modules-0.15.3.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.15.3.ebuild,v 1.5 2007/01/06 14:57:42 zzam Exp $ - -inherit eutils linux-info - -S="${WORKDIR}/${A/.tar.gz/}/modules" -DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card kernel modules" -HOMEPAGE="http://dxr3.sourceforge.net" -SRC_URI="mirror://sourceforge/dxr3/${P/-modules/}.tar.gz" - -DEPEND="virtual/linux-sources" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -src_unpack () { - - unpack ${A} - cd ${S} -} - -src_compile () { - - check_KV - set_arch_to_kernel - cd .. - for file in autotools/config.guess configure modules/ldm modules/Makefile modules/INSTALL; do - sed -i -e 's/uname[[:space:]]*-r/echo ${KV}/' $file - done - cd modules - make || die - set_arch_to_portage -} - -src_install () { - - insinto "/usr/include/linux" - doins ../include/linux/em8300.h - - check_KV - - - # The driver goes into the standard modules location - insinto "/lib/modules/${KV}/kernel/drivers/video" - - if [ "${KV:0:3}" == "2.6" ] - then - doins em8300.ko bt865.ko adv717x.ko - else - doins em8300.o bt865.o adv717x.o - fi - - # Docs - dodoc README-modoptions \ - README-modules.conf \ - devfs_symlinks - - insinto /etc/modules.d - newins ${FILESDIR}/modules.em8300 em8300 - - insinto /etc/udev/rules.d - newins em8300-udev.rules 15-em8300.rules -} - -pkg_postinst () { - - if [ "${ROOT}" = "/" ] - then - /sbin/modules-update - fi - - elog - elog "The em8300 kernel modules have been installed into the modules" - elog "directory of your currently running kernel. They haven't been" - elog "loaded. Please read the documentation, and if you would like" - elog "to have the modules load at startup, add em8300, bt865, adv717x" - elog "to your /etc/modules.autoload they may need module options to " - elog "work correctly on your system. You will also need to add" - elog "the contents of /usr/share/doc/${P}/devfs_symlinks.gz" - elog "to your devfsd.conf so that the em8300 devices will be linked" - elog "correctly." - elog - elog "You will also need to have the i2c kernel modules compiled for" - elog "this to be happy, no need to patch any kernel though just turn" - elog "all the i2c stuff in kernel config to M and you'll be fine." - elog - -} diff --git a/media-video/em8300-modules/files/digest-em8300-modules-0.15.3 b/media-video/em8300-modules/files/digest-em8300-modules-0.15.3 deleted file mode 100644 index f1e70c040a5f..000000000000 --- a/media-video/em8300-modules/files/digest-em8300-modules-0.15.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 58a6765d469cc507c1e0dff152ce3d30 em8300-0.15.3.tar.gz 327572 -RMD160 9beb731d24c02408879c64e4b9d0439033be3882 em8300-0.15.3.tar.gz 327572 -SHA256 84d952406c2596b9e5a81002017cf91006546d7c2b650dde0c4ba332e1585da2 em8300-0.15.3.tar.gz 327572 |