diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-10-19 14:39:59 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-10-19 14:39:59 +0000 |
commit | d61976e77875a7e95ab5faddc9e85e60b993d64a (patch) | |
tree | 03ccddd98cc4b8c4e9df05c53b0ba111c05d92d6 /media-tv | |
parent | old (diff) | |
download | historical-d61976e77875a7e95ab5faddc9e85e60b993d64a.tar.gz historical-d61976e77875a7e95ab5faddc9e85e60b993d64a.tar.bz2 historical-d61976e77875a7e95ab5faddc9e85e60b993d64a.zip |
dodir a few dirs, fixes bug 68110, thanks to Ajay Sharma
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/ivtv/Manifest | 10 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.2.0_rc1.ebuild | 6 |
3 files changed, 14 insertions, 7 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog index 7b1354097b24..d4d7da72bc22 100644 --- a/media-tv/ivtv/ChangeLog +++ b/media-tv/ivtv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/ivtv # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.12 2004/10/18 04:14:26 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.13 2004/10/19 14:39:59 iggy Exp $ + + 19 Oct 2004; <iggy@gentoo.org> ivtv-0.2.0_rc1.ebuild: + dodir a few dirs, fixes bug 68110, thanks to Ajay Sharma 17 Oct 2004; <iggy@gentoo.org> ivtv-0.2.0_rc1.ebuild: fixed compiling on 2.4, thanks to Salim Fadhley, closes bug 67833 diff --git a/media-tv/ivtv/Manifest b/media-tv/ivtv/Manifest index 3528aa30af63..d8ecfb16d828 100644 --- a/media-tv/ivtv/Manifest +++ b/media-tv/ivtv/Manifest @@ -2,8 +2,8 @@ Hash: SHA1 MD5 9ae322027f63420b0508cae24306924c ivtv-0.1.9-r4.ebuild 3493 -MD5 6b071f07257a6ca8ddd03f938714dd5f ivtv-0.2.0_rc1.ebuild 3521 -MD5 064b8cef1bf2b06494b3edcc012abf1f ChangeLog 1792 +MD5 11c2fcf3c2bdd676f1efaae0d56100f7 ivtv-0.2.0_rc1.ebuild 3672 +MD5 8816539cbc22e095bbf895d0aa0bbb70 ChangeLog 1908 MD5 1992ed55b53c47d18457afada6ec3445 ivtv-0.1.9-r3.ebuild 3297 MD5 212f198236ed9fef7b10b46f8cb80c63 metadata.xml 446 MD5 706947f1027708969a61f7b5dcfb3727 files/digest-ivtv-0.2.0_rc1 127 @@ -12,7 +12,7 @@ MD5 c30318ac79a607f6ad308208a5987c3b files/digest-ivtv-0.1.9-r4 129 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBc0MtMSkoRwEucGERApOnAKC/rB5SnRWdmDjp2ZVnmBokGk+NIACeJqKH -S+QLE+uXTVdiP7KFMKE7WD0= -=GErp +iD8DBQFBdSdHMSkoRwEucGERAoxqAKCW1MgfKGdNEwSvCvZEMQq1Cg9kdACgkwED +Bg7TAT847KI/QyE2duITxsU= +=/8a5 -----END PGP SIGNATURE----- diff --git a/media-tv/ivtv/ivtv-0.2.0_rc1.ebuild b/media-tv/ivtv/ivtv-0.2.0_rc1.ebuild index b270f7f4c529..002d4892a76b 100644 --- a/media-tv/ivtv/ivtv-0.2.0_rc1.ebuild +++ b/media-tv/ivtv/ivtv-0.2.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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_rc1.ebuild,v 1.2 2004/10/18 04:14:26 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.2.0_rc1.ebuild,v 1.3 2004/10/19 14:39:59 iggy Exp $ # TODO # the "Gentoo way" is to use /usr/src/linux, not the running kernel @@ -73,6 +73,10 @@ src_install() { dodoc README.mythtv-ivtv README.radio README.vbi zvbi.diff dodoc lircd-g.conf lircd.conf lircrc + # for whatever reason, the Makefile doesn't make the dirs we need + # fixes bug # 68110 + dodir /usr/include/linux + dodir /lib/modules/`uname -r`/extra cd ${WORKDIR}/${MY_P}/driver make DESTDIR=${D} install || die "installation of driver failed" |