| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 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/net-libs/libeXosip/Attic/libeXosip-3.1.0.ebuild,v 1.1 2008/02/18 21:28:53 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/Attic/libeXosip-3.1.0.ebuild,v 1.2 2008/02/21 07:40:08 vapier Exp $ |
| 4 | |
4 | |
| 5 | MY_PV=${PV%.?}-${PV##*.} |
5 | MY_PV=${PV%.?}-${PV##*.} |
| 6 | MY_PV=${PV} |
6 | MY_PV=${PV} |
| 7 | MY_P=${PN}2-${MY_PV} |
7 | MY_P=${PN}2-${MY_PV} |
| 8 | DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement" |
8 | DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement" |
| … | |
… | |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | LICENSE="GPL-2" |
14 | LICENSE="GPL-2" |
| 15 | IUSE="" |
15 | IUSE="" |
| 16 | |
16 | |
| 17 | # josua? ( >=net-libs/ortp-0.7.1 )" |
17 | # josua? ( >=net-libs/ortp-0.7.1 )" |
| 18 | DEPEND=">=net-libs/libosip-3.0.3" |
18 | DEPEND=">=net-libs/libosip-3.1.0" |
| 19 | |
19 | |
| 20 | S=${WORKDIR}/${MY_P} |
20 | S=${WORKDIR}/${MY_P} |
| 21 | |
21 | |
| 22 | src_compile() { |
22 | src_compile() { |
| 23 | # $(use_enable josua) |
23 | # $(use_enable josua) |