diff options
4 files changed, 10 insertions, 57 deletions
diff --git a/x11-themes/mythtv-themes/ChangeLog b/x11-themes/mythtv-themes/ChangeLog index b86b87d9d76b..60a2693399cc 100644 --- a/x11-themes/mythtv-themes/ChangeLog +++ b/x11-themes/mythtv-themes/ChangeLog @@ -1,6 +1,11 @@ # 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.73 2010/08/01 11:21:57 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.74 2011/07/28 20:59:44 cardoe Exp $ + + 28 Jul 2011; Doug Goldstein <cardoe@gentoo.org> + -mythtv-themes-0.22_p22869.ebuild, -mythtv-themes-0.22_p23473.ebuild, + mythtv-themes-0.23_p24661.ebuild: + Cull old versions 01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> mythtv-themes-0.22_p23473.ebuild: diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.22_p22869.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.22_p22869.ebuild deleted file mode 100644 index d43df2b62394..000000000000 --- a/x11-themes/mythtv-themes/mythtv-themes-0.22_p22869.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/mythtv-themes-0.22_p22869.ebuild,v 1.4 2010/05/11 19:24:34 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 myththemes.pro || die "qmake failed" -} - -src_install() { - einstall INSTALL_ROOT="${D}" || die "install failed" -} diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.22_p23473.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.22_p23473.ebuild deleted file mode 100644 index eb65b6329130..000000000000 --- a/x11-themes/mythtv-themes/mythtv-themes-0.22_p23473.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/mythtv-themes-0.22_p23473.ebuild,v 1.3 2010/08/01 11:21:57 hwoarang 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 myththemes.pro || die "qmake failed" -} - -src_install() { - einstall INSTALL_ROOT="${D}" || die "install failed" -} diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.23_p24661.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.23_p24661.ebuild index 93c122716a84..c9ebe034e9da 100644 --- a/x11-themes/mythtv-themes/mythtv-themes-0.23_p24661.ebuild +++ b/x11-themes/mythtv-themes/mythtv-themes-0.23_p24661.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.23_p24661.ebuild,v 1.1 2010/06/10 03:39:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.23_p24661.ebuild,v 1.2 2011/07/28 20:59:44 cardoe Exp $ EAPI=2 inherit qt4 mythtv DESCRIPTION="A collection of themes for the MythTV project." SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="x11-libs/qt-core:4 |