diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-17 05:30:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-17 05:30:29 +0000 |
commit | 652d5c48d6e3272c4f5987739a97d1961643252f (patch) | |
tree | b9a47dd307446e3ba880614a032366a4de9dfda8 /media-tv/ivtv | |
parent | Stable on x86/amd64, minor cleanup (diff) | |
download | historical-652d5c48d6e3272c4f5987739a97d1961643252f.tar.gz historical-652d5c48d6e3272c4f5987739a97d1961643252f.tar.bz2 historical-652d5c48d6e3272c4f5987739a97d1961643252f.zip |
repoman: Trim trailing whitespace
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-tv/ivtv')
-rw-r--r-- | media-tv/ivtv/Manifest | 18 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.3.7c.ebuild | 14 |
2 files changed, 11 insertions, 21 deletions
diff --git a/media-tv/ivtv/Manifest b/media-tv/ivtv/Manifest index 3fcae6223e33..3cd0ae4159cc 100644 --- a/media-tv/ivtv/Manifest +++ b/media-tv/ivtv/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 0940dde91568a89a0bc207a1666bf637 ChangeLog 4503 -MD5 1c23c493f156e23154d23b7e00851be8 ivtv-0.3.7c.ebuild 4309 -MD5 1b5dfd233a54a22de87bcb47627a7265 ivtv-0.2.0_rc3-r4.ebuild 3964 MD5 71007461e2e10f367a6a8f7a0b0d7d6a metadata.xml 465 +MD5 1b5dfd233a54a22de87bcb47627a7265 ivtv-0.2.0_rc3-r4.ebuild 3964 MD5 28b327ad3b268ad20a14a516c72e9908 ivtv-0.2.0_rc3-r5.ebuild 3964 -MD5 a8e5872e973e678055f33614dec981c0 files/digest-ivtv-0.3.7c 130 +MD5 ea0c53a3414cbd9e79f8d1786d1d588d ivtv-0.3.7c.ebuild 4306 +MD5 0940dde91568a89a0bc207a1666bf637 ChangeLog 4503 MD5 994d47620b6a826a5d2cf84b3cb1bc5c files/digest-ivtv-0.2.0_rc3-r4 134 MD5 5458ad51769cecb853e0afb00ab63930 files/digest-ivtv-0.2.0_rc3-r5 134 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDAoTOBtvusYtCZMsRAqKAAJ4kqAOG8FEDvgt+BIywaN3MRggHgwCbBMXB -XNLYJFeeShNGFVzzbVO8qWU= -=VqlU ------END PGP SIGNATURE----- +MD5 a8e5872e973e678055f33614dec981c0 files/digest-ivtv-0.3.7c 130 diff --git a/media-tv/ivtv/ivtv-0.3.7c.ebuild b/media-tv/ivtv/ivtv-0.3.7c.ebuild index f3db8e42d684..0594feb78f07 100644 --- a/media-tv/ivtv/ivtv-0.3.7c.ebuild +++ b/media-tv/ivtv/ivtv-0.3.7c.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.3.7c.ebuild,v 1.2 2005/08/16 20:08:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.3.7c.ebuild,v 1.3 2005/08/17 05:30:29 mr_bones_ Exp $ inherit eutils linux-mod @@ -37,7 +37,7 @@ pkg_setup() { saa7127(extra:${S}/driver) cx25840(extra:${S}/driver)" linux_chkconfig_present FB && MODULE_NAMES="${MODULE_NAMES}" - + einfo "Unsupported development ebuild" } @@ -50,7 +50,7 @@ src_unpack() { sed -e "s:^KERNVER = .*:KERNVER = ${KV_FULL}:g" \ -i ${S}/driver/Makefile2.* || die "sed failed" - # This powerpc patch patches the source of the driver to disable DMA on ppc, + # This powerpc patch patches the source of the driver to disable DMA on ppc, # instead PIO is used. Also, it force enables -fsigned-char and does not # build some modules that contain x86 asm. @@ -111,10 +111,10 @@ pkg_postinst() { einfo "3) Then perform a 'update-modules'." echo # The MCE versions of the PVR cards come without remote control because (I - # assume) a remote control is included in Windows Media Center Edition. It - # is probably a good idea to just say that if your package comes with a - # remote then emerge lirc. Lirc should build all drivers anyway. - # + # assume) a remote control is included in Windows Media Center Edition. It + # is probably a good idea to just say that if your package comes with a + # remote then emerge lirc. Lirc should build all drivers anyway. + # # einfo "To get the ir remote working, you'll need to emerge lirc" # einfo "with the following set:" # einfo "LIRC_OPTS=\"--with-x --with-driver=hauppauge --with-major=61 " |