diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-10-30 16:52:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-10-30 16:52:57 +0000 |
commit | a27cc2475e1dd022e6694a19037c68ce177ed590 (patch) | |
tree | 687e61333d235fed0de370c7e656f30ed2d4e97e /games-board/cgoban/cgoban-1.9.14.ebuild | |
parent | add missing ounit dep, bug #514410 and define subslot (diff) | |
download | historical-a27cc2475e1dd022e6694a19037c68ce177ed590.tar.gz historical-a27cc2475e1dd022e6694a19037c68ce177ed590.tar.bz2 historical-a27cc2475e1dd022e6694a19037c68ce177ed590.zip |
EAPI=5
Package-Manager: portage-2.2.8-r2/cvs/Linux x86_64
Diffstat (limited to 'games-board/cgoban/cgoban-1.9.14.ebuild')
-rw-r--r-- | games-board/cgoban/cgoban-1.9.14.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-board/cgoban/cgoban-1.9.14.ebuild b/games-board/cgoban/cgoban-1.9.14.ebuild index 2c3e9bc9b159..f513fb3e8896 100644 --- a/games-board/cgoban/cgoban-1.9.14.ebuild +++ b/games-board/cgoban/cgoban-1.9.14.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/cgoban-1.9.14.ebuild,v 1.11 2012/09/05 16:49:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/cgoban-1.9.14.ebuild,v 1.12 2014/10/30 16:52:52 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils autotools games DESCRIPTION="A Go-frontend" @@ -32,8 +32,7 @@ src_prepare() { } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO + default doicon ${PN}.png make_desktop_entry cgoban Cgoban prepgamesdirs |