diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-08-21 19:12:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-08-21 19:12:22 +0000 |
commit | c2c107531c43116eb3be418409410f957408ffb6 (patch) | |
tree | db2c8280752f15123be0fa2d074e7a3a7beac957 /app-editors | |
parent | Revision bump - fix bug #281512. Thanks to Matthew Thode for reporting and pr... (diff) | |
download | gentoo-2-c2c107531c43116eb3be418409410f957408ffb6.tar.gz gentoo-2-c2c107531c43116eb3be418409410f957408ffb6.tar.bz2 gentoo-2-c2c107531c43116eb3be418409410f957408ffb6.zip |
Install documentation.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/e3/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/e3/e3-2.7.1.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-editors/e3/ChangeLog b/app-editors/e3/ChangeLog index 3eca1c3d1f6e..e987c256ef61 100644 --- a/app-editors/e3/ChangeLog +++ b/app-editors/e3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/e3 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.30 2008/01/24 19:49:48 opfer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.31 2009/08/21 19:12:22 ulm Exp $ + + 21 Aug 2009; Ulrich Mueller <ulm@gentoo.org> e3-2.7.1.ebuild: + Install documentation. 24 Jan 2008; Christian Faulhammer <opfer@gentoo.org> e3-2.7.1.ebuild: add secondary HOMEPAGE diff --git a/app-editors/e3/e3-2.7.1.ebuild b/app-editors/e3/e3-2.7.1.ebuild index d5a539f75957..f6ea71a366ee 100644 --- a/app-editors/e3/e3-2.7.1.ebuild +++ b/app-editors/e3/e3-2.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.7.1.ebuild,v 1.4 2008/01/24 19:49:48 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.7.1.ebuild,v 1.5 2009/08/21 19:12:22 ulm Exp $ DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi keybindings" HOMEPAGE="http://freshmeat.net/projects/e3/ @@ -30,5 +30,8 @@ src_install() { dosym e3 /usr/bin/e3pi dosym e3 /usr/bin/e3vi dosym e3 /usr/bin/e3ws + newman e3.man e3.1 + dodoc ChangeLog README + dohtml e3.html } |