diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-29 04:35:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-29 04:35:15 +0000 |
commit | af3c296856f9b75169fe160cc14cd3f8b100011a (patch) | |
tree | 11103c4d2d29d649a3b6afe56e66f6cb400d6c39 /games-emulation/stella | |
parent | old (diff) | |
download | gentoo-2-af3c296856f9b75169fe160cc14cd3f8b100011a.tar.gz gentoo-2-af3c296856f9b75169fe160cc14cd3f8b100011a.tar.bz2 gentoo-2-af3c296856f9b75169fe160cc14cd3f8b100011a.zip |
version bump; clean old
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-emulation/stella')
-rw-r--r-- | games-emulation/stella/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/stella/stella-2.7.2.ebuild (renamed from games-emulation/stella/stella-2.7.1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/games-emulation/stella/ChangeLog b/games-emulation/stella/ChangeLog index 0e10c75bbf94..b8c3ee3da7fe 100644 --- a/games-emulation/stella/ChangeLog +++ b/games-emulation/stella/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/stella # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.33 2009/01/27 03:16:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.34 2009/01/29 04:35:15 mr_bones_ Exp $ + +*stella-2.7.2 (29 Jan 2009) + + 29 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> -stella-2.7.1.ebuild, + +stella-2.7.2.ebuild: + version bump; clean old *stella-2.7.1 (27 Jan 2009) diff --git a/games-emulation/stella/stella-2.7.1.ebuild b/games-emulation/stella/stella-2.7.2.ebuild index 6e90c4d6b0d2..189e0ae79cef 100644 --- a/games-emulation/stella/stella-2.7.1.ebuild +++ b/games-emulation/stella/stella-2.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.7.1.ebuild,v 1.1 2009/01/27 03:16:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.7.2.ebuild,v 1.1 2009/01/29 04:35:15 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="opengl" DEPEND="media-libs/libsdl - media-libs/libpng + sys-libs/zlib opengl? ( virtual/opengl )" src_prepare() { |