summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-08-04 21:11:25 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-08-04 21:11:25 +0000
commit98c05676f60819f08a13234934d43a6a979cfe69 (patch)
treea98b9130fdab33b1d8a6222f04e09f17c56b8b80
parentSync live ebuild version and move `ip` into /bin #330115 by Thilo Bangert. (diff)
downloadgentoo-2-98c05676f60819f08a13234934d43a6a979cfe69.tar.gz
gentoo-2-98c05676f60819f08a13234934d43a6a979cfe69.tar.bz2
gentoo-2-98c05676f60819f08a13234934d43a6a979cfe69.zip
also install the manual (bug #331199)
(Portage version: 2.1.8.3/cvs/Linux i686)
-rw-r--r--games-puzzle/lmarbles/ChangeLog6
-rw-r--r--games-puzzle/lmarbles/lmarbles-1.0.8.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/games-puzzle/lmarbles/ChangeLog b/games-puzzle/lmarbles/ChangeLog
index e4a0cd49aee0..f6db5c5c95c2 100644
--- a/games-puzzle/lmarbles/ChangeLog
+++ b/games-puzzle/lmarbles/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/lmarbles
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/ChangeLog,v 1.9 2010/01/23 15:47:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/ChangeLog,v 1.10 2010/08/04 21:11:25 mr_bones_ Exp $
+
+ 04 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ lmarbles-1.0.8.ebuild:
+ also install the manual (bug #331199)
23 Jan 2010; Brent Baude <ranger@gentoo.org> lmarbles-1.0.8.ebuild:
stable ppc, bug 296122
diff --git a/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild b/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild
index e29b1599db23..7444bed0e91b 100644
--- a/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild
+++ b/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild,v 1.4 2010/01/23 15:47:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild,v 1.5 2010/08/04 21:11:25 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
@@ -27,5 +27,6 @@ src_install() {
dodoc AUTHORS ChangeLog README TODO
newicon lmarbles48.gif ${PN}.gif
make_desktop_entry lmarbles LMarbles /usr/share/pixmaps/${PN}.gif
+ dohtml src/manual/*
prepgamesdirs
}