diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-24 21:11:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-24 21:11:25 +0000 |
commit | 6fe4254937769a480e489c8ca0d88cdf0cc5745b (patch) | |
tree | 145ffb8ef4b48665e52050888b3dbaadfc9cd9ce /games-emulation/dosbox | |
parent | stable amd64, bug 325229 (diff) | |
download | gentoo-2-6fe4254937769a480e489c8ca0d88cdf0cc5745b.tar.gz gentoo-2-6fe4254937769a480e489c8ca0d88cdf0cc5745b.tar.bz2 gentoo-2-6fe4254937769a480e489c8ca0d88cdf0cc5745b.zip |
remove autotools since it's not used (thanks to Pacho for the pointer)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r-- | games-emulation/dosbox/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.74.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog index dac6f5726659..fc007dfb7058 100644 --- a/games-emulation/dosbox/ChangeLog +++ b/games-emulation/dosbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dosbox # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.51 2010/06/24 21:02:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.52 2010/06/24 21:11:25 mr_bones_ Exp $ + + 24 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild: + remove autotools since it's not used (thanks to Pacho for the pointer) 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> dosbox-0.74.ebuild: stable amd64, bug 325153 diff --git a/games-emulation/dosbox/dosbox-0.74.ebuild b/games-emulation/dosbox/dosbox-0.74.ebuild index bcb33d63195e..104c64a1f8a0 100644 --- a/games-emulation/dosbox/dosbox-0.74.ebuild +++ b/games-emulation/dosbox/dosbox-0.74.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.2 2010/06/24 21:02:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.3 2010/06/24 21:11:25 mr_bones_ Exp $ EAPI=2 -inherit autotools eutils games +inherit eutils games DESCRIPTION="DOS emulator" HOMEPAGE="http://dosbox.sourceforge.net/" |