diff options
author | 2002-03-21 10:43:37 +0000 | |
---|---|---|
committer | 2002-03-21 10:43:37 +0000 | |
commit | d6b9cbdd625e962b21920bdc8393b932e7344768 (patch) | |
tree | 69a772ecbeeec0c54db961c04e4e5a733fc680ea /x11-libs | |
parent | *** empty log message *** (diff) | |
download | historical-d6b9cbdd625e962b21920bdc8393b932e7344768.tar.gz historical-d6b9cbdd625e962b21920bdc8393b932e7344768.tar.bz2 historical-d6b9cbdd625e962b21920bdc8393b932e7344768.zip |
no more gzipped html documentation
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-1.2.10-r6.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 9ae69493a88f..ae83b88fac0b 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-libs/gtk+ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.3 2002/03/13 06:02:06 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.4 2002/03/21 10:43:37 seemant Exp $ + +*gtk+-1.2.10-r6 (21 Mar 2002) + + 21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> gtk+-1.2.10-r6.ebuild : + + Changed the html documentation step to not be gzipped. This is a small + enough change that it shouldn't matter to have users remerge it. *gtk+-1.2.10-r6 (13 Mar 2002) diff --git a/x11-libs/gtk+/gtk+-1.2.10-r6.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r6.ebuild index 64dadda5605f..8e9f2256974d 100644 --- a/x11-libs/gtk+/gtk+-1.2.10-r6.ebuild +++ b/x11-libs/gtk+/gtk+-1.2.10-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r6.ebuild,v 1.1 2002/03/13 06:02:06 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r6.ebuild,v 1.2 2002/03/21 10:43:37 seemant Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -65,9 +65,7 @@ src_install() { docinto docs cd docs dodoc *.txt *.gif text/* - cd html - docinto html - dodoc *.html *.gif + dohtml html/*.html *.gif #install nice, clean-looking gtk+ style insinto /usr/share/themes/Gentoo/gtk |