| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.4 2007/03/19 02:58:08 cardoe Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.5 2007/03/19 03:11:35 cardoe Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Doug Goldstein <cardoe@gentoo.org> |
5 | # Author: Doug Goldstein <cardoe@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # Downloads the MythTV source packages and any patches from the fixes branch |
7 | # Downloads the MythTV source packages and any patches from the fixes branch |
| 8 | # |
8 | # |
| … | |
… | |
| 20 | fi |
20 | fi |
| 21 | fi |
21 | fi |
| 22 | |
22 | |
| 23 | if [[ ${PN} = mythtv ]]; then |
23 | if [[ ${PN} = mythtv ]]; then |
| 24 | MY_PN="mythtv" |
24 | MY_PN="mythtv" |
|
|
25 | elif [[ ${PN} = mythtv-themes ]]; then |
|
|
26 | MY_PN="myththemes" |
| 25 | else |
27 | else |
| 26 | MY_PN="mythplugins" |
28 | MY_PN="mythplugins" |
| 27 | fi |
29 | fi |
|
|
30 | |
|
|
31 | ESVN_REPO_URI="http://svn.mythtv.org/svn/trunk/${MY_PN}" |
| 28 | |
32 | |
| 29 | HOMEPAGE="http://www.mythtv.org" |
33 | HOMEPAGE="http://www.mythtv.org" |
| 30 | LICENSE="GPL-2" |
34 | LICENSE="GPL-2" |
| 31 | SRC_URI="" |
35 | SRC_URI="" |
| 32 | if [[ -z ${SVNREV} ]] ; then |
36 | if [[ -z ${SVNREV} ]] ; then |