diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-21 19:19:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-21 19:19:03 +0000 |
commit | a4f347c28ef5b300a8ef4ffdf567434c5302efbc (patch) | |
tree | 566b68d8764b1cc185c60867b8b7ba06c55f8e6e /games-emulation | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-a4f347c28ef5b300a8ef4ffdf567434c5302efbc.tar.gz gentoo-2-a4f347c28ef5b300a8ef4ffdf567434c5302efbc.tar.bz2 gentoo-2-a4f347c28ef5b300a8ef4ffdf567434c5302efbc.zip |
add eutils
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/hatari/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-1.5.0.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-1.6.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/hatari/ChangeLog b/games-emulation/hatari/ChangeLog index 3502921bfe5e..b6082a1ad43b 100644 --- a/games-emulation/hatari/ChangeLog +++ b/games-emulation/hatari/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/hatari # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.37 2012/05/04 04:38:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.38 2012/05/21 19:19:03 mr_bones_ Exp $ + + 21 May 2012; Michael Sterrett <mr_bones_@gentoo.org> hatari-1.5.0.ebuild, + hatari-1.6.1.ebuild: + add eutils 04 May 2012; Jeff Horelick <jdhore@gentoo.org> hatari-1.5.0.ebuild, hatari-1.6.1.ebuild: diff --git a/games-emulation/hatari/hatari-1.5.0.ebuild b/games-emulation/hatari/hatari-1.5.0.ebuild index 8d20511562df..0fc9e5305ceb 100644 --- a/games-emulation/hatari/hatari-1.5.0.ebuild +++ b/games-emulation/hatari/hatari-1.5.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.6 2012/05/04 04:38:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.7 2012/05/21 19:19:03 mr_bones_ Exp $ EAPI=2 -inherit toolchain-funcs cmake-utils games +inherit eutils toolchain-funcs cmake-utils games DESCRIPTION="Atari ST emulator" HOMEPAGE="http://hatari.berlios.de/" diff --git a/games-emulation/hatari/hatari-1.6.1.ebuild b/games-emulation/hatari/hatari-1.6.1.ebuild index 7b2a81458831..d291801c99f8 100644 --- a/games-emulation/hatari/hatari-1.6.1.ebuild +++ b/games-emulation/hatari/hatari-1.6.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.1.ebuild,v 1.4 2012/05/04 04:38:40 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.1.ebuild,v 1.5 2012/05/21 19:19:03 mr_bones_ Exp $ EAPI=2 -inherit toolchain-funcs cmake-utils games +inherit eutils toolchain-funcs cmake-utils games DESCRIPTION="Atari ST emulator" HOMEPAGE="http://hatari.berlios.de/" |