diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-04 03:33:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-04 03:33:59 +0000 |
commit | bea48b40406687e2c0d2fddae048ee01bd655b6c (patch) | |
tree | 2b885d5059630a85943c7d470a1aee04a456fcc1 /games-action/bzflag | |
parent | Removed old versions (diff) | |
download | gentoo-2-bea48b40406687e2c0d2fddae048ee01bd655b6c.tar.gz gentoo-2-bea48b40406687e2c0d2fddae048ee01bd655b6c.tar.bz2 gentoo-2-bea48b40406687e2c0d2fddae048ee01bd655b6c.zip |
skip dodoc for non-existent file (bug #377585)
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'games-action/bzflag')
-rw-r--r-- | games-action/bzflag/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/bzflag/bzflag-2.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog index 30eef68bd33e..61eccf34458e 100644 --- a/games-action/bzflag/ChangeLog +++ b/games-action/bzflag/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/bzflag # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.52 2011/07/04 04:39:45 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.53 2011/08/04 03:33:59 mr_bones_ Exp $ + + 04 Aug 2011; Michael Sterrett <mr_bones_@gentoo.org> bzflag-2.4.0.ebuild: + skip dodoc for non-existent file (bug #377585) *bzflag-2.4.0 (04 Jul 2011) diff --git a/games-action/bzflag/bzflag-2.4.0.ebuild b/games-action/bzflag/bzflag-2.4.0.ebuild index 7745af0b1217..eb2f9012e99e 100644 --- a/games-action/bzflag/bzflag-2.4.0.ebuild +++ b/games-action/bzflag/bzflag-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.4.0.ebuild,v 1.1 2011/07/04 04:39:45 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.4.0.ebuild,v 1.2 2011/08/04 03:33:59 mr_bones_ Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -53,7 +53,7 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS TODO ChangeLog BUGS PORTING DEVINFO NEWS README* RELNOTES + dodoc AUTHORS TODO ChangeLog BUGS PORTING DEVINFO NEWS README* if use sdl || ! use dedicated ; then newicon "data/bzflag-48x48.png" ${PN}.png |