diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-14 05:53:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-14 05:53:18 +0000 |
commit | 1650fc8b1c86cccbe35f0d5057bc833a41a47918 (patch) | |
tree | bcb8706b0c696a20833bc32d49302e48dbbd5e8f /games-strategy | |
parent | Compile warnings and segfault fixes from Jyrki Launonen via bug #330161 (diff) | |
download | gentoo-2-1650fc8b1c86cccbe35f0d5057bc833a41a47918.tar.gz gentoo-2-1650fc8b1c86cccbe35f0d5057bc833a41a47918.tar.bz2 gentoo-2-1650fc8b1c86cccbe35f0d5057bc833a41a47918.zip |
install the manual as well (bug #332693)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/lightyears/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/lightyears/lightyears-1.3a.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/lightyears/ChangeLog b/games-strategy/lightyears/ChangeLog index b532b5e3f01f..fa984763fa3b 100644 --- a/games-strategy/lightyears/ChangeLog +++ b/games-strategy/lightyears/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/lightyears # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.11 2010/04/06 14:41:38 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.12 2010/08/14 05:53:18 mr_bones_ Exp $ + + 14 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> + lightyears-1.3a.ebuild: + install the manual as well (bug #332693) 06 Apr 2010; Tupone Alfredo <tupone@gentoo.org> lightyears-1.3a.ebuild: Force python version to 2 . Bug #312285 by arfrever@gentoo.org diff --git a/games-strategy/lightyears/lightyears-1.3a.ebuild b/games-strategy/lightyears/lightyears-1.3a.ebuild index c2d57b4fffe2..c5cb81c761a6 100644 --- a/games-strategy/lightyears/lightyears-1.3a.ebuild +++ b/games-strategy/lightyears/lightyears-1.3a.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-strategy/lightyears/lightyears-1.3a.ebuild,v 1.5 2010/04/06 14:41:38 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.3a.ebuild,v 1.6 2010/08/14 05:53:18 mr_bones_ Exp $ EAPI=2 PYTHON_DEPEND="2" @@ -35,7 +35,7 @@ src_install() { dodoc README.txt insinto "${GAMES_DATADIR}/${PN}" - doins -r data audio || die "doins data failed" + doins -r audio data manual || die "doins data failed" newicon data/32.png ${PN}.png make_desktop_entry ${PN} "Light Years Into Space" |