diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-11-14 21:54:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-11-14 21:54:05 +0000 |
commit | 872d9a036c7b086dec385d0b86fdd6d087a52c9c (patch) | |
tree | 82be3407719758a4796c2bf53ef4f58640c65ae0 /games-emulation/boycott-advance-sdl | |
parent | version 1.11.2 can choose between PEAR-DB and PEAR-MDB2 (diff) | |
download | gentoo-2-872d9a036c7b086dec385d0b86fdd6d087a52c9c.tar.gz gentoo-2-872d9a036c7b086dec385d0b86fdd6d087a52c9c.tar.bz2 gentoo-2-872d9a036c7b086dec385d0b86fdd6d087a52c9c.zip |
tidy
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/boycott-advance-sdl')
-rw-r--r-- | games-emulation/boycott-advance-sdl/ChangeLog | 9 | ||||
-rw-r--r-- | games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-emulation/boycott-advance-sdl/ChangeLog b/games-emulation/boycott-advance-sdl/ChangeLog index 1445d0f0973a..6518a448e4dc 100644 --- a/games-emulation/boycott-advance-sdl/ChangeLog +++ b/games-emulation/boycott-advance-sdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/boycott-advance-sdl -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/ChangeLog,v 1.5 2007/02/21 23:18:21 peper Exp $ +# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/ChangeLog,v 1.6 2013/11/14 21:54:05 mr_bones_ Exp $ + + 14 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> + boycott-advance-sdl-0.2.8.ebuild: + tidy 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. @@ -18,4 +22,3 @@ 12 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org> boycott-advance-sdl-0.2.8.ebuild, metadata.xml: initial commit; ebuild submitted by Chris Aniszczyk via bug 37943 - diff --git a/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild b/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild index 7c76ff24cdb9..0a3cf019d4e9 100644 --- a/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild +++ b/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild,v 1.4 2006/09/19 19:00:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild,v 1.5 2013/11/14 21:54:05 mr_bones_ Exp $ inherit games @@ -20,7 +20,7 @@ RDEPEND="virtual/opengl sys-libs/lib-compat sys-libs/zlib" -S="${WORKDIR}/boyca-sdl" +S=${WORKDIR}/boyca-sdl src_install() { local dir="${GAMES_PREFIX_OPT}/${PN}" |