diff options
author | Yuri Vasilevski <yvasilev@gentoo.org> | 2009-12-14 04:58:28 +0000 |
---|---|---|
committer | Yuri Vasilevski <yvasilev@gentoo.org> | 2009-12-14 04:58:28 +0000 |
commit | 6b7d9a348b610f6db7b32cf450218d6c8e388de9 (patch) | |
tree | 996eae241c4fd4608ca07751ecc1294a0db60369 /x11-libs/libfakekey | |
parent | Mark/arm/ia64/s390/sh/stable/#296772. stable (diff) | |
download | gentoo-2-6b7d9a348b610f6db7b32cf450218d6c8e388de9.tar.gz gentoo-2-6b7d9a348b610f6db7b32cf450218d6c8e388de9.tar.bz2 gentoo-2-6b7d9a348b610f6db7b32cf450218d6c8e388de9.zip |
Fixed dodoc QA notice, fixes bug #296757. Thanks flameeyes.
(Portage version: 2.1.7.14/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libfakekey')
-rw-r--r-- | x11-libs/libfakekey/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/libfakekey/ChangeLog b/x11-libs/libfakekey/ChangeLog index abd595ff1024..9d38210442bc 100644 --- a/x11-libs/libfakekey/ChangeLog +++ b/x11-libs/libfakekey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libfakekey -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.6 2008/07/13 07:33:29 josejx Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.7 2009/12/14 04:58:28 yvasilev Exp $ + + 14 Dec 2009; Yuri Vasilevski <yvasilev@gentoo.org> libfakekey-0.1.ebuild: + Fixed dodoc QA notice, fixes bug #296757. Thanks flameeyes. 13 Jul 2008; Joseph Jezak <josejx@gentoo.org> libfakekey-0.1.ebuild: Marked ~ppc. diff --git a/x11-libs/libfakekey/libfakekey-0.1.ebuild b/x11-libs/libfakekey/libfakekey-0.1.ebuild index c0c4427cc197..458869287626 100644 --- a/x11-libs/libfakekey/libfakekey-0.1.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 2006-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1.ebuild,v 1.7 2008/07/13 07:33:29 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1.ebuild,v 1.8 2009/12/14 04:58:28 yvasilev Exp $ DESCRIPTION="Helper library for the x11-misc/matchbox-keyboard package." HOMEPAGE="http://matchbox-project.org/" @@ -29,6 +29,6 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS Changelog INSTALL NEWS README + dodoc AUTHORS ChangeLog INSTALL NEWS README use doc && dohtml doc/html/* } |