| 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.12 2008/03/06 20:43:16 cardoe Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.13 2008/04/01 04:05:02 cardoe Exp $ |
| 4 | # |
4 | # |
| 5 | # @ECLASS: mythtv.eclass |
5 | # @ECLASS: mythtv.eclass |
| 6 | # @MAINTAINER: Doug Goldstein <cardoe@gentoo.org> |
6 | # @MAINTAINER: Doug Goldstein <cardoe@gentoo.org> |
| 7 | # @BLURB: Downloads the MythTV source packages and any patches from the fixes branch |
7 | # @BLURB: Downloads the MythTV source packages and any patches from the fixes branch |
| 8 | # |
8 | # |
| … | |
… | |
| 14 | |
14 | |
| 15 | # what product do we want |
15 | # what product do we want |
| 16 | case "${PN}" in |
16 | case "${PN}" in |
| 17 | mythtv) MY_PN="mythtv";; |
17 | mythtv) MY_PN="mythtv";; |
| 18 | mythtv-themes) MY_PN="myththemes";; |
18 | mythtv-themes) MY_PN="myththemes";; |
|
|
19 | mythtv-themes-extra) MY_PN="themes";; |
| 19 | *) MY_PN="mythplugins";; |
20 | *) MY_PN="mythplugins";; |
| 20 | esac |
21 | esac |
| 21 | |
22 | |
| 22 | # _pre is from SVN trunk while _p and _beta are from SVN ${MY_PV}-fixes |
23 | # _pre is from SVN trunk while _p and _beta are from SVN ${MY_PV}-fixes |
| 23 | # TODO: probably ought to do something smart if the regex doesn't match anything |
24 | # TODO: probably ought to do something smart if the regex doesn't match anything |