summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql-base/postgresql-base-7.4.19.ebuild')
-rw-r--r--dev-db/postgresql-base/postgresql-base-7.4.19.ebuild26
1 files changed, 4 insertions, 22 deletions
diff --git a/dev-db/postgresql-base/postgresql-base-7.4.19.ebuild b/dev-db/postgresql-base/postgresql-base-7.4.19.ebuild
index 1ca8e9c..e993657 100644
--- a/dev-db/postgresql-base/postgresql-base-7.4.19.ebuild
+++ b/dev-db/postgresql-base/postgresql-base-7.4.19.ebuild
@@ -38,12 +38,12 @@ RDEPEND="kerberos? ( virtual/krb5 )
>=app-admin/eselect-postgresql-0.2
!dev-db/postgresql-libs
!dev-db/postgresql-client
- !dev-db/postgresql-docs
- !dev-db/libpq:3 !dev-db/libpq:4
- !dev-db/postgresql:0"
+ !dev-db/libpq
+ !dev-db/postgresql"
DEPEND="${RDEPEND}
>=sys-devel/bison-1.875
nls? ( sys-devel/gettext )"
+PDEPEND="doc? ( dev-db/postgresql-docs:${SLOT} )"
S="${WORKDIR}/postgresql-${PV}"
@@ -128,25 +128,7 @@ __EOF__
__EOF__
doenvd "${T}/50postgresql-95-${SLOT}"
-
- if use doc ; then
- dodir /usr/share/doc/${PF}/html
- tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
-
- cd "${S}/doc"
-
- docinto FAQ_html
- dodoc src/FAQ/*
-
- docinto sgml
- dodoc src/sgml/*.{sgml,dsl}
-
- docinto sgml/ref
- dodoc src/sgml/ref/*.sgml
-
- docinto TODO.detail
- dodoc TODO.detail/*
- fi
+ keepdir /etc/postgresql-${SLOT}
}
pkg_postinst() {