Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 215681
Collapse All | Expand All

(-)asterisk-1.2.27.ebuild (-6 / +8 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2009 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-misc/asterisk/asterisk-1.2.27.ebuild,v 1.4 2008/05/21 19:00:02 dev-zero Exp $
3
# $Header: $
4
5
EAPI="1"
4
6
5
inherit eutils multilib toolchain-funcs
7
inherit eutils multilib toolchain-funcs
6
8
Lines 27-38 Link Here
27
29
28
SLOT="0"
30
SLOT="0"
29
LICENSE="GPL-2"
31
LICENSE="GPL-2"
30
KEYWORDS="~alpha amd64 ~hppa ~ppc sparc x86"
32
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
31
33
32
RDEPEND="dev-libs/newt
34
RDEPEND="dev-libs/newt
33
	media-sound/sox
35
	media-sound/sox
34
	ssl? ( dev-libs/openssl )
36
	ssl? ( dev-libs/openssl )
35
	gtk? ( =x11-libs/gtk+-1.2* )
37
	gtk? ( x11-libs/gtk+:1 )
36
	pri? ( >=net-libs/libpri-1.2.5 )
38
	pri? ( >=net-libs/libpri-1.2.5 )
37
	h323? ( >=dev-libs/pwlib-1.8.3
39
	h323? ( >=dev-libs/pwlib-1.8.3
38
		>=net-libs/openh323-1.15.0 )
40
		>=net-libs/openh323-1.15.0 )
Lines 40-48 Link Here
40
	curl? ( net-misc/curl )
42
	curl? ( net-misc/curl )
41
	odbc? ( dev-db/unixODBC )
43
	odbc? ( dev-db/unixODBC )
42
	speex? ( media-libs/speex )
44
	speex? ( media-libs/speex )
43
	sqlite? ( <dev-db/sqlite-3.0.0 )
45
	sqlite? ( dev-db/sqlite:0 )
44
	zaptel? ( >=net-misc/zaptel-1.2.16 )
46
	zaptel? ( >=net-misc/zaptel-1.2.16 )
45
	postgres? ( virtual/postgresql-server )
47
	postgres? ( virtual/postgresql-base )
46
	osp? ( >=net-libs/osptoolkit-3.3.4 )
48
	osp? ( >=net-libs/osptoolkit-3.3.4 )
47
	bri? (  >=net-libs/libpri-1.2.5
49
	bri? (  >=net-libs/libpri-1.2.5
48
		>=net-misc/zaptel-1.2.18 )"
50
		>=net-misc/zaptel-1.2.18 )"

Return to bug 215681