diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-24 11:31:11 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-24 11:31:11 +0000 |
commit | 589e55b9bb7febb00a0fa661ec62afdeb90e8558 (patch) | |
tree | b67967d7b017d4f07865a0e1e9c95a2cde6d9752 /games-strategy | |
parent | Sort inherit line (diff) | |
download | gentoo-2-589e55b9bb7febb00a0fa661ec62afdeb90e8558.tar.gz gentoo-2-589e55b9bb7febb00a0fa661ec62afdeb90e8558.tar.bz2 gentoo-2-589e55b9bb7febb00a0fa661ec62afdeb90e8558.zip |
Fix dodoc call on a directory. Bug #369961
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/uqm/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/uqm/uqm-0.6.2.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-strategy/uqm/ChangeLog b/games-strategy/uqm/ChangeLog index 902fd547f307..3095efbe788b 100644 --- a/games-strategy/uqm/ChangeLog +++ b/games-strategy/uqm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/uqm -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.27 2010/11/07 22:26:25 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.28 2011/06/24 11:31:11 tupone Exp $ + + 24 Jun 2011; Tupone Alfredo <tupone@gentoo.org> uqm-0.6.2.ebuild: + Fix dodoc call on a directory. Bug #369961 by Diego Elio Pettenò 07 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> uqm-0.6.2.ebuild: Use virtual/jpeg wrt #327487. diff --git a/games-strategy/uqm/uqm-0.6.2.ebuild b/games-strategy/uqm/uqm-0.6.2.ebuild index c0d245d4ca5d..72f5a20ce1f6 100644 --- a/games-strategy/uqm/uqm-0.6.2.ebuild +++ b/games-strategy/uqm/uqm-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.6.2.ebuild,v 1.12 2010/11/07 22:26:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.6.2.ebuild,v 1.13 2011/06/24 11:31:11 tupone Exp $ EAPI=2 inherit eutils multilib games @@ -109,7 +109,9 @@ src_install() { dodoc AUTHORS ChangeLog Contributing README WhatsNew doc/users/manual.txt docinto devel - dodoc doc/devel/* + dodoc doc/devel/[!n]* + docinto devel/netplay + dodoc doc/devel/netplay/* make_desktop_entry uqm "The Ur-Quan Masters" prepgamesdirs |