diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-03-19 03:11:35 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-03-19 03:11:35 +0000 |
commit | f41fa14c5c7f2c1864d1aba801dea719874706a6 (patch) | |
tree | 567929b85e627d9c65c207f0699383ecf11034fa /eclass/mythtv.eclass | |
parent | Remove flameeyes from metadata.xml due to retirement. (diff) | |
download | historical-f41fa14c5c7f2c1864d1aba801dea719874706a6.tar.gz historical-f41fa14c5c7f2c1864d1aba801dea719874706a6.tar.bz2 historical-f41fa14c5c7f2c1864d1aba801dea719874706a6.zip |
Add ESVN_REPO_URI and support myththemes
Diffstat (limited to 'eclass/mythtv.eclass')
-rw-r--r-- | eclass/mythtv.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass index 7c8ec2817877..c7a24b500b31 100644 --- a/eclass/mythtv.eclass +++ b/eclass/mythtv.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.4 2007/03/19 02:58:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.5 2007/03/19 03:11:35 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -22,10 +22,14 @@ fi if [[ ${PN} = mythtv ]]; then MY_PN="mythtv" +elif [[ ${PN} = mythtv-themes ]]; then + MY_PN="myththemes" else MY_PN="mythplugins" fi +ESVN_REPO_URI="http://svn.mythtv.org/svn/trunk/${MY_PN}" + HOMEPAGE="http://www.mythtv.org" LICENSE="GPL-2" SRC_URI="" |