diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-10-31 22:35:06 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-10-31 22:35:06 +0000 |
commit | 6649d7bcafd32fa94d3605312b460b6f79de23cd (patch) | |
tree | 67ccbfeaaa3b8f7d142cbf819a4d7d815c1f0113 /x11-themes/mythtv-themes | |
parent | drop old versions (diff) | |
download | gentoo-2-6649d7bcafd32fa94d3605312b460b6f79de23cd.tar.gz gentoo-2-6649d7bcafd32fa94d3605312b460b6f79de23cd.tar.bz2 gentoo-2-6649d7bcafd32fa94d3605312b460b6f79de23cd.zip |
add RC2 compatible ebuild
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/mythtv-themes')
-rw-r--r-- | x11-themes/mythtv-themes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/mythtv-themes/mythtv-themes-0.22_rc22458.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/x11-themes/mythtv-themes/ChangeLog b/x11-themes/mythtv-themes/ChangeLog index 34ce5c699aa6..e8979a724a0a 100644 --- a/x11-themes/mythtv-themes/ChangeLog +++ b/x11-themes/mythtv-themes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/mythtv-themes # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.59 2009/07/28 02:30:54 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.60 2009/10/31 22:35:06 cardoe Exp $ + +*mythtv-themes-0.22_rc22458 (31 Oct 2009) + + 31 Oct 2009; Doug Goldstein <cardoe@gentoo.org> + +mythtv-themes-0.22_rc22458.ebuild: + add RC2 compatible ebuild 28 Jul 2009; Doug Goldstein <cardoe@gentoo.org> mythtv-themes-0.22_alpha20934.ebuild: diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.22_rc22458.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.22_rc22458.ebuild new file mode 100644 index 000000000000..f0428a4a21dd --- /dev/null +++ b/x11-themes/mythtv-themes/mythtv-themes-0.22_rc22458.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.22_rc22458.ebuild,v 1.1 2009/10/31 22:35:06 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv + +DESCRIPTION="A collection of themes for the MythTV project." +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="x11-libs/qt-core:4 + =media-tv/mythtv-${MY_PV}*" + +src_configure() { + sh ./configure --prefix=/usr || die "configure died" +} + +src_compile() { + eqmake4 myththemes.pro || die "qmake failed" +} + +src_install() { + einstall INSTALL_ROOT="${D}" || die "install failed" +} |