summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-02-20 20:35:45 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-02-20 20:35:45 +0000
commit37aeec42882f45679a43d2df248dd8be7facc0ab (patch)
treeb03ddd09712dadfe0c0fdf965f4c1355a86dfe0b /x11-themes
parentMythTV 0.21 beta build. Remove previous trunk builds (diff)
downloadgentoo-2-37aeec42882f45679a43d2df248dd8be7facc0ab.tar.gz
gentoo-2-37aeec42882f45679a43d2df248dd8be7facc0ab.tar.bz2
gentoo-2-37aeec42882f45679a43d2df248dd8be7facc0ab.zip
MythTV 0.21 beta build. Remove previous trunk builds
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/mythtv-themes/ChangeLog9
-rw-r--r--x11-themes/mythtv-themes/mythtv-themes-0.21_beta15924.ebuild (renamed from x11-themes/mythtv-themes/mythtv-themes-0.21_pre15323.ebuild)2
-rw-r--r--x11-themes/mythtv-themes/mythtv-themes-0.21_pre14992.ebuild23
3 files changed, 9 insertions, 25 deletions
diff --git a/x11-themes/mythtv-themes/ChangeLog b/x11-themes/mythtv-themes/ChangeLog
index ff39928d3f03..08181e253129 100644
--- a/x11-themes/mythtv-themes/ChangeLog
+++ b/x11-themes/mythtv-themes/ChangeLog
@@ -1,6 +1,13 @@
# 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.41 2008/01/07 20:20:56 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.42 2008/02/20 20:35:45 cardoe Exp $
+
+*mythtv-themes-0.21_beta15924 (20 Feb 2008)
+
+ 20 Feb 2008; Doug Klima <cardoe@gentoo.org>
+ +mythtv-themes-0.21_beta15924.ebuild, -mythtv-themes-0.21_pre14992.ebuild,
+ -mythtv-themes-0.21_pre15323.ebuild:
+ MythTV 0.21 beta build. Remove previous trunk builds
*mythtv-themes-0.21_pre15323 (07 Jan 2008)
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.21_pre15323.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.21_beta15924.ebuild
index 6dbfddd8f45c..e9b556fd3cb6 100644
--- a/x11-themes/mythtv-themes/mythtv-themes-0.21_pre15323.ebuild
+++ b/x11-themes/mythtv-themes/mythtv-themes-0.21_beta15924.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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_pre15323.ebuild,v 1.1 2008/01/07 20:20:56 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.21_beta15924.ebuild,v 1.1 2008/02/20 20:35:45 cardoe Exp $
inherit qt3 mythtv subversion
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.21_pre14992.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.21_pre14992.ebuild
deleted file mode 100644
index bc195187f827..000000000000
--- a/x11-themes/mythtv-themes/mythtv-themes-0.21_pre14992.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 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_pre14992.ebuild,v 1.1 2007/12/01 16:06:38 cardoe Exp $
-
-inherit qt3 mythtv subversion
-
-DESCRIPTION="A collection of themes for the MythTV project."
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="$(qt_min_version 3.3)
- >=media-tv/mythtv-${PV}"
-
-src_compile() {
- ./configure --prefix="${ROOT}"/usr || die "configure died"
-
- ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake -o "Makefile" myththemes.pro || die "qmake failed"
-}
-
-src_install() {
- einstall INSTALL_ROOT="${D}" || die "install failed"
-}