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

(-)/usr/portage/dev-db/slony1/slony1-1.2.12.ebuild (-2 / +7 lines)
Lines 6-14 Link Here
6
6
7
IUSE="perl"
7
IUSE="perl"
8
8
9
MY_PV=${PV/_/-}
10
MY_P=${PN}-${MY_PV}
11
9
DESCRIPTION="A replication system for the PostgreSQL Database Management System"
12
DESCRIPTION="A replication system for the PostgreSQL Database Management System"
10
HOMEPAGE="http://slony.info/"
13
HOMEPAGE="http://slony.info/"
11
SRC_URI="http://main.slony.info/downloads/1.2/source/${P}.tar.bz2"
14
SRC_URI="http://main.slony.info/downloads/1.2/source/${MY_P}.tar.bz2"
15
16
S=${WORKDIR}/${MY_P}
12
17
13
LICENSE="BSD"
18
LICENSE="BSD"
14
SLOT="0"
19
SLOT="0"
Lines 20-26 Link Here
20
src_compile() {
25
src_compile() {
21
	local myconf=""
26
	local myconf=""
22
27
23
	myconf="${myconf} --with-pgincludedir=/usr/include/postgresql/pgsql"
28
	myconf="${myconf} --with-pgincludedir=/usr/include/postgresql"
24
	myconf="${myconf} --with-pgincludeserverdir=/usr/include/postgresql/server"
29
	myconf="${myconf} --with-pgincludeserverdir=/usr/include/postgresql/server"
25
	myconf="${myconf} $(use_with perl perltools)"
30
	myconf="${myconf} $(use_with perl perltools)"
26
31

Return to bug 239593