diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-03-04 21:38:52 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-03-04 21:38:52 +0000 |
commit | 52b59a23652e7c3872035a371c3ed2456fee8d8f (patch) | |
tree | db8c825cde9c9f2ba328075080df8d8ddf2b420d /sys-apps/sed | |
parent | Changed ~sparc keyword to sparc. (diff) | |
download | historical-52b59a23652e7c3872035a371c3ed2456fee8d8f.tar.gz historical-52b59a23652e7c3872035a371c3ed2456fee8d8f.tar.bz2 historical-52b59a23652e7c3872035a371c3ed2456fee8d8f.zip |
minor additional docs
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/sed/sed-4.0.5-r1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/sed/ChangeLog b/sys-apps/sed/ChangeLog index f213221e729c..08d02ac8ff3b 100644 --- a/sys-apps/sed/ChangeLog +++ b/sys-apps/sed/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/sed # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.20 2003/03/04 21:34:05 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.21 2003/03/04 21:38:52 lostlogic Exp $ *sed-4.0.5-r1 (04 Mar 2002) + 04 Mar 2003; Brandon Low <lostlogic@gentoo.org> sed-4.0.5-r1.ebuild: + Add examples to installed docs + 04 Mar 2003; Brandon Low <lostlogic@gentoo.org> sed-4.0.5-r1.ebuild : Install nls files with sed, clean up the install for USE=build. This is marked unstable on all arches, but can and should VERY quickly diff --git a/sys-apps/sed/sed-4.0.5-r1.ebuild b/sys-apps/sed/sed-4.0.5-r1.ebuild index c41c323379b4..d06d0bd7f3bd 100644 --- a/sys-apps/sed/sed-4.0.5-r1.ebuild +++ b/sys-apps/sed/sed-4.0.5-r1.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/sys-apps/sed/sed-4.0.5-r1.ebuild,v 1.1 2003/03/04 21:34:05 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.5-r1.ebuild,v 1.2 2003/03/04 21:38:52 lostlogic Exp $ DESCRIPTION="Super-useful stream editor" SRC_URI="ftp://ftp.gnu.org/pub/gnu/sed/${P}.tar.gz" @@ -31,6 +31,9 @@ src_install() { then einstall || die "install failed" dodoc COPYING NEWS README* THANKS TODO AUTHORS BUGS ANNOUNCE ChangeLog + docinto examples + dodoc ${FILESDIR}/dos2unix ${FILESDIR}/unix2dos + else dodir /usr/bin fi |