diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-24 07:49:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-24 07:49:43 +0000 |
commit | dd957a43cec95cb18d267af8cf1983bc485c60f7 (patch) | |
tree | 78a0e64d7181529f1e5164317d71bc5fd9dad07a /games-arcade/vor | |
parent | version bump (diff) | |
download | gentoo-2-dd957a43cec95cb18d267af8cf1983bc485c60f7.tar.gz gentoo-2-dd957a43cec95cb18d267af8cf1983bc485c60f7.tar.bz2 gentoo-2-dd957a43cec95cb18d267af8cf1983bc485c60f7.zip |
any mod support will do
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/vor')
-rw-r--r-- | games-arcade/vor/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/vor/vor-0.5.4.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-arcade/vor/ChangeLog b/games-arcade/vor/ChangeLog index 16902a76308b..3b2d5c066c54 100644 --- a/games-arcade/vor/ChangeLog +++ b/games-arcade/vor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/vor -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.7 2011/05/19 15:20:41 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.8 2012/08/24 07:49:43 mr_bones_ Exp $ + + 24 Aug 2012; Michael Sterrett <mr_bones_@gentoo.org> vor-0.5.4.ebuild: + any mod support will do 19 May 2011; Tupone Alfredo <tupone@gentoo.org> vor-0.5.4.ebuild, +files/vor-0.5.4-underlink.patch: @@ -28,4 +31,3 @@ 22 May 2007; Tristan Heaven <nyhm@gentoo.org> +metadata.xml, +vor-0.5.3.ebuild: Initial commit, bug #128384 - diff --git a/games-arcade/vor/vor-0.5.4.ebuild b/games-arcade/vor/vor-0.5.4.ebuild index 5e006bee022d..f1f1ee2a9e60 100644 --- a/games-arcade/vor/vor-0.5.4.ebuild +++ b/games-arcade/vor/vor-0.5.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.4.ebuild,v 1.4 2011/05/19 15:20:41 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.4.ebuild,v 1.5 2012/08/24 07:49:43 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -16,7 +16,7 @@ IUSE="" DEPEND="media-libs/libsdl media-libs/sdl-image[png] - media-libs/sdl-mixer[mikmod]" + media-libs/sdl-mixer[mod]" PATCHES=( "${FILESDIR}"/${P}-underlink.patch ) |