diff options
author | 2015-01-03 19:31:13 +0000 | |
---|---|---|
committer | 2015-01-03 19:31:13 +0000 | |
commit | 79b0961d7b524ebb64abae3638f3fdb5cf770a61 (patch) | |
tree | 12164a940ea8473a6a070e889d5ed9739d99c86d /games-arcade/cob | |
parent | Mask libgeier and wine-doors (diff) | |
download | gentoo-2-79b0961d7b524ebb64abae3638f3fdb5cf770a61.tar.gz gentoo-2-79b0961d7b524ebb64abae3638f3fdb5cf770a61.tar.bz2 gentoo-2-79b0961d7b524ebb64abae3638f3fdb5cf770a61.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/cob')
-rw-r--r-- | games-arcade/cob/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/cob/cob-0.9.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-arcade/cob/ChangeLog b/games-arcade/cob/ChangeLog index 27e6476bb2b4..39c6f6b3045f 100644 --- a/games-arcade/cob/ChangeLog +++ b/games-arcade/cob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/cob -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.10 2009/06/18 01:31:16 nyhm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.11 2015/01/03 19:31:13 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo <tupone@gentoo.org> cob-0.9.ebuild: + EAPI 5 18 Jun 2009; Tristan Heaven <nyhm@gentoo.org> cob-0.9.ebuild, +files/cob-0.9-gcc44.patch: diff --git a/games-arcade/cob/cob-0.9.ebuild b/games-arcade/cob/cob-0.9.ebuild index 7a755eea8b53..fd475aa1f314 100644 --- a/games-arcade/cob/cob-0.9.ebuild +++ b/games-arcade/cob/cob-0.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.13 2009/06/18 01:31:16 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.14 2015/01/03 19:31:13 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="Cruising on Broadway: a painting-type game" @@ -15,6 +15,7 @@ KEYWORDS="alpha ~amd64 ppc ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="media-libs/libsdl" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-gcc43.patch @@ -22,7 +23,6 @@ PATCHES=( ) src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README + default prepgamesdirs } |