summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-06-01 17:23:26 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-06-01 17:23:26 +0000
commit09efaa2ce36d264624381dcc49ae57c40bde5796 (patch)
treeea7eebdb27e0774898c229b543770ba13821c588 /media-plugins/mythgame
parentIntegrated the python module from snns-dev.berlios.de (diff)
downloadhistorical-09efaa2ce36d264624381dcc49ae57c40bde5796.tar.gz
historical-09efaa2ce36d264624381dcc49ae57c40bde5796.tar.bz2
historical-09efaa2ce36d264624381dcc49ae57c40bde5796.zip
Version bump and cleanup.
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r--media-plugins/mythgame/ChangeLog8
-rw-r--r--media-plugins/mythgame/Manifest2
-rw-r--r--media-plugins/mythgame/files/digest-mythgame-0.151
-rw-r--r--media-plugins/mythgame/mythgame-0.11.ebuild69
-rw-r--r--media-plugins/mythgame/mythgame-0.12.ebuild68
-rw-r--r--media-plugins/mythgame/mythgame-0.15.ebuild42
6 files changed, 52 insertions, 138 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
+}