diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-16 14:04:08 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-16 14:04:08 +0000 |
commit | 765bb56e855188aff28e5f0678f878e24af1c2df (patch) | |
tree | b0ea6d8a4811e1032401ca250352896be3243bd6 /media-tv/ivtv | |
parent | Marked ~hpppa (bug #174785). (diff) | |
download | gentoo-2-765bb56e855188aff28e5f0678f878e24af1c2df.tar.gz gentoo-2-765bb56e855188aff28e5f0678f878e24af1c2df.tar.bz2 gentoo-2-765bb56e855188aff28e5f0678f878e24af1c2df.zip |
modules->update to update-modules per bug #174766
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-tv/ivtv')
-rw-r--r-- | media-tv/ivtv/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.4.5.ebuild | 4 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.4.7.ebuild | 4 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.4.8.ebuild | 4 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.4.9.ebuild | 4 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.6.3.ebuild | 4 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.6.4.ebuild | 4 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.6.5.ebuild | 4 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.6.6.ebuild | 4 |
9 files changed, 23 insertions, 17 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog index 5e3b6ddf4644..8f8e8bc74aba 100644 --- a/media-tv/ivtv/ChangeLog +++ b/media-tv/ivtv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-tv/ivtv # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.76 2007/03/10 23:13:52 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.77 2007/04/16 14:04:08 cardoe Exp $ + + 16 Apr 2007; Doug Goldstein <cardoe@gentoo.org> ivtv-0.4.5.ebuild, + ivtv-0.4.7.ebuild, ivtv-0.4.8.ebuild, ivtv-0.4.9.ebuild, + ivtv-0.6.3.ebuild, ivtv-0.6.4.ebuild, ivtv-0.6.5.ebuild, + ivtv-0.6.6.ebuild: + modules->update to update-modules per bug #174766 *ivtv-0.10.1-r1 (10 Mar 2007) *ivtv-0.10.0-r1 (10 Mar 2007) diff --git a/media-tv/ivtv/ivtv-0.4.5.ebuild b/media-tv/ivtv/ivtv-0.4.5.ebuild index c28fa8dc0ac3..a35e56ef0f9d 100644 --- a/media-tv/ivtv/ivtv-0.4.5.ebuild +++ b/media-tv/ivtv/ivtv-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild,v 1.7 2007/01/30 15:05:53 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild,v 1.8 2007/04/16 14:04:08 cardoe Exp $ inherit eutils linux-mod @@ -143,7 +143,7 @@ pkg_postinst() { for MODNAME in ${BADMODS}; do if [ -f "${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" ] ; then ewarn "You have the ${MODNAME} module that comes with the kernel. It isn't compatible" - ewarn "with ivtv. You need to back it up to somewhere else, then run 'modules-update'" + ewarn "with ivtv. You need to back it up to somewhere else, then run 'update-modules'" ewarn "The file to remove is ${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" echo fi diff --git a/media-tv/ivtv/ivtv-0.4.7.ebuild b/media-tv/ivtv/ivtv-0.4.7.ebuild index f330819187d9..ee9fd7b08845 100644 --- a/media-tv/ivtv/ivtv-0.4.7.ebuild +++ b/media-tv/ivtv/ivtv-0.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild,v 1.6 2007/02/19 22:29:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild,v 1.7 2007/04/16 14:04:08 cardoe Exp $ inherit eutils linux-mod @@ -123,7 +123,7 @@ pkg_postinst() { for MODNAME in ${BADMODS}; do if [ -f "${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" ] ; then ewarn "You have the ${MODNAME} module that comes with the kernel. It isn't compatible" - ewarn "with ivtv. You need to back it up to somewhere else, then run 'modules-update'" + ewarn "with ivtv. You need to back it up to somewhere else, then run 'update-modules'" ewarn "The file to remove is ${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" echo fi diff --git a/media-tv/ivtv/ivtv-0.4.8.ebuild b/media-tv/ivtv/ivtv-0.4.8.ebuild index e1ad4d7be8ae..89f968b59f01 100644 --- a/media-tv/ivtv/ivtv-0.4.8.ebuild +++ b/media-tv/ivtv/ivtv-0.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.8.ebuild,v 1.3 2007/02/19 22:29:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.8.ebuild,v 1.4 2007/04/16 14:04:08 cardoe Exp $ inherit eutils linux-mod @@ -124,7 +124,7 @@ pkg_postinst() { for MODNAME in ${BADMODS}; do if [ -f "${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" ] ; then ewarn "You have the ${MODNAME} module that comes with the kernel. It isn't compatible" - ewarn "with ivtv. You need to back it up to somewhere else, then run 'modules-update'" + ewarn "with ivtv. You need to back it up to somewhere else, then run 'update-modules'" ewarn "The file to remove is ${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" echo fi diff --git a/media-tv/ivtv/ivtv-0.4.9.ebuild b/media-tv/ivtv/ivtv-0.4.9.ebuild index 183ffebd05f0..106e7414c28d 100644 --- a/media-tv/ivtv/ivtv-0.4.9.ebuild +++ b/media-tv/ivtv/ivtv-0.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.9.ebuild,v 1.4 2007/02/19 22:29:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.9.ebuild,v 1.5 2007/04/16 14:04:08 cardoe Exp $ inherit eutils linux-mod @@ -124,7 +124,7 @@ pkg_postinst() { for MODNAME in ${BADMODS}; do if [ -f "${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" ] ; then ewarn "You have the ${MODNAME} module that comes with the kernel. It isn't compatible" - ewarn "with ivtv. You need to back it up to somewhere else, then run 'modules-update'" + ewarn "with ivtv. You need to back it up to somewhere else, then run 'update-modules'" ewarn "The file to remove is ${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" echo fi diff --git a/media-tv/ivtv/ivtv-0.6.3.ebuild b/media-tv/ivtv/ivtv-0.6.3.ebuild index 0a50e3b28786..571e9c6dd0b8 100644 --- a/media-tv/ivtv/ivtv-0.6.3.ebuild +++ b/media-tv/ivtv/ivtv-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.3.ebuild,v 1.5 2007/01/30 15:05:53 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.3.ebuild,v 1.6 2007/04/16 14:04:08 cardoe Exp $ inherit eutils linux-mod @@ -127,7 +127,7 @@ pkg_postinst() { for MODNAME in ${BADMODS}; do if [ -f "${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" ] ; then ewarn "You have the ${MODNAME} module that comes with the kernel. It isn't compatible" - ewarn "with ivtv. You need to back it up to somewhere else, then run 'modules-update'" + ewarn "with ivtv. You need to back it up to somewhere else, then run 'update-modules'" ewarn "The file to remove is ${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" echo fi diff --git a/media-tv/ivtv/ivtv-0.6.4.ebuild b/media-tv/ivtv/ivtv-0.6.4.ebuild index c63f8ff232e8..ec9e77a7a7ac 100644 --- a/media-tv/ivtv/ivtv-0.6.4.ebuild +++ b/media-tv/ivtv/ivtv-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.4.ebuild,v 1.6 2007/02/19 22:29:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.4.ebuild,v 1.7 2007/04/16 14:04:08 cardoe Exp $ inherit eutils linux-mod @@ -107,7 +107,7 @@ pkg_postinst() { for MODNAME in ${BADMODS}; do if [ -f "${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" ] ; then ewarn "You have the ${MODNAME} module that comes with the kernel. It isn't compatible" - ewarn "with ivtv. You need to back it up to somewhere else, then run 'modules-update'" + ewarn "with ivtv. You need to back it up to somewhere else, then run 'update-modules'" ewarn "The file to remove is ${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" echo fi diff --git a/media-tv/ivtv/ivtv-0.6.5.ebuild b/media-tv/ivtv/ivtv-0.6.5.ebuild index aeb157b4ff94..ee08e7efef46 100644 --- a/media-tv/ivtv/ivtv-0.6.5.ebuild +++ b/media-tv/ivtv/ivtv-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.5.ebuild,v 1.3 2007/02/19 22:29:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.5.ebuild,v 1.4 2007/04/16 14:04:08 cardoe Exp $ inherit eutils linux-mod @@ -108,7 +108,7 @@ pkg_postinst() { for MODNAME in ${BADMODS}; do if [ -f "${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" ] ; then ewarn "You have the ${MODNAME} module that comes with the kernel. It isn't compatible" - ewarn "with ivtv. You need to back it up to somewhere else, then run 'modules-update'" + ewarn "with ivtv. You need to back it up to somewhere else, then run 'update-modules'" ewarn "The file to remove is ${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" echo fi diff --git a/media-tv/ivtv/ivtv-0.6.6.ebuild b/media-tv/ivtv/ivtv-0.6.6.ebuild index 8011408c5adc..010cdd33a69c 100644 --- a/media-tv/ivtv/ivtv-0.6.6.ebuild +++ b/media-tv/ivtv/ivtv-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.6.ebuild,v 1.4 2007/02/19 22:29:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.6.ebuild,v 1.5 2007/04/16 14:04:08 cardoe Exp $ inherit eutils linux-mod @@ -108,7 +108,7 @@ pkg_postinst() { for MODNAME in ${BADMODS}; do if [ -f "${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" ] ; then ewarn "You have the ${MODNAME} module that comes with the kernel. It isn't compatible" - ewarn "with ivtv. You need to back it up to somewhere else, then run 'modules-update'" + ewarn "with ivtv. You need to back it up to somewhere else, then run 'update-modules'" ewarn "The file to remove is ${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" echo fi |