diff options
Diffstat (limited to 'x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.22_p22492.ebuild')
-rw-r--r-- | x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.22_p22492.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.22_p22492.ebuild b/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.22_p22492.ebuild deleted file mode 100644 index c3e7c57aecd8..000000000000 --- a/x11-themes/mythtv-themes-extra/mythtv-themes-extra-0.22_p22492.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 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.22_p22492.ebuild,v 1.4 2010/05/11 19:25:09 josejx 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 themes.pro || die "qmake failed" -} - -src_install() { - einstall INSTALL_ROOT="${D}" || die "install failed" -} |