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

(-)./bind-9.3.2-r3.ebuild (-1 / +5 lines)
Lines 5-15 Link Here
5
inherit eutils libtool autotools
5
inherit eutils libtool autotools
6
6
7
DLZ_VERSION="9.3.2b1"
7
DLZ_VERSION="9.3.2b1"
8
MY_P="${P}-P1"
9
MY_PV="${PV}-P1"
8
10
9
DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server"
11
DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server"
10
HOMEPAGE="http://www.isc.org/products/BIND/bind9.html"
12
HOMEPAGE="http://www.isc.org/products/BIND/bind9.html"
11
13
12
SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz
14
SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
13
	doc? ( mirror://gentoo/dyndns-samples.tbz2 )
15
	doc? ( mirror://gentoo/dyndns-samples.tbz2 )
14
	dlz? ( http://dev.gentoo.org/~voxus/bind/ctrix_dlz_${DLZ_VERSION}.patch.bz2 )"
16
	dlz? ( http://dev.gentoo.org/~voxus/bind/ctrix_dlz_${DLZ_VERSION}.patch.bz2 )"
15
17
Lines 26-31 Link Here
26
RDEPEND="${DEPEND}
28
RDEPEND="${DEPEND}
27
	selinux? ( sec-policy/selinux-bind )"
29
	selinux? ( sec-policy/selinux-bind )"
28
30
31
S=${WORKDIR}/${MY_P}
32
29
pkg_setup() {
33
pkg_setup() {
30
	use threads && {
34
	use threads && {
31
		echo
35
		echo

Return to bug 146486