diff options
author | 2009-07-19 15:37:52 +0000 | |
---|---|---|
committer | 2009-07-19 15:37:52 +0000 | |
commit | e31717db8337b5722f8dd1bdfec2809b2ed19db1 (patch) | |
tree | 163008cec6e35ff41e83a428090b6812ac004e7b /x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild | |
parent | Bump to hal-0.5.12_rc1-r7 (diff) | |
download | gentoo-2-e31717db8337b5722f8dd1bdfec2809b2ed19db1.tar.gz gentoo-2-e31717db8337b5722f8dd1bdfec2809b2ed19db1.tar.bz2 gentoo-2-e31717db8337b5722f8dd1bdfec2809b2ed19db1.zip |
use new eclass bits
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild')
-rw-r--r-- | x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild index a4aefa7eef7e..1c5b38557013 100644 --- a/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild +++ b/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.21_p16505.ebuild,v 1.7 2008/12/23 17:17:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild,v 1.8 2009/07/19 15:37:52 cardoe Exp $ -EAPI=1 +EAPI=2 inherit qt3 mythtv DESCRIPTION="A collection of themes for the MythTV project." @@ -13,10 +13,12 @@ IUSE="" DEPEND=">=x11-libs/qt-3.3:3 =media-tv/mythtv-${MY_PV}*" -src_compile() { - ./configure --prefix=/usr || die "configure died" +src_configure() { + sh ./configure --prefix=/usr || die "configure died" +} - eqmake3 myththemes.pro -o "Makefile" || die "eqmake3 failed" +src_compile() { + eqmake3 myththemes.pro || die "eqmake3 failed" } src_install() { |