diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-04 08:19:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-04 08:19:12 +0000 |
commit | 26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145 (patch) | |
tree | e2f143fd80066cb082bd89ac89400ed9fae4e60c | |
parent | html documentation no longer gzipped (diff) | |
download | gentoo-2-26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145.tar.gz gentoo-2-26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145.tar.bz2 gentoo-2-26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145.zip |
html documentation no longer gzipped
-rw-r--r-- | dev-util/tmake/tmake-1.8-r1.ebuild | 21 | ||||
-rw-r--r-- | net-www/w3m/w3m-0.3-r2.ebuild | 6 |
2 files changed, 14 insertions, 13 deletions
diff --git a/dev-util/tmake/tmake-1.8-r1.ebuild b/dev-util/tmake/tmake-1.8-r1.ebuild index 1d5c6fd188f4..53cd68e0d497 100644 --- a/dev-util/tmake/tmake-1.8-r1.ebuild +++ b/dev-util/tmake/tmake-1.8-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 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/dev-util/tmake/tmake-1.8-r1.ebuild,v 1.1 2002/02/28 22:50:14 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.8-r1.ebuild,v 1.2 2002/07/04 08:14:29 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Cross platform Makefile tool" @@ -10,16 +9,18 @@ HOMEPAGE="http://www.trolltech.com/products/download/freebies/tmake.html" RDEPEND="sys-devel/perl" +LICENSE="as-is" +SLOT="" + src_install () { - cd ${S} - dobin bin/tmake bin/progen - dodir /usr/lib/tmake - cp -af ${S}/lib/* ${D}/usr/lib/tmake - dodoc CHANGES LICENSE README - docinto html - dodoc doc/*.html + cd ${S} + dobin bin/tmake bin/progen + dodir /usr/lib/tmake + cp -af ${S}/lib/* ${D}/usr/lib/tmake + dodoc CHANGES LICENSE README + dodoc html -r doc dodir /etc/env.d - echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake + echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake } diff --git a/net-www/w3m/w3m-0.3-r2.ebuild b/net-www/w3m/w3m-0.3-r2.ebuild index fc4d7ef04f12..afdab9459a57 100644 --- a/net-www/w3m/w3m-0.3-r2.ebuild +++ b/net-www/w3m/w3m-0.3-r2.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 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/net-www/w3m/w3m-0.3-r2.ebuild,v 1.1 2002/06/09 07:34:26 naz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.3-r2.ebuild,v 1.2 2002/07/04 08:19:12 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Text based WWW browser, supports tables and frames" @@ -106,6 +105,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die "make install failed" - dodoc doc/* README* + dohtml -r doc + dodoc README* doc/{HISTORY,README*,keymap*,menu*} doman doc/w3m.1 } |