summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-16 18:22:10 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-16 18:22:10 +0000
commitbcae9502aeb9fef018616cdb4a79dd746fca0972 (patch)
tree31f54526ee78d9bee57443670e1dfe5fa0f456b8 /games-puzzle/pingus
parentAdded ~ppc64 to KEYWORDS (diff)
downloadgentoo-2-bcae9502aeb9fef018616cdb4a79dd746fca0972.tar.gz
gentoo-2-bcae9502aeb9fef018616cdb4a79dd746fca0972.tar.bz2
gentoo-2-bcae9502aeb9fef018616cdb4a79dd746fca0972.zip
install more docs #78238 by Petteri Räty
(Portage version: 2.0.51-r13)
Diffstat (limited to 'games-puzzle/pingus')
-rw-r--r--games-puzzle/pingus/pingus-0.6.0-r1.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/games-puzzle/pingus/pingus-0.6.0-r1.ebuild b/games-puzzle/pingus/pingus-0.6.0-r1.ebuild
index 53746675fa9b..a8f3263c800c 100644
--- a/games-puzzle/pingus/pingus-0.6.0-r1.ebuild
+++ b/games-puzzle/pingus/pingus-0.6.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.6.0-r1.ebuild,v 1.10 2004/09/30 11:28:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.6.0-r1.ebuild,v 1.11 2005/01/16 18:22:10 vapier Exp $
inherit eutils flag-o-matic games
@@ -10,7 +10,7 @@ SRC_URI="http://pingus.seul.org/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 amd64"
+KEYWORDS="amd64 x86"
IUSE="nls opengl"
DEPEND=">=media-libs/hermes-1.3.2-r2
@@ -20,8 +20,8 @@ DEPEND=">=media-libs/hermes-1.3.2-r2
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/${PV}-gcc3.patch"
- epatch "${FILESDIR}/${PV}-gcc34.patch" # bug 63773
+ epatch "${FILESDIR}"/${PV}-gcc3.patch
+ epatch "${FILESDIR}"/${PV}-gcc34.patch #63773
autoconf || die
}
@@ -40,6 +40,7 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS INSTALL NEWS README TODO
# pos install process ... FIXME
mv "${D}/usr/games/games" "${D}/usr/games/bin"
cd "${D}/usr/share/games"