1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2011 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.20 2009/11/16 07:59:47 cardoe Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.21 2011/08/22 04:46:32 vapier Exp $ |
4 | # |
4 | |
5 | # @ECLASS: mythtv.eclass |
5 | # @ECLASS: mythtv.eclass |
|
|
6 | # @MAINTAINER: |
6 | # @AUTHOR: Doug Goldstein <cardoe@gentoo.org> |
7 | # Doug Goldstein <cardoe@gentoo.org> |
|
|
8 | # @AUTHOR: |
7 | # @MAINTAINER: Doug Goldstein <cardoe@gentoo.org> |
9 | # Doug Goldstein <cardoe@gentoo.org> |
8 | # @BLURB: Downloads the MythTV source packages and any patches from the fixes branch |
10 | # @BLURB: Downloads the MythTV source packages and any patches from the fixes branch |
9 | # |
|
|
10 | |
11 | |
11 | inherit versionator |
12 | inherit versionator |
12 | |
13 | |
13 | # temporary until all the packagers are fixed for bug #283798 |
14 | # temporary until all the packagers are fixed for bug #283798 |
14 | DEPEND="app-arch/unzip" |
15 | DEPEND="app-arch/unzip" |