diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-21 11:30:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-21 11:30:27 +0000 |
commit | d0013922f849265b65586c891aa73543b4094f27 (patch) | |
tree | 8d117956733f1318e16f13ee111d4a5a05da16db /sys-libs | |
parent | no more gzipped html documentation (diff) | |
download | gentoo-2-d0013922f849265b65586c891aa73543b4094f27.tar.gz gentoo-2-d0013922f849265b65586c891aa73543b4094f27.tar.bz2 gentoo-2-d0013922f849265b65586c891aa73543b4094f27.zip |
No more gzipped HTML documentation.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/ChangeLog | 10 | ||||
-rw-r--r-- | sys-libs/db/db-3.2.3h-r4.ebuild | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index 36a9805797ef..0f67ce675ee9 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-libs/db # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.1 2002/02/01 21:53:38 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.2 2002/03/21 11:30:27 seemant Exp $ + +*db-3.2.3h-r4 (21 Mar 2002) + + 21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> db-3.2.3h-r4.ebuild : + + HTML documentation will no longer get gzipped -- but too small a change + to warrant having the users remerge this. Thanks so stefan@mdy.univie.ac.at + for the bug. *db-3.2.3h-r4 (1 Feb 2002) diff --git a/sys-libs/db/db-3.2.3h-r4.ebuild b/sys-libs/db/db-3.2.3h-r4.ebuild index fe2e53ddfd79..65845968448c 100644 --- a/sys-libs/db/db-3.2.3h-r4.ebuild +++ b/sys-libs/db/db-3.2.3h-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # Maintainer: System Team <system@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r4.ebuild,v 1.6 2002/02/10 17:51:02 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r4.ebuild,v 1.7 2002/03/21 11:30:27 seemant Exp $ S=${WORKDIR}/${P}/build_unix DESCRIPTION="Berkeley DB for transaction support in MySQL" @@ -49,13 +49,13 @@ src_install () { cd ${S}/.. dodoc README LICENSE + prepalldocs if [ -d ${D}/usr/share/doc/${PF} ] then mv ${D}/usr/docs ${D}/usr/share/doc/${PF}/html else mv ${D}/usr/docs ${D}/usr/doc/${PF}/html fi - prepalldocs #for some reason, db.so's are *not* readable by group or others, resulting in no one #but root being able to use them!!! This fixes it -- DR 15 Jun 2001 |