diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-03-22 02:28:03 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-03-22 02:28:03 +0000 |
commit | 1c7b21480f50416f0c6097554fc464658442dc77 (patch) | |
tree | 0853b1dd10ad9d4083968a024cf8e2d81b043ca4 /x11-themes/mythtv-themes | |
parent | x11-libs/qt:3 and revdeps removal, bug #283429 (diff) | |
download | gentoo-2-1c7b21480f50416f0c6097554fc464658442dc77.tar.gz gentoo-2-1c7b21480f50416f0c6097554fc464658442dc77.tar.bz2 gentoo-2-1c7b21480f50416f0c6097554fc464658442dc77.zip |
Remove qt3 version, bug #283429
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/mythtv-themes')
-rw-r--r-- | x11-themes/mythtv-themes/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild | 26 |
2 files changed, 5 insertions, 27 deletions
diff --git a/x11-themes/mythtv-themes/ChangeLog b/x11-themes/mythtv-themes/ChangeLog index 359ff7dbdf84..2459b26faaca 100644 --- a/x11-themes/mythtv-themes/ChangeLog +++ b/x11-themes/mythtv-themes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/mythtv-themes # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.67 2010/03/04 14:59:33 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.68 2010/03/22 02:28:03 yngwin Exp $ + + 22 Mar 2010; Ben de Groot <yngwin@gentoo.org> + -mythtv-themes-0.21_p16505.ebuild: + Remove qt3 version, bug #283429 04 Mar 2010; Richard Freeman <rich0@gentoo.org> mythtv-themes-0.22_p22869.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 deleted file mode 100644 index 1c5b38557013..000000000000 --- a/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.8 2009/07/19 15:37:52 cardoe Exp $ - -EAPI=2 -inherit qt3 mythtv - -DESCRIPTION="A collection of themes for the MythTV project." -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND=">=x11-libs/qt-3.3:3 - =media-tv/mythtv-${MY_PV}*" - -src_configure() { - sh ./configure --prefix=/usr || die "configure died" -} - -src_compile() { - eqmake3 myththemes.pro || die "eqmake3 failed" -} - -src_install() { - einstall INSTALL_ROOT="${D}" || die "install failed" -} |