diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-14 10:17:33 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-14 10:17:33 +0000 |
commit | ba22ae5ef9e754337e89416cd0d7a46fa8713537 (patch) | |
tree | 0ba2cfef30eb726d2a964e579a0e95d2011533a9 /x11-misc/lineakd | |
parent | slight cleanup (diff) | |
download | historical-ba22ae5ef9e754337e89416cd0d7a46fa8713537.tar.gz historical-ba22ae5ef9e754337e89416cd0d7a46fa8713537.tar.bz2 historical-ba22ae5ef9e754337e89416cd0d7a46fa8713537.zip |
docs gzipped
Diffstat (limited to 'x11-misc/lineakd')
-rw-r--r-- | x11-misc/lineakd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.4_pre3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog index 9f5f09ef41bf..bd2db505d07b 100644 --- a/x11-misc/lineakd/ChangeLog +++ b/x11-misc/lineakd/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for x11-misc/lineakd # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.1 2003/02/12 10:46:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.2 2003/03/14 10:17:33 seemant Exp $ *lineakd-0.4_pre3 (12 Feb 2003) + 14 Mar 2003; Seemant Kulleen <seemant@gentoo.org> lineakd-0.4_pre3.ebuild: + gzip the documentation + 12 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> : Initial import. Ebuild submitted by Evan Teran <emt3734@rit.edu> in #6240. diff --git a/x11-misc/lineakd/lineakd-0.4_pre3.ebuild b/x11-misc/lineakd/lineakd-0.4_pre3.ebuild index db2020cf0c66..1b302be50b56 100644 --- a/x11-misc/lineakd/lineakd-0.4_pre3.ebuild +++ b/x11-misc/lineakd/lineakd-0.4_pre3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.4_pre3.ebuild,v 1.1 2003/02/12 10:46:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.4_pre3.ebuild,v 1.2 2003/03/14 10:17:33 seemant Exp $ MY_P=${P/_} S=${WORKDIR}/${MY_P} @@ -28,5 +28,5 @@ src_compile() { src_install () { make DESTDIR=${D} lineakddocdir=/usr/share/doc/${P} install || die + prepalldocs } - |