diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-07-19 16:00:26 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-07-19 16:00:26 +0000 |
commit | f9eb6ce799585dba21dfc10bfb46e4a40a25c054 (patch) | |
tree | 0d12f97c876b0102bb866836cad199c653eb49e1 /x11-themes | |
parent | use new eclass bits (diff) | |
download | gentoo-2-f9eb6ce799585dba21dfc10bfb46e4a40a25c054.tar.gz gentoo-2-f9eb6ce799585dba21dfc10bfb46e4a40a25c054.tar.bz2 gentoo-2-f9eb6ce799585dba21dfc10bfb46e4a40a25c054.zip |
use new eclass bits
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
3 files changed, 23 insertions, 16 deletions
diff --git a/x11-themes/mythtv-themes-extra/ChangeLog b/x11-themes/mythtv-themes-extra/ChangeLog index e6b7533f631a..f31fd964b2fa 100644 --- a/x11-themes/mythtv-themes-extra/ChangeLog +++ b/x11-themes/mythtv-themes-extra/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/mythtv-themes-extra -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes-extra/ChangeLog,v 1.12 2008/12/23 17:18:13 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes-extra/ChangeLog,v 1.13 2009/07/19 16:00:26 cardoe Exp $ + + 19 Jul 2009; Doug Goldstein <cardoe@gentoo.org> + mythtv-themes-extra-0.21_p17416.ebuild, + mythtv-themes-extra-0.21_p18657.ebuild: + use new eclass bits 23 Dec 2008; Markus Meier <maekke@gentoo.org> mythtv-themes-extra-0.21_p17416.ebuild: diff --git a/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p17416.ebuild b/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p17416.ebuild index eb4d8d1031d8..a1af6adf56c4 100644 --- a/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p17416.ebuild +++ b/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p17416.ebuild @@ -1,9 +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-extra/mythtv-themes-extra-0.21_p17416.ebuild,v 1.4 2008/12/23 17:18:13 maekke Exp $ - -EAPI=1 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p17416.ebuild,v 1.5 2009/07/19 16:00:26 cardoe Exp $ +EAPI=2 inherit qt3 mythtv DESCRIPTION="A collection of themes for the MythTV project." @@ -14,10 +13,12 @@ IUSE="" DEPEND="x11-libs/qt:3 =media-tv/mythtv-${MY_PV}*" -src_compile() { - ./configure --prefix="${ROOT}"/usr || die "configure died" +src_configure() { + sh ./configure --prefix="${ROOT}"/usr || die "configure died" +} - eqmake3 themes.pro -o "Makefile" || die "eqmake3 failed" +src_compile() { + eqmake3 themes.pro || die "eqmake3 failed" } src_install() { diff --git a/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p18657.ebuild b/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p18657.ebuild index 564749305e6f..33fa5fd8de51 100644 --- a/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p18657.ebuild +++ b/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p18657.ebuild @@ -1,9 +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-extra/mythtv-themes-extra-0.21_p18657.ebuild,v 1.1 2008/11/11 16:38:59 cardoe Exp $ - -EAPI=1 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.21_p18657.ebuild,v 1.2 2009/07/19 16:00:26 cardoe Exp $ +EAPI=2 inherit qt3 mythtv DESCRIPTION="A collection of themes for the MythTV project." @@ -14,10 +13,12 @@ IUSE="" DEPEND="x11-libs/qt:3 =media-tv/mythtv-${MY_PV}*" -src_compile() { - ./configure --prefix="${ROOT}"/usr || die "configure died" +src_configure() { + sh ./configure --prefix="${ROOT}"/usr || die "configure died" +} - eqmake3 themes.pro -o "Makefile" || die "eqmake3 failed" +src_compile() { + eqmake3 themes.pro || die "eqmake3 failed" } src_install() { |