diff options
author | Max Kalika <max@gentoo.org> | 2003-12-08 17:16:28 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2003-12-08 17:16:28 +0000 |
commit | c486cf77fff6355f221e4c7c5da204394ee1f38d (patch) | |
tree | 5cfe0613166340774aa63c19a65b8164a131db8c /media-plugins | |
parent | Remove PGP (diff) | |
download | gentoo-2-c486cf77fff6355f221e4c7c5da204394ee1f38d.tar.gz gentoo-2-c486cf77fff6355f221e4c7c5da204394ee1f38d.tar.bz2 gentoo-2-c486cf77fff6355f221e4c7c5da204394ee1f38d.zip |
Remove stale version.
Diffstat (limited to 'media-plugins')
20 files changed, 25 insertions, 332 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 297f49a807fb..37cb1a1e17ad 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.7 2003/10/28 16:31:09 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.8 2003/12/08 17:16:22 max Exp $ + + 08 Dec 2003; <max@gentoo.org> mythgallery-0.10.ebuild: + Remove stale version. 28 Oct 2003; Max Kalika <max@gentoo.org> mythgallery-0.12.ebuild: Extend CPU detection. diff --git a/media-plugins/mythgallery/Manifest b/media-plugins/mythgallery/Manifest index 762514d4b9a7..f01852aacece 100644 --- a/media-plugins/mythgallery/Manifest +++ b/media-plugins/mythgallery/Manifest @@ -1,8 +1,6 @@ MD5 e7617040c11110efb67d6c159c366001 mythgallery-0.11.ebuild 1691 -MD5 77f7c1c71ed6f4bcb728fa0e83c08003 mythgallery-0.10.ebuild 1724 MD5 7c66035139e3ecebbe77d639c6268bad mythgallery-0.12.ebuild 1694 -MD5 953be100aaf65d006339df243c9d9735 ChangeLog 1838 +MD5 439fd287ea5dd288e9832302475e4869 ChangeLog 1920 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 -MD5 08ad7857fea9bfc28178d4e14aa3ae10 files/digest-mythgallery-0.10 67 MD5 f367099e5641367ed71e682eed2243e5 files/digest-mythgallery-0.11 67 MD5 2ead189a9b4ae726aa0565a7f4d7a78f files/digest-mythgallery-0.12 68 diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.10 b/media-plugins/mythgallery/files/digest-mythgallery-0.10 deleted file mode 100644 index 9ca448b677b3..000000000000 --- a/media-plugins/mythgallery/files/digest-mythgallery-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 803f2962370f5d34de084e33e21e7738 mythgallery-0.10.tar.bz2 9964 diff --git a/media-plugins/mythgallery/mythgallery-0.10.ebuild b/media-plugins/mythgallery/mythgallery-0.10.ebuild deleted file mode 100644 index 65ef9d6474fd..000000000000 --- a/media-plugins/mythgallery/mythgallery-0.10.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.10.ebuild,v 1.4 2003/09/17 06:24:27 max Exp $ - -inherit flag-o-matic - -DESCRIPTION="Gallery and slideshow 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 - || ( >=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() { - make INSTALL_ROOT="${D}" install || die "make install failed" - - insinto "/usr/share/mythtv/database/${PN}" - doins database/*.sql - - dodoc COPYING README UPGRADING -} - -pkg_postinst() { - einfo "If this is the first time you install MythGallery," - einfo "you need to add /usr/share/mythtv/database/${PN}/gallery.sql" - einfo "to your MythTV database." - einfo - einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/gallery.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/ChangeLog b/media-plugins/mythgame/ChangeLog index 276894cd2e67..9cdf480fba14 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythgame # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.7 2003/10/28 16:33:28 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.8 2003/12/08 17:16:27 max Exp $ + + 08 Dec 2003; <max@gentoo.org> mythgame-0.10.ebuild: + Remove stale version. 28 Oct 2003; Max Kalika <max@gentoo.org> mythgame-0.12.ebuild: Extend CPU detection. diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest index f2e0ed5891e9..cdc2cf41e4e2 100644 --- a/media-plugins/mythgame/Manifest +++ b/media-plugins/mythgame/Manifest @@ -1,8 +1,6 @@ MD5 e7b5eb2fce13a0317d734ffd6515a289 mythgame-0.12.ebuild 1979 MD5 3c46ea652d6e76a76eb15e34026c4777 mythgame-0.11.ebuild 1976 -MD5 4b17f8d2524f3c6ae4a41916793e7cfd mythgame-0.10.ebuild 2009 -MD5 14aa1e1070d2e24953dfb89f8aa2530b ChangeLog 1784 +MD5 12c4b9497f4af92d5aaf427c224a43c3 ChangeLog 1863 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 -MD5 9b0262b1d9e5347fceb6265378d7bf2e files/digest-mythgame-0.10 65 MD5 2bd60d4f779ab52e53d15145940b8946 files/digest-mythgame-0.11 65 MD5 ace6a7f7f30d271f0c3e7bb1ea4ea89b files/digest-mythgame-0.12 65 diff --git a/media-plugins/mythgame/files/digest-mythgame-0.10 b/media-plugins/mythgame/files/digest-mythgame-0.10 deleted file mode 100644 index 228a5f97d72e..000000000000 --- a/media-plugins/mythgame/files/digest-mythgame-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 8dbbb7b5444ecf44c662b260e2dce488 mythgame-0.10.tar.bz2 61437 diff --git a/media-plugins/mythgame/mythgame-0.10.ebuild b/media-plugins/mythgame/mythgame-0.10.ebuild deleted file mode 100644 index d9ae693c7816..000000000000 --- a/media-plugins/mythgame/mythgame-0.10.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.10.ebuild,v 1.4 2003/09/17 06:25:29 max Exp $ - -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 () { - make INSTALL_ROOT="${D}" install || die "make install failed" - - 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/mythmusic/ChangeLog b/media-plugins/mythmusic/ChangeLog index 6ecbfa38c7e6..ba9a68c714cb 100644 --- a/media-plugins/mythmusic/ChangeLog +++ b/media-plugins/mythmusic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythmusic # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.9 2003/10/28 16:45:55 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.10 2003/12/08 17:16:12 max Exp $ + + 08 Dec 2003; <max@gentoo.org> mythmusic-0.10.ebuild: + Remove stale version. 28 Oct 2003; Max Kalika <max@gentoo.org> mythmusic-0.12.ebuild: Extend CPU detection. Replace pentium4 with pentium3. Fixes bug 31952. diff --git a/media-plugins/mythmusic/Manifest b/media-plugins/mythmusic/Manifest index 71dcdc2cfd9c..f8f1adeb0b73 100644 --- a/media-plugins/mythmusic/Manifest +++ b/media-plugins/mythmusic/Manifest @@ -1,8 +1,6 @@ MD5 3c6686816bdc93e1ff340a9e01d2c8a9 mythmusic-0.12.ebuild 2275 MD5 95f428155f470dbd515a99a40c6c51f2 mythmusic-0.11.ebuild 2167 -MD5 b2c5248116b78c5c044ba25add5202bc mythmusic-0.10.ebuild 2126 -MD5 5ad7efdda7bf446d3e248ce33732e972 ChangeLog 2211 +MD5 cca442c36b3e5a75834b4e176cbe1a7e ChangeLog 2292 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 -MD5 b8be115d97584eae89ae3cca03f7de73 files/digest-mythmusic-0.10 67 MD5 d3782b76395f4d656284b24c9ee8e7b4 files/digest-mythmusic-0.11 67 MD5 84fa19b3a9087c7357d9de3c374abee2 files/digest-mythmusic-0.12 67 diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.10 b/media-plugins/mythmusic/files/digest-mythmusic-0.10 deleted file mode 100644 index d1f53b32c8ff..000000000000 --- a/media-plugins/mythmusic/files/digest-mythmusic-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 5da24a3cd10c7c4298e5f24f409c4621 mythmusic-0.10.tar.bz2 160835 diff --git a/media-plugins/mythmusic/mythmusic-0.10.ebuild b/media-plugins/mythmusic/mythmusic-0.10.ebuild deleted file mode 100644 index 91ae795f8209..000000000000 --- a/media-plugins/mythmusic/mythmusic-0.10.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.10.ebuild,v 1.4 2003/09/17 06:26:59 max 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/mad - media-sound/cdparanoia - media-libs/libvorbis - media-libs/libcdaudio - >=media-libs/flac-1.0.4 - >=sys-apps/sed-4 - X? ( dev-libs/fftw ) - opengl? ( virtual/opengl dev-libs/fftw ) - 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} - - emake || die "compile problem" -} - -src_install() { - make INSTALL_ROOT="${D}" install || die "make install failed" - - 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/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index ebf7d40eea99..341f4ba538e1 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythvideo # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.6 2003/10/28 16:39:28 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.7 2003/12/08 17:16:17 max Exp $ + + 08 Dec 2003; <max@gentoo.org> mythvideo-0.10.ebuild: + Remove stale version. 28 Oct 2003; Max Kalika <max@gentoo.org> mythvideo-0.12.ebuild: Extend CPU detection. diff --git a/media-plugins/mythvideo/Manifest b/media-plugins/mythvideo/Manifest index 46eaa0d7f2b8..79311896db86 100644 --- a/media-plugins/mythvideo/Manifest +++ b/media-plugins/mythvideo/Manifest @@ -1,8 +1,6 @@ -MD5 900b376ebae322f2db8bb9db0022bb24 mythvideo-0.10.ebuild 1734 MD5 add8f024706f4df18cf81f298e6b631e mythvideo-0.12.ebuild 1766 MD5 e108d5867e5f2a919a2fa1c6c404fd37 mythvideo-0.11.ebuild 1749 -MD5 2ba55cb1b07bfe73e4d71d1d823e2613 ChangeLog 2015 +MD5 17e9edba7fb94a112fda9a3d3c308633 ChangeLog 2095 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 -MD5 bdd77fadda8f0eb40802ceb421042c18 files/digest-mythvideo-0.10 67 MD5 1c1055ed7527e3c6e5c556e1f79456bc files/digest-mythvideo-0.11 67 MD5 8b1f40b48872fd36d6dfd997ee675a30 files/digest-mythvideo-0.12 67 diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.10 b/media-plugins/mythvideo/files/digest-mythvideo-0.10 deleted file mode 100644 index bfeb08cc7185..000000000000 --- a/media-plugins/mythvideo/files/digest-mythvideo-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 84637bcd01e07f49986ee2c6bde2bbf2 mythvideo-0.10.tar.bz2 197885 diff --git a/media-plugins/mythvideo/mythvideo-0.10.ebuild b/media-plugins/mythvideo/mythvideo-0.10.ebuild deleted file mode 100644 index 0a450ae6d30c..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.10.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.10.ebuild,v 1.4 2003/09/17 06:28:28 max Exp $ - -inherit flag-o-matic - -DESCRIPTION="Video 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" - -DEPEND=">=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 () { - make INSTALL_ROOT="${D}" install || die "make install failed" - - insinto "/usr/share/mythtv/database/${PN}" - doins videodb/*.sql - - dodoc COPYING README - newdoc videodb/README README.db -} - -pkg_postinst() { - einfo "If this is the first time you install MythVideo," - 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}/README.db.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/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 56906017c6ed..c03fa6c27aaf 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythweather # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.7 2003/10/28 16:40:44 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.8 2003/12/08 17:16:07 max Exp $ + + 08 Dec 2003; <max@gentoo.org> mythweather-0.10.ebuild: + Remove stale version. 28 Oct 2003; Max Kalika <max@gentoo.org> mythweather-0.12.ebuild: Extend CPU detection. diff --git a/media-plugins/mythweather/Manifest b/media-plugins/mythweather/Manifest index 94c88ba6d8d7..83bec291cdbf 100644 --- a/media-plugins/mythweather/Manifest +++ b/media-plugins/mythweather/Manifest @@ -1,8 +1,6 @@ MD5 860c410d8ecf89fca2f87188220346b7 mythweather-0.12.ebuild 979 MD5 103f2dc2a77568b205f86d9f8a21e4a8 mythweather-0.11.ebuild 972 -MD5 d7ca666cb6cccf06ea43cd7a48ae62ee mythweather-0.10.ebuild 1005 -MD5 1ce9e7a9a91881662ce4e55b63d1e126 ChangeLog 1679 +MD5 312125cee5e9f3162959a716991ed9d3 ChangeLog 1761 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 -MD5 09666f4a410bc5eda6781edd029505f7 files/digest-mythweather-0.10 69 MD5 6a31e4f0a87c61e3e7f0eb55dca2f03b files/digest-mythweather-0.11 69 MD5 916ba5d7844b0abae782627b8d1a21fe files/digest-mythweather-0.12 69 diff --git a/media-plugins/mythweather/files/digest-mythweather-0.10 b/media-plugins/mythweather/files/digest-mythweather-0.10 deleted file mode 100644 index 24893bf4396f..000000000000 --- a/media-plugins/mythweather/files/digest-mythweather-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 e57a4e7f30a20bc09edaa1ddb8486bfb mythweather-0.10.tar.bz2 812762 diff --git a/media-plugins/mythweather/mythweather-0.10.ebuild b/media-plugins/mythweather/mythweather-0.10.ebuild deleted file mode 100644 index 2c02ccacb4f9..000000000000 --- a/media-plugins/mythweather/mythweather-0.10.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.10.ebuild,v 1.4 2003/09/17 06:29:50 max Exp $ - -inherit flag-o-matic - -DESCRIPTION="Weather forcast 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 - || ( >=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() { - make INSTALL_ROOT="${D}" install || die "make install failed" - dodoc AUTHORS COPYING README -} |