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 | b1f87f1b8ae6d7490d4398f3442ad462f963c3ea (patch) | |
tree | ce210f7b1f8abfd3bd6db2a7a0c4ac86163787cd /games-strategy | |
parent | version bump, happy easter (diff) | |
download | gentoo-2-b1f87f1b8ae6d7490d4398f3442ad462f963c3ea.tar.gz gentoo-2-b1f87f1b8ae6d7490d4398f3442ad462f963c3ea.tar.bz2 gentoo-2-b1f87f1b8ae6d7490d4398f3442ad462f963c3ea.zip |
tidy commented code
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-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 } |