diff options
author | 2011-10-19 21:43:56 +0000 | |
---|---|---|
committer | 2011-10-19 21:43:56 +0000 | |
commit | 75a440a2961fefbb78f0ae9b4c72a0c59be2032c (patch) | |
tree | 0e0f3314f3accf94dba75e9c5a0ab354fcee5ebc /games-strategy/defcon-demo | |
parent | Add katepart in PDEPEND, fixes e.g. bug 387431 (diff) | |
download | historical-75a440a2961fefbb78f0ae9b4c72a0c59be2032c.tar.gz historical-75a440a2961fefbb78f0ae9b4c72a0c59be2032c.tar.bz2 historical-75a440a2961fefbb78f0ae9b4c72a0c59be2032c.zip |
EAPI=2
Package-Manager: portage-2.1.10.11/cvs/Linux i686
Diffstat (limited to 'games-strategy/defcon-demo')
-rw-r--r-- | games-strategy/defcon-demo/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/defcon-demo/defcon-demo-1.42.ebuild | 11 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games-strategy/defcon-demo/ChangeLog b/games-strategy/defcon-demo/ChangeLog index c2e64f66fda2..65bc92820d8c 100644 --- a/games-strategy/defcon-demo/ChangeLog +++ b/games-strategy/defcon-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/defcon-demo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/ChangeLog,v 1.4 2010/04/06 12:59:20 nyhm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/ChangeLog,v 1.5 2011/10/19 21:40:06 mr_bones_ Exp $ + + 19 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> defcon-demo-1.42.ebuild: + EAPI=2 06 Apr 2010; Tristan Heaven <nyhm@gentoo.org> defcon-demo-1.42.ebuild: RESTRICT=mirror diff --git a/games-strategy/defcon-demo/defcon-demo-1.42.ebuild b/games-strategy/defcon-demo/defcon-demo-1.42.ebuild index baa87b51c55c..33ae69455017 100644 --- a/games-strategy/defcon-demo/defcon-demo-1.42.ebuild +++ b/games-strategy/defcon-demo/defcon-demo-1.42.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/defcon-demo-1.42.ebuild,v 1.4 2010/04/06 12:59:20 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/defcon-demo-1.42.ebuild,v 1.5 2011/10/19 21:40:06 mr_bones_ Exp $ -EAPI=1 +EAPI=2 inherit eutils toolchain-funcs games MY_PN=defcon @@ -34,10 +34,7 @@ DEPEND="" S=${WORKDIR}/${MY_P} -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { # FindPath scripts are ugly and unnecessary rm -f defcon doc/README-SDL.txt if use system-libs ; then |