diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-05-17 17:50:02 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-05-17 17:50:02 +0000 |
commit | c42fc211db72ba96b1d5d476ea2fc58aeebe9f52 (patch) | |
tree | 494103a57667181f6e9f0d872d2e8c6c46c32482 /games-emulation/generator | |
parent | Cleanup for bug #92745. (diff) | |
download | gentoo-2-c42fc211db72ba96b1d5d476ea2fc58aeebe9f52.tar.gz gentoo-2-c42fc211db72ba96b1d5d476ea2fc58aeebe9f52.tar.bz2 gentoo-2-c42fc211db72ba96b1d5d476ea2fc58aeebe9f52.zip |
Cleanup for bug #92745.
Diffstat (limited to 'games-emulation/generator')
-rw-r--r-- | games-emulation/generator/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/generator/generator-0.35.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/generator/ChangeLog b/games-emulation/generator/ChangeLog index c4d68f5db725..69deb0269788 100644 --- a/games-emulation/generator/ChangeLog +++ b/games-emulation/generator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/generator -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/ChangeLog,v 1.10 2004/07/11 18:48:52 slarti Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/ChangeLog,v 1.11 2005/05/17 17:50:02 wolf31o2 Exp $ + + 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> generator-0.35.ebuild: + Cleanup for bug #92745. 11 Jul 2004; Tom Martin <slarti@gentoo.org> generator-0.35.ebuild: Marked ~amd64, closing 53460. diff --git a/games-emulation/generator/generator-0.35.ebuild b/games-emulation/generator/generator-0.35.ebuild index 766c5b6951e3..09d250ff6435 100644 --- a/games-emulation/generator/generator-0.35.ebuild +++ b/games-emulation/generator/generator-0.35.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/generator-0.35.ebuild,v 1.12 2004/07/11 18:48:52 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/generator-0.35.ebuild,v 1.13 2005/05/17 17:50:02 wolf31o2 Exp $ -inherit eutils gcc games +inherit eutils toolchain-funcs games DESCRIPTION="Sega Genesis / Mega Drive console emulator" HOMEPAGE="http://www.squish.net/generator/" |