diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-06-01 17:20:41 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-06-01 17:20:41 +0000 |
commit | da8c9dbf5ddb29f3fa23fe8259d7ba10b73b7d58 (patch) | |
tree | f99b097368c3fe7095dc560e45af5910797351b3 /media-plugins | |
parent | Version bump and cleanup. (Manifest recommit) (diff) | |
download | gentoo-2-da8c9dbf5ddb29f3fa23fe8259d7ba10b73b7d58.tar.gz gentoo-2-da8c9dbf5ddb29f3fa23fe8259d7ba10b73b7d58.tar.bz2 gentoo-2-da8c9dbf5ddb29f3fa23fe8259d7ba10b73b7d58.zip |
Version bump and cleanup.
Diffstat (limited to 'media-plugins')
18 files changed, 86 insertions, 253 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 6d6b34521074..2bd1deba33a2 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgame # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.14 2004/04/20 17:45:31 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.15 2004/06/01 17:17:10 aliz Exp $ + +*mythgame-0.15 (01 Jun 2004) + + 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> mythgame-0.11.ebuild, + mythgame-0.12.ebuild, mythgame-0.15.ebuild: + Version bump and cleanups. 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mythgame-0.11.ebuild, mythgame-0.12.ebuild, mythgame-0.13.ebuild, mythgame-0.14.ebuild: diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest index c04ae067333f..fd3b759fe2a1 100644 --- a/media-plugins/mythgame/Manifest +++ b/media-plugins/mythgame/Manifest @@ -2,9 +2,11 @@ MD5 2d88ee960a77aab4923da0c0e7f7e918 mythgame-0.12.ebuild 1995 MD5 59944a2d4973f1da5a430e1b845c68f8 mythgame-0.14.ebuild 1020 MD5 f93a85010bf23771390cd4305bfde5a9 mythgame-0.11.ebuild 1992 MD5 2ca40e3cf45fbb02e89bbf651af52a45 mythgame-0.13.ebuild 1995 +MD5 59944a2d4973f1da5a430e1b845c68f8 mythgame-0.15.ebuild 1020 MD5 ded7344c31822b8e0d83eac66246599e ChangeLog 2505 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 2bd60d4f779ab52e53d15145940b8946 files/digest-mythgame-0.11 65 MD5 ace6a7f7f30d271f0c3e7bb1ea4ea89b files/digest-mythgame-0.12 65 MD5 ba98a6a8ff627a1e603a490d0c21a131 files/digest-mythgame-0.13 65 MD5 b2fb16ec79b3ec5d217bc4d12d5701a9 files/digest-mythgame-0.14 65 +MD5 e5049b74067dde8ebda7ffbd4938d9b7 files/digest-mythgame-0.15 65 diff --git a/media-plugins/mythgame/files/digest-mythgame-0.15 b/media-plugins/mythgame/files/digest-mythgame-0.15 new file mode 100644 index 000000000000..2c4ae0d08538 --- /dev/null +++ b/media-plugins/mythgame/files/digest-mythgame-0.15 @@ -0,0 +1 @@ +MD5 87e2cf46909ccad4ed44c935a41ff9f3 mythgame-0.15.tar.bz2 68191 diff --git a/media-plugins/mythgame/mythgame-0.11.ebuild b/media-plugins/mythgame/mythgame-0.11.ebuild deleted file mode 100644 index 2b998c157f74..000000000000 --- a/media-plugins/mythgame/mythgame-0.11.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.11.ebuild,v 1.5 2004/04/20 17:45:31 eradicator Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="Game emulator module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="sys-libs/zlib - >=sys-apps/sed-4 - || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" - -src_unpack() { - unpack ${A} - - for i in `grep -lr "usr/local" "${S}"` ; do - sed -e "s:/usr/local:/usr:" -i "${i}" || die "sed failed" - done -} - -src_compile() { - cpu="`get-flag march`" - if [ ! -z "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "${S}/settings.pro" || die "sed failed" - fi - - qmake -o "${S}/Makefile" "${S}/${PN}.pro" - - emake || die "compile problem" -} - -src_install () { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins gamedb/*.sql - - dodoc README UPGRADING gamelist.xml -} - -pkg_postinst() { - einfo "If this is the first time you install MythGame," - einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql" - einfo "/usr/share/mythtv/database/${PN}/nesdb.sql and " - einfo "/usr/share/mythtv/database/${PN}/snesdata.sql" - einfo "to your MythTV database in that order." - einfo - einfo "You might run in this order:" - einfo "'mysql < /usr/share/mythtv/database/${PN}/gamemetadata.sql'" - einfo "'mysql < /usr/share/mythtv/database/${PN}/nesdb.sql'" - einfo "'mysql < /usr/share/mythtv/database/${PN}/snesdata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." - echo -} diff --git a/media-plugins/mythgame/mythgame-0.12.ebuild b/media-plugins/mythgame/mythgame-0.12.ebuild deleted file mode 100644 index d93b8391c544..000000000000 --- a/media-plugins/mythgame/mythgame-0.12.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.12.ebuild,v 1.4 2004/04/20 17:45:31 eradicator Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="Game emulator module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="sys-libs/zlib - >=sys-apps/sed-4 - || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" - -src_unpack() { - unpack ${A} - - for i in `grep -lr "usr/local" "${S}"` ; do - sed -e "s:/usr/local:/usr:g" -i "${i}" || die "sed failed" - done -} - -src_compile() { - local cpu="`get-flag march || get-flag mcpu`" - if [ "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" - fi - - qmake -o "Makefile" "${PN}.pro" - emake || die "compile problem" -} - -src_install () { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins gamedb/*.sql - - dodoc README UPGRADING gamelist.xml -} - -pkg_postinst() { - einfo "If this is the first time you install MythGame," - einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql" - einfo "/usr/share/mythtv/database/${PN}/nesdb.sql and " - einfo "/usr/share/mythtv/database/${PN}/snesdata.sql" - einfo "to your MythTV database in that order." - einfo - einfo "You might run in this order:" - einfo "'mysql < /usr/share/mythtv/database/${PN}/gamemetadata.sql'" - einfo "'mysql < /usr/share/mythtv/database/${PN}/nesdb.sql'" - einfo "'mysql < /usr/share/mythtv/database/${PN}/snesdata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." - echo -} diff --git a/media-plugins/mythgame/mythgame-0.15.ebuild b/media-plugins/mythgame/mythgame-0.15.ebuild new file mode 100644 index 000000000000..77c7196e6adc --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.15.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.15.ebuild,v 1.1 2004/06/01 17:17:10 aliz Exp $ + +IUSE="" + +inherit flag-o-matic + +DESCRIPTION="Game emulator module for MythTV." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=sys-apps/sed-4 + sys-libs/zlib + || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" + +src_unpack() { + unpack ${A} && cd "${S}" + + for i in `grep -lr "usr/local" "${S}"` ; do + sed -e "s:/usr/local:/usr:g" -i "${i}" || die "sed failed" + done +} + +src_compile() { + local cpu="`get-flag march || get-flag mcpu`" + if [ "${cpu}" ] ; then + sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" + fi + + qmake -o "Makefile" "${PN}.pro" + emake || die "compile problem" +} + +src_install () { + einstall INSTALL_ROOT="${D}" + dodoc README UPGRADING gamelist.xml +} diff --git a/media-plugins/mythmusic/ChangeLog b/media-plugins/mythmusic/ChangeLog index f9bd1786dc8e..69a10267a765 100644 --- a/media-plugins/mythmusic/ChangeLog +++ b/media-plugins/mythmusic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythmusic # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.19 2004/05/01 17:30:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.20 2004/06/01 17:19:13 aliz Exp $ + +*mythmusic-0.15.1 (01 Jun 2004) + + 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> mythmusic-0.11.ebuild, + mythmusic-0.12.ebuild, mythmusic-0.15.1.ebuild: + Version bump and cleanups. 01 May 2004; Aron Griffis <agriffis@gentoo.org> mythmusic-0.14.ebuild: Add inherit eutils diff --git a/media-plugins/mythmusic/Manifest b/media-plugins/mythmusic/Manifest index b8e849806a53..3135280b72b9 100644 --- a/media-plugins/mythmusic/Manifest +++ b/media-plugins/mythmusic/Manifest @@ -1,10 +1,12 @@ MD5 131c376ed96a0217394dd8d2777d7c25 mythmusic-0.12.ebuild 2302 +MD5 71b66f89cad5e01460f8b365acd5ff3e mythmusic-0.15.1.ebuild 1811 MD5 71b66f89cad5e01460f8b365acd5ff3e mythmusic-0.14.ebuild 1811 MD5 863b9ba062460e918a49704d73f0eedc mythmusic-0.11.ebuild 2194 MD5 8e0f746611fc5b11d81c2c492fc49472 mythmusic-0.13.ebuild 2302 MD5 870246d8dbbbea978a1eb31de1b8ebbe ChangeLog 3435 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 8f32dd57de13b3cce86d582ecc59c4d2 files/asm_fix.diff 507 +MD5 848e6023c9cf8a12929e5dc1bd7468d6 files/digest-mythmusic-0.15.1 69 MD5 d3782b76395f4d656284b24c9ee8e7b4 files/digest-mythmusic-0.11 67 MD5 84fa19b3a9087c7357d9de3c374abee2 files/digest-mythmusic-0.12 67 MD5 2019c295b59aab34531f15790e8d79f0 files/digest-mythmusic-0.13 67 diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.11 b/media-plugins/mythmusic/files/digest-mythmusic-0.11 deleted file mode 100644 index f4a0e354e145..000000000000 --- a/media-plugins/mythmusic/files/digest-mythmusic-0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 3c6add40f3680fd755b6011d37e6c24b mythmusic-0.11.tar.bz2 167010 diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.12 b/media-plugins/mythmusic/files/digest-mythmusic-0.12 deleted file mode 100644 index e3da303d57cc..000000000000 --- a/media-plugins/mythmusic/files/digest-mythmusic-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 04afe787b0dea4092abc1aced3e58d2e mythmusic-0.12.tar.bz2 198951 diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.15.1 b/media-plugins/mythmusic/files/digest-mythmusic-0.15.1 new file mode 100644 index 000000000000..b0e8a5aab3e3 --- /dev/null +++ b/media-plugins/mythmusic/files/digest-mythmusic-0.15.1 @@ -0,0 +1 @@ +MD5 9cbd46dc0185eef72b68ee2fc7d36583 mythmusic-0.15.1.tar.bz2 228563 diff --git a/media-plugins/mythmusic/mythmusic-0.11.ebuild b/media-plugins/mythmusic/mythmusic-0.11.ebuild deleted file mode 100644 index f38d12033924..000000000000 --- a/media-plugins/mythmusic/mythmusic-0.11.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.11.ebuild,v 1.5 2004/04/26 18:29:00 agriffis Exp $ - -inherit flag-o-matic - -DESCRIPTION="Music player module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="opengl sdl X" - -DEPEND=">=media-sound/cdparanoia-3.9.8 - >=media-libs/libmad-0.14.2b - >=media-libs/libid3tag-0.14.2b - >=media-libs/libvorbis-1.0 - >=media-libs/libcdaudio-0.99.6 - >=media-libs/flac-1.1.0 - >=sys-apps/sed-4 - X? ( =dev-libs/fftw-2* ) - opengl? ( virtual/opengl =dev-libs/fftw-2* ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" - -src_unpack() { - unpack ${A} - - for i in `grep -lr "usr/local" "${S}"` ; do - sed -e "s:/usr/local:/usr:" -i "${i}" || die "sed failed" - done -} - -src_compile() { - local myconf - myconf="${myconf} `use_enable X fftw`" - myconf="${myconf} `use_enable opengl`" - myconf="${myconf} `use_enable sdl`" - - cpu="`get-flag march`" - if [ ! -z "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "${S}/settings.pro" || die "sed failed" - fi - - qmake -o "${S}/Makefile" "${S}/${PN}.pro" - - econf ${myconf} || die "econf failed" - emake || die "compile problem" -} - -src_install() { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins musicdb/*.sql - - dodoc AUTHORS COPYING README UPGRADING - newdoc musicdb/README README.db -} - -pkg_postinst() { - einfo "If this is the first time you install MythMusic," - einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql" - einfo "to your MythTV database." - einfo - einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/metadata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." -} diff --git a/media-plugins/mythmusic/mythmusic-0.12.ebuild b/media-plugins/mythmusic/mythmusic-0.15.1.ebuild index 629937106db1..eaa321e1ae2e 100644 --- a/media-plugins/mythmusic/mythmusic-0.12.ebuild +++ b/media-plugins/mythmusic/mythmusic-0.15.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.12.ebuild,v 1.4 2004/04/26 18:29:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.15.1.ebuild,v 1.1 2004/06/01 17:19:13 aliz Exp $ -inherit flag-o-matic +inherit gcc flag-o-matic eutils DESCRIPTION="Music player module for MythTV." HOMEPAGE="http://www.mythtv.org/" @@ -10,7 +10,7 @@ SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" IUSE="opengl sdl X" DEPEND=">=media-sound/cdparanoia-3.9.8 @@ -23,10 +23,10 @@ DEPEND=">=media-sound/cdparanoia-3.9.8 X? ( =dev-libs/fftw-2* ) opengl? ( virtual/opengl =dev-libs/fftw-2* ) sdl? ( >=media-libs/libsdl-1.2.5 ) - || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" + || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" src_unpack() { - unpack ${A} + unpack ${A} && cd "${S}" for i in `grep -lr "usr/local" "${S}"` ; do sed -e "s:/usr/local:/usr:" -i "${i}" || die "sed failed" @@ -39,9 +39,11 @@ src_compile() { myconf="${myconf} `use_enable opengl`" myconf="${myconf} `use_enable sdl`" - # Fix bug 31952 - replace-flags mcpu=pentium4 mcpu=pentium3 - replace-flags march=pentium4 march=pentium3 + if [ "`gcc-version`" = "3.2" ] || [ "`gcc-version`" = "3.3" ] ; then + replace-flags mcpu=pentium4 mcpu=pentium3 + replace-flags march=pentium4 march=pentium3 + fi + local cpu="`get-flag march || get-flag mcpu`" if [ "${cpu}" ] ; then sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" @@ -55,26 +57,5 @@ src_compile() { src_install() { einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins musicdb/*.sql - dodoc AUTHORS COPYING README UPGRADING - newdoc musicdb/README README.db -} - -pkg_postinst() { - einfo "If this is the first time you install MythMusic," - einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql" - einfo "to your MythTV database." - einfo - einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/metadata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." } diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog index e1924bd48049..38235bc5f223 100644 --- a/media-plugins/mythnews/ChangeLog +++ b/media-plugins/mythnews/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythnews # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.7 2004/04/20 17:45:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.8 2004/06/01 17:20:41 aliz Exp $ + +*mythnews-0.15 (01 Jun 2004) + + 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> mythnews-0.12.ebuild, + mythnews-0.15.ebuild: + Version bump and cleanups. 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mythnews-0.12.ebuild, mythnews-0.13.ebuild, mythnews-0.14.ebuild: diff --git a/media-plugins/mythnews/Manifest b/media-plugins/mythnews/Manifest index 76997ed0ba8b..7856719426a6 100644 --- a/media-plugins/mythnews/Manifest +++ b/media-plugins/mythnews/Manifest @@ -1,4 +1,5 @@ MD5 b07d62731ef070560c315b54bab86da2 mythnews-0.13.ebuild 1006 +MD5 fe749b922a1728202b8bb0569c405ba1 mythnews-0.15.ebuild 1020 MD5 ac7340d9c7116838516f35a78fd0a09e mythnews-0.12.ebuild 1006 MD5 fe749b922a1728202b8bb0569c405ba1 mythnews-0.14.ebuild 1020 MD5 0d884a7dcf7add4804bbc38e816ac46d ChangeLog 909 @@ -6,3 +7,4 @@ MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 4173f85528c0fed69c65345d080ddc6b files/digest-mythnews-0.12 65 MD5 ba1aaa752cf2b8e1d989d5db1cb23b5d files/digest-mythnews-0.13 65 MD5 983d80ea01fdfb7d74da92ccc5dc98a0 files/digest-mythnews-0.14 65 +MD5 33a5ffe0f2f8797b381ee76faf3940c4 files/digest-mythnews-0.15 65 diff --git a/media-plugins/mythnews/files/digest-mythnews-0.12 b/media-plugins/mythnews/files/digest-mythnews-0.12 deleted file mode 100644 index e088a24c6e4e..000000000000 --- a/media-plugins/mythnews/files/digest-mythnews-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 d819aeb23f7ef1795b21f21ff78f3b0f mythnews-0.12.tar.bz2 40278 diff --git a/media-plugins/mythnews/files/digest-mythnews-0.15 b/media-plugins/mythnews/files/digest-mythnews-0.15 new file mode 100644 index 000000000000..f8ddba60964c --- /dev/null +++ b/media-plugins/mythnews/files/digest-mythnews-0.15 @@ -0,0 +1 @@ +MD5 891981dd39d649191f8062eda39d53b0 mythnews-0.15.tar.bz2 34618 diff --git a/media-plugins/mythnews/mythnews-0.12.ebuild b/media-plugins/mythnews/mythnews-0.15.ebuild index 31a23b6e2d89..49519cccaeb0 100644 --- a/media-plugins/mythnews/mythnews-0.12.ebuild +++ b/media-plugins/mythnews/mythnews-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.12.ebuild,v 1.4 2004/04/20 17:45:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.15.ebuild,v 1.1 2004/06/01 17:20:41 aliz Exp $ IUSE="" @@ -12,13 +12,13 @@ SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" DEPEND=">=sys-apps/sed-4 - || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" + || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" src_unpack() { - unpack ${A} + unpack ${A} && cd "${S}" for i in `grep -lr "usr/local" "${S}"` ; do sed -e "s:/usr/local:/usr:g" -i "${i}" || die "sed failed" |