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 | cb590b09b88f16bf14099b80fc2ad85e73a0668e (patch) | |
tree | 1f2a7d45ff44886c3d69e5b55fae0b6a7b7a1fe3 /x11-libs/libfakekey | |
parent | Mark/arm/ia64/s390/sh/stable/#296772. stable (diff) | |
download | historical-cb590b09b88f16bf14099b80fc2ad85e73a0668e.tar.gz historical-cb590b09b88f16bf14099b80fc2ad85e73a0668e.tar.bz2 historical-cb590b09b88f16bf14099b80fc2ad85e73a0668e.zip |
Fixed dodoc QA notice, fixes bug #296757. Thanks flameeyes.
Package-Manager: portage-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/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.1.ebuild | 6 |
3 files changed, 10 insertions, 7 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/Manifest b/x11-libs/libfakekey/Manifest index a588a600cee8..f97b97d7513f 100644 --- a/x11-libs/libfakekey/Manifest +++ b/x11-libs/libfakekey/Manifest @@ -1,4 +1,4 @@ DIST libfakekey-0.1.tar.bz2 203504 RMD160 990eda09f4271bf03eae1a87e1ee14ba96124648 SHA1 f302cd9f06d3bd34db1b48fc2caf2ac48e09ee79 SHA256 c41042a70524895b0edf8077ae3ae1206f1a313bea5811dcc23033ea16a00194 -EBUILD libfakekey-0.1.ebuild 948 RMD160 666061a3b1177bbe16ff322ad9d34a2c13d0b765 SHA1 1fb5cf428fc07342320140c5b4e16e943ad9cbd2 SHA256 dc73a002e16b1c57558cdd6eae5658ef304b8c662868ace63f210abe76333d99 -MISC ChangeLog 791 RMD160 002de4c96ffd3df912cf9383f288cf0ca11998da SHA1 7beb123673c9d6e24005f11d9f7e65950711ffc1 SHA256 91574292403bc4c2304c0b9c0e41b0df23e3a687bb2cdc6f22980dd22b627717 +EBUILD libfakekey-0.1.ebuild 950 RMD160 57cd94c2dfa954ed2f49b4e991e0b791db0a4c9f SHA1 bce26245e944938e933a2306662a5eb115c16af5 SHA256 5159a211349a0581898032332dad4dd15c8b88af2dfe0f83e811ff3b37dacadc +MISC ChangeLog 932 RMD160 a7fc936a7b17320d431aca75bb197b89fd7afdc0 SHA1 1e9b3313eb018386e4a9a03444162ca8b986c335 SHA256 337f091ddc3a6b034e0da3be6522e4b2392d0f1fd47d1ca1619b8c7c51d6b5d3 MISC metadata.xml 247 RMD160 49e7f36b66be574d7f3341589ebff702e1c8c8a9 SHA1 af1f5473be400926e7bf9a98a354866150c8b7a7 SHA256 09c798d19a28d8e2ee2b8494e011929f5fc1617190315d82bd03c32e911def55 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/* } |