diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-13 02:10:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-13 02:10:47 +0000 |
commit | fd30f5295b0a73f28c386ddf316fbd7373d4f1ee (patch) | |
tree | 7d3a465c9fd7e792ed87aa2434ee0b953c96b0fe /games-strategy/wesnoth | |
parent | version bump, happy easter (diff) | |
download | historical-fd30f5295b0a73f28c386ddf316fbd7373d4f1ee.tar.gz historical-fd30f5295b0a73f28c386ddf316fbd7373d4f1ee.tar.bz2 historical-fd30f5295b0a73f28c386ddf316fbd7373d4f1ee.zip |
tidy commented code
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.6.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.6.1.ebuild b/games-strategy/wesnoth/wesnoth-1.6.1.ebuild index 2cade3e72c89..9e2eb323c6a8 100644 --- a/games-strategy/wesnoth/wesnoth-1.6.1.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.1.ebuild,v 1.1 2009/04/13 01:58:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.1.ebuild,v 1.2 2009/04/13 02:10:47 mr_bones_ Exp $ EAPI=2 inherit cmake-utils eutils toolchain-funcs flag-o-matic games @@ -90,7 +90,5 @@ src_install() { keepdir "${GAMES_STATEDIR}/run/wesnothd" doinitd "${T}"/wesnothd || die "doinitd failed" fi - #doicon icons/{wesnoth-icon.png,wesnoth_editor-icon.png} - #domenu icons/*desktop prepgamesdirs } |