summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2012-02-27 09:15:27 +0000
committerAlfredo Tupone <tupone@gentoo.org>2012-02-27 09:15:27 +0000
commit355b533f248600a556602c8c4be1a9d09e834371 (patch)
treed75853b9dd3ac2ec6224f828a8199b4239171140 /games-arcade/performous
parentVersion bump. (diff)
downloadgentoo-2-355b533f248600a556602c8c4be1a9d09e834371.tar.gz
gentoo-2-355b533f248600a556602c8c4be1a9d09e834371.tar.bz2
gentoo-2-355b533f248600a556602c8c4be1a9d09e834371.zip
Fixing dodoc. Bug #405925
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'games-arcade/performous')
-rw-r--r--games-arcade/performous/ChangeLog5
-rw-r--r--games-arcade/performous/performous-0.6.1.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/games-arcade/performous/ChangeLog b/games-arcade/performous/ChangeLog
index 7ff1f9647ea4..4815d1afd673 100644
--- a/games-arcade/performous/ChangeLog
+++ b/games-arcade/performous/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/performous
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.1 2012/02/21 20:51:12 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.2 2012/02/27 09:15:27 tupone Exp $
+
+ 27 Feb 2012; Tupone Alfredo <tupone@gentoo.org> performous-0.6.1.ebuild:
+ Fixing dodoc. Bug #405925 by Dennis Schridde
*performous-0.6.1 (21 Feb 2012)
diff --git a/games-arcade/performous/performous-0.6.1.ebuild b/games-arcade/performous/performous-0.6.1.ebuild
index 324939e179b1..e95f845f6a17 100644
--- a/games-arcade/performous/performous-0.6.1.ebuild
+++ b/games-arcade/performous/performous-0.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.1 2012/02/21 20:51:12 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.2 2012/02/27 09:15:27 tupone Exp $
EAPI=3
@@ -59,7 +59,6 @@ PATCHES=(
"${FILESDIR}"/${P}-libpng.patch
"${FILESDIR}"/${P}-gentoo.patch
)
-DOCS="docs/{Author,DeveloperReadme,instruments,TODO}.txt"
append-cppflags -DBOOST_FILESYSTEM_VERSION=2
src_prepare() {
@@ -88,5 +87,8 @@ src_install() {
insinto "${GAMES_DATADIR}"/${PN}
doins -r "${S}/songs" || die "doins failed"
fi
+ cd docs
+ dodoc {Authors,DeveloperReadme,instruments,TODO}.txt \
+ || die "dodoc failed"
prepgamesdirs
}