diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-03-08 02:49:05 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-03-08 02:49:05 +0000 |
commit | 5f6796ed28aef66ad30f09f19b05dce782cfe7e3 (patch) | |
tree | ad5404ca01be7b22a90fad2456e5e9e7b1195110 /x11-themes | |
parent | Remove old version (diff) | |
download | gentoo-2-5f6796ed28aef66ad30f09f19b05dce782cfe7e3.tar.gz gentoo-2-5f6796ed28aef66ad30f09f19b05dce782cfe7e3.tar.bz2 gentoo-2-5f6796ed28aef66ad30f09f19b05dce782cfe7e3.zip |
Remove old version
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mythtv-themes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/mythtv-themes/mythtv-themes-0.23_p24661.ebuild | 26 |
2 files changed, 6 insertions, 28 deletions
diff --git a/x11-themes/mythtv-themes/ChangeLog b/x11-themes/mythtv-themes/ChangeLog index 60a2693399cc..e902f2a1ad1d 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-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 $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.75 2012/03/08 02:49:05 cardoe Exp $ + + 07 Mar 2012; Doug Goldstein <cardoe@gentoo.org> + -mythtv-themes-0.23_p24661.ebuild: + Remove old version 28 Jul 2011; Doug Goldstein <cardoe@gentoo.org> -mythtv-themes-0.22_p22869.ebuild, -mythtv-themes-0.22_p23473.ebuild, diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.23_p24661.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.23_p24661.ebuild deleted file mode 100644 index c9ebe034e9da..000000000000 --- a/x11-themes/mythtv-themes/mythtv-themes-0.23_p24661.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.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" -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" -} |