| 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-plugins.eclass,v 1.32 2008/03/11 14:52:45 cardoe Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.33 2009/01/10 14:00:15 beandog Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Doug Goldstein <cardoe@gentoo.org> |
5 | # Author: Doug Goldstein <cardoe@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # Installs MythTV plugins along with patches from the release-${PV}-fixes branch |
7 | # Installs MythTV plugins along with patches from the release-${PV}-fixes branch |
| 8 | # |
8 | # |
| … | |
… | |
| 19 | DEPEND="${DEPEND} |
19 | DEPEND="${DEPEND} |
| 20 | =media-tv/mythtv-${MY_PV}* |
20 | =media-tv/mythtv-${MY_PV}* |
| 21 | >=sys-apps/sed-4" |
21 | >=sys-apps/sed-4" |
| 22 | |
22 | |
| 23 | S="${WORKDIR}/mythplugins-${MY_PV}" |
23 | S="${WORKDIR}/mythplugins-${MY_PV}" |
|
|
24 | |
|
|
25 | # bug 240325 |
|
|
26 | RESTRICT="strip" |
| 24 | |
27 | |
| 25 | # hijacks the plugins checkout to be: |
28 | # hijacks the plugins checkout to be: |
| 26 | # /usr/portage/distfiles/svn-src/mythplugins/mythplugins/mythvideo/ |
29 | # /usr/portage/distfiles/svn-src/mythplugins/mythplugins/mythvideo/ |
| 27 | # so that each of the plugins can share the same svn checkout |
30 | # so that each of the plugins can share the same svn checkout |
| 28 | # saving HD space and number of svn checkouts reqired |
31 | # saving HD space and number of svn checkouts reqired |