summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2009-07-19 15:37:52 +0000
committerDoug Goldstein <cardoe@gentoo.org>2009-07-19 15:37:52 +0000
commite31717db8337b5722f8dd1bdfec2809b2ed19db1 (patch)
tree163008cec6e35ff41e83a428090b6812ac004e7b /x11-themes/mythtv-themes
parentBump to hal-0.5.12_rc1-r7 (diff)
downloadgentoo-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')
-rw-r--r--x11-themes/mythtv-themes/ChangeLog8
-rw-r--r--x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild14
-rw-r--r--x11-themes/mythtv-themes/mythtv-themes-0.22_alpha18947.ebuild14
3 files changed, 22 insertions, 14 deletions
diff --git a/x11-themes/mythtv-themes/ChangeLog b/x11-themes/mythtv-themes/ChangeLog
index 13c80197fd0a..6423cc7b44ff 100644
--- a/x11-themes/mythtv-themes/ChangeLog
+++ b/x11-themes/mythtv-themes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/mythtv-themes
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.56 2008/12/23 17:17:32 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.57 2009/07/19 15:37:52 cardoe Exp $
+
+ 19 Jul 2009; Doug Goldstein <cardoe@gentoo.org>
+ mythtv-themes-0.21_p16505.ebuild, mythtv-themes-0.22_alpha18947.ebuild:
+ use new eclass bits
23 Dec 2008; Markus Meier <maekke@gentoo.org>
mythtv-themes-0.21_p16505.ebuild:
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() {
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.22_alpha18947.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.22_alpha18947.ebuild
index 252dad285e4c..d7732074539b 100644
--- a/x11-themes/mythtv-themes/mythtv-themes-0.22_alpha18947.ebuild
+++ b/x11-themes/mythtv-themes/mythtv-themes-0.22_alpha18947.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.22_alpha18947.ebuild,v 1.2 2008/12/15 20:01:35 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.22_alpha18947.ebuild,v 1.3 2009/07/19 15:37:52 cardoe Exp $
-EAPI=1
+EAPI=2
inherit qt4 mythtv
DESCRIPTION="A collection of themes for the MythTV project."
@@ -13,10 +13,12 @@ IUSE=""
DEPEND=">=x11-libs/qt-4.3:4
=media-tv/mythtv-${MY_PV}*"
-src_compile() {
- ./configure --prefix=/usr || die "configure died"
+src_configure() {
+ sh ./configure --prefix=/usr || die "configure died"
+}
- eqmake4 myththemes.pro -o "Makefile" || die "qmake failed"
+src_compile() {
+ eqmake4 myththemes.pro || die "qmake failed"
}
src_install() {