diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-06-10 14:54:54 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-06-10 14:54:54 +0000 |
commit | 81f2ffdcc7c01f9206b250229819f05b3befe916 (patch) | |
tree | cbb4a93c97c9aab2c32c844c5584bc8f09c79b46 /media-plugins/mythgame | |
parent | Linux patch version 2.6.32.15 (diff) | |
download | historical-81f2ffdcc7c01f9206b250229819f05b3befe916.tar.gz historical-81f2ffdcc7c01f9206b250229819f05b3befe916.tar.bz2 historical-81f2ffdcc7c01f9206b250229819f05b3befe916.zip |
Add experimental ebuild for MythTV 0.23
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.23_p25065.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 97ca235b5cba..910eb2ea86e2 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgame -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.58 2009/11/17 23:04:24 cardoe Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.59 2010/06/10 14:46:41 cardoe Exp $ + +*mythgame-0.23_p25065 (10 Jun 2010) + + 10 Jun 2010; Doug Goldstein <cardoe@gentoo.org> + +mythgame-0.23_p25065.ebuild: + Add experimental ebuild for MythTV 0.23 17 Nov 2009; Doug Goldstein <cardoe@gentoo.org> metadata.xml: replace media-tv herd for MythTV diff --git a/media-plugins/mythgame/mythgame-0.23_p25065.ebuild b/media-plugins/mythgame/mythgame-0.23_p25065.ebuild new file mode 100644 index 000000000000..64f28e7c5d2c --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.23_p25065.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.23_p25065.ebuild,v 1.1 2010/06/10 14:46:41 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv-plugins + +DESCRIPTION="Game emulator module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND}" + +src_install () { + mythtv-plugins_src_install + + dodoc gamelist.xml +} |