summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-03-19 03:23:15 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-03-19 03:23:15 +0000
commit7f31b4b0c0c17c6c73fac9feaaf829cc9a239fa0 (patch)
tree1869b83bd5e81d975dd12425ce452e9e20072717 /x11-themes
parentRemove flameeyes from metadata.xml due to retirement. (diff)
downloadgentoo-2-7f31b4b0c0c17c6c73fac9feaaf829cc9a239fa0.tar.gz
gentoo-2-7f31b4b0c0c17c6c73fac9feaaf829cc9a239fa0.tar.bz2
gentoo-2-7f31b4b0c0c17c6c73fac9feaaf829cc9a239fa0.zip
Adding SVN trunk ebuild (svn revision 12945) to test out new capability of the eclass to support such ebuilds
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/mythtv-themes/ChangeLog11
-rw-r--r--x11-themes/mythtv-themes/files/digest-mythtv-themes-0.21_pre129450
-rw-r--r--x11-themes/mythtv-themes/mythtv-themes-0.21_pre12945.ebuild26
3 files changed, 35 insertions, 2 deletions
diff --git a/x11-themes/mythtv-themes/ChangeLog b/x11-themes/mythtv-themes/ChangeLog
index 0b9417e38ce2..82cb66be6a64 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.24 2006/12/23 21:34:37 cardoe Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.25 2007/03/19 03:23:15 cardoe Exp $
+
+*mythtv-themes-0.21_pre12945 (19 Mar 2007)
+
+ 19 Mar 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythtv-themes-0.21_pre12945.ebuild:
+ Adding SVN trunk ebuild (svn revision 12945) to test out new capability of
+ the eclass to support such ebuilds
23 Dec 2006; Doug Goldstein <cardoe@gentoo.org> mythtv-themes-0.20.ebuild:
Marking amd64, ppc, and x86 stable
diff --git a/x11-themes/mythtv-themes/files/digest-mythtv-themes-0.21_pre12945 b/x11-themes/mythtv-themes/files/digest-mythtv-themes-0.21_pre12945
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/x11-themes/mythtv-themes/files/digest-mythtv-themes-0.21_pre12945
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.21_pre12945.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.21_pre12945.ebuild
new file mode 100644
index 000000000000..4f57fa123e6e
--- /dev/null
+++ b/x11-themes/mythtv-themes/mythtv-themes-0.21_pre12945.ebuild
@@ -0,0 +1,26 @@
+# 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_pre12945.ebuild,v 1.1 2007/03/19 03:23:15 cardoe Exp $
+
+inherit qt3 mythtv subversion
+
+DESCRIPTION="A collection of themes for the MythTV project."
+SLOT="0"
+KEYWORDS="amd64 ppc ~ppc64 x86"
+IUSE=""
+
+RDEPEND="$(qt_min_version 3.3)
+ >=media-tv/mythtv-${MY_PV}"
+
+S="${WORKDIR}/myththemes-${MY_PV}"
+
+src_compile() {
+ cd ${S}
+ ./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"
+}