diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-30 11:32:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-30 11:32:08 +0000 |
commit | 073dc4b4c088e7e062e137e765e5e14bb632adc4 (patch) | |
tree | 16f8d5d725ddccb73fd31f3a76487118fa643d00 | |
parent | un-gzipped html doc (diff) | |
download | historical-073dc4b4c088e7e062e137e765e5e14bb632adc4.tar.gz historical-073dc4b4c088e7e062e137e765e5e14bb632adc4.tar.bz2 historical-073dc4b4c088e7e062e137e765e5e14bb632adc4.zip |
ungzipped html doc
-rw-r--r-- | net-print/cups/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/cups/cups-1.1.14-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog index 3bc995dbcad3..5ee951fecead 100644 --- a/net-print/cups/ChangeLog +++ b/net-print/cups/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/cups # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.9 2002/04/12 21:35:16 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.10 2002/04/30 11:32:08 seemant Exp $ + + 30 Apr 2002; Seemant Kulleen <seemant@gentoo.org> : + removed LICENSE.html from dodoc statement because html docs should not + be gzipped. there is already a LICENSE.txt.gz file in docs. *cups-1.1.14-r3 (12 Apr 2002) 12 Apr 2002; Spider <spider@gentoo.org>: diff --git a/net-print/cups/cups-1.1.14-r3.ebuild b/net-print/cups/cups-1.1.14-r3.ebuild index 8803e5b1adbc..26d7416f774c 100644 --- a/net-print/cups/cups-1.1.14-r3.ebuild +++ b/net-print/cups/cups-1.1.14-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.14-r3.ebuild,v 1.1 2002/04/12 21:35:16 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.14-r3.ebuild,v 1.2 2002/04/30 11:32:08 seemant Exp $ DESCRIPTION="The Common Unix Printing System" HOMEPAGE="http://www.cups.org" @@ -64,7 +64,7 @@ src_install() { PREFIX=${D} \ install || die "install problem" - dodoc {CHANGES,CREDITS,ENCRYPTION,LICENSE,README}.txt LICENSE.html + dodoc {CHANGES,CREDITS,ENCRYPTION,LICENSE,README}.txt dosym /usr/share/cups/docs /usr/share/doc/${PF}/html fowners lp.root /usr/bin/lppasswd |