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 | a9c1429fa983930709172e657df9c37c35499db7 (patch) | |
tree | 03bdb1aa966abd13465991972564b012c033a7cd /media-plugins/mythgame | |
parent | purge old ebuilds (diff) | |
download | historical-a9c1429fa983930709172e657df9c37c35499db7.tar.gz historical-a9c1429fa983930709172e657df9c37c35499db7.tar.bz2 historical-a9c1429fa983930709172e657df9c37c35499db7.zip |
9twpo85a
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythgame/Manifest | 20 | ||||
-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 |
6 files changed, 20 insertions, 164 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/Manifest b/media-plugins/mythgame/Manifest index 1da0b7a07c3c..0a86712d9df5 100644 --- a/media-plugins/mythgame/Manifest +++ b/media-plugins/mythgame/Manifest @@ -1,10 +1,14 @@ -MD5 a2c91a046b00107283592e54761359a7 mythgame-0.14.ebuild 1009 -MD5 0c2fcf34006a4c11a2c0778b09a458f2 mythgame-0.16.ebuild 619 -MD5 35dc0e50811535aa5716e9a0b629a835 mythgame-0.13.ebuild 1984 -MD5 f228e4742dfe8fde3842a9a1b3733976 mythgame-0.15.ebuild 1008 -MD5 c645274861cbecf3155a6a2ff6b41b69 ChangeLog 3036 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 20e2255501865de5b568424821abf69d metadata.xml 161 -MD5 ba98a6a8ff627a1e603a490d0c21a131 files/digest-mythgame-0.13 65 -MD5 b2fb16ec79b3ec5d217bc4d12d5701a9 files/digest-mythgame-0.14 65 -MD5 e5049b74067dde8ebda7ffbd4938d9b7 files/digest-mythgame-0.15 65 +MD5 a8e82765cd60b915261d0d0065741733 ChangeLog 3180 +MD5 26435a6a1ff8cc4fcab190401084337f mythgame-0.16.ebuild 621 MD5 f888a89361c8ecaa4657c919f5b95b25 files/digest-mythgame-0.16 65 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB8gzZ5+pdB4IBr0URAhuiAKCqHHCjMXXrFGJAmEQJj1jijJzcggCgkBho +LpefrZa3p/oeDf7lWZXsk1g= +=GKNV +-----END PGP SIGNATURE----- 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 |