diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-01-22 08:20:17 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-01-22 08:20:17 +0000 |
commit | 81be39cabd226fd20134e71ef4165f427b77f6cb (patch) | |
tree | 784f366556f8b57185f15104f1d053ea2b4e0634 /media-plugins/mythgame | |
parent | purge old ebuilds (diff) | |
download | gentoo-2-81be39cabd226fd20134e71ef4165f427b77f6cb.tar.gz gentoo-2-81be39cabd226fd20134e71ef4165f427b77f6cb.tar.bz2 gentoo-2-81be39cabd226fd20134e71ef4165f427b77f6cb.zip |
9twpo85a
(Portage version: 2.0.51-r14)
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.13.ebuild | 68 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.14.ebuild | 42 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.15.ebuild | 42 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.16.ebuild | 4 |
5 files changed, 8 insertions, 156 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 0c6c1fbea6d0..67da0d0f31e9 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mythgame -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.19 2004/12/05 01:01:18 iggy Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.20 2005/01/22 08:20:17 cardoe Exp $ + + 22 Jan 2005; Doug Goldstein <cardoe@gentoo.org> -mythgame-0.13.ebuild, + -mythgame-0.14.ebuild, -mythgame-0.15.ebuild: + purge old ebuilds 04 Dec 2004; Brian Jackson <iggy@gentoo.org> mythgame-0.16.ebuild: I can't find any of the other media-tv guys, and it's been fairly bug free, diff --git a/media-plugins/mythgame/mythgame-0.13.ebuild b/media-plugins/mythgame/mythgame-0.13.ebuild deleted file mode 100644 index 8287bde2ef48..000000000000 --- a/media-plugins/mythgame/mythgame-0.13.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.13.ebuild,v 1.4 2004/06/24 23:33:30 agriffis 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.14.ebuild b/media-plugins/mythgame/mythgame-0.14.ebuild deleted file mode 100644 index 079969e10b02..000000000000 --- a/media-plugins/mythgame/mythgame-0.14.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.14.ebuild,v 1.4 2004/06/24 23:33:30 agriffis 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/mythgame/mythgame-0.15.ebuild b/media-plugins/mythgame/mythgame-0.15.ebuild deleted file mode 100644 index bae0435d3018..000000000000 --- a/media-plugins/mythgame/mythgame-0.15.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.3 2004/09/21 04:56:28 cardoe 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/mythgame/mythgame-0.16.ebuild b/media-plugins/mythgame/mythgame-0.16.ebuild index a7fbe770353b..abf38b5b2ba9 100644 --- a/media-plugins/mythgame/mythgame-0.16.ebuild +++ b/media-plugins/mythgame/mythgame-0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.16.ebuild,v 1.2 2004/12/05 01:01:18 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.16.ebuild,v 1.3 2005/01/22 08:20:17 cardoe Exp $ inherit myth |