Lines 1-12
Link Here
|
1 |
# Copyright 1999-2011 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/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild,v 1.7 2011/01/18 18:09:00 idl0r Exp $ |
3 |
# $Header: |
4 |
|
4 |
|
5 |
GENTOO_VDR_CONDITIONAL=yes |
5 |
GENTOO_VDR_CONDITIONAL=yes |
6 |
|
6 |
|
7 |
EAPI="3" |
7 |
EAPI="3" |
8 |
|
8 |
|
9 |
inherit vdr-plugin cvs toolchain-funcs eutils |
9 |
inherit vdr-plugin git toolchain-funcs eutils |
10 |
|
10 |
|
11 |
MY_PV=${PV#*_p} |
11 |
MY_PV=${PV#*_p} |
12 |
MY_P=${PN} |
12 |
MY_P=${PN} |
Lines 14-21
MY_P=${PN}
Link Here
|
14 |
DESCRIPTION="Video Disk Recorder Xinelib PlugIn" |
14 |
DESCRIPTION="Video Disk Recorder Xinelib PlugIn" |
15 |
HOMEPAGE="http://sourceforge.net/projects/xineliboutput/" |
15 |
HOMEPAGE="http://sourceforge.net/projects/xineliboutput/" |
16 |
|
16 |
|
17 |
ECVS_SERVER="xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput" |
17 |
EGIT_REPO_URI="git://projects.vdr-developer.org/xineliboutput.git" |
18 |
ECVS_MODULE="${PN}" |
|
|
19 |
|
18 |
|
20 |
SLOT="0" |
19 |
SLOT="0" |
21 |
LICENSE="GPL-2" |
20 |
LICENSE="GPL-2" |