diff options
author | William Hubbs <williamh@gentoo.org> | 2009-08-19 22:40:45 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2009-08-19 22:40:45 +0000 |
commit | 0472ded71637afdbc94abc0ef772ca19b32dbd81 (patch) | |
tree | d170800d99c99b455f53c91f97913d28434e1553 /app-accessibility/speakup | |
parent | Stable for ppc. (diff) | |
download | gentoo-2-0472ded71637afdbc94abc0ef772ca19b32dbd81.tar.gz gentoo-2-0472ded71637afdbc94abc0ef772ca19b32dbd81.tar.bz2 gentoo-2-0472ded71637afdbc94abc0ef772ca19b32dbd81.zip |
updated live ebuild to install man pages
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/speakup')
-rw-r--r-- | app-accessibility/speakup/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/speakup/speakup-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-accessibility/speakup/ChangeLog b/app-accessibility/speakup/ChangeLog index 02ec6c6e4fde..647f7e9baf6a 100644 --- a/app-accessibility/speakup/ChangeLog +++ b/app-accessibility/speakup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/speakup # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.31 2009/08/05 17:51:40 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.32 2009/08/19 22:40:45 williamh Exp $ + + 19 Aug 2009; William Hubbs <williamh@gentoo.org> speakup-9999.ebuild: + updated live ebuild to install man pages *speakup-3.1.3 (05 Aug 2009) diff --git a/app-accessibility/speakup/speakup-9999.ebuild b/app-accessibility/speakup/speakup-9999.ebuild index a08b612192ee..b843ffa5591f 100644 --- a/app-accessibility/speakup/speakup-9999.ebuild +++ b/app-accessibility/speakup/speakup-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-9999.ebuild,v 1.1 2009/07/15 18:06:32 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-9999.ebuild,v 1.2 2009/08/19 22:40:45 williamh Exp $ EAPI="2" @@ -58,6 +58,7 @@ src_install() { dobin tools/speakupconf dosbin tools/talkwith dodoc Bugs.txt README To-Do doc/DefaultKeyAssignments doc/spkguide.txt + doman man/* newdoc tools/README README.tools } |