summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-09-06 12:55:39 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-09-06 12:55:39 +0000
commitae6f98f534e4ecf4ca468992163b9eec2559fc97 (patch)
tree9c3f7f8a0f6160b93fae8781f70dead0ee22f7ca /games-arcade/stepmania
parentFix bug #104944 (diff)
downloadhistorical-ae6f98f534e4ecf4ca468992163b9eec2559fc97.tar.gz
historical-ae6f98f534e4ecf4ca468992163b9eec2559fc97.tar.bz2
historical-ae6f98f534e4ecf4ca468992163b9eec2559fc97.zip
oggvorbis -> vorbis for bug #94254.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'games-arcade/stepmania')
-rw-r--r--games-arcade/stepmania/ChangeLog6
-rw-r--r--games-arcade/stepmania/Manifest10
-rw-r--r--games-arcade/stepmania/stepmania-3.9_rc2.ebuild10
-rw-r--r--games-arcade/stepmania/stepmania-3.9_rc3.ebuild8
4 files changed, 19 insertions, 15 deletions
diff --git a/games-arcade/stepmania/ChangeLog b/games-arcade/stepmania/ChangeLog
index 90642dbb7169..42fe62842896 100644
--- a/games-arcade/stepmania/ChangeLog
+++ b/games-arcade/stepmania/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/stepmania
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.4 2005/06/07 23:38:27 malc Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.5 2005/09/06 12:55:39 wolf31o2 Exp $
+
+ 06 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ stepmania-3.9_rc2.ebuild, stepmania-3.9_rc3.ebuild:
+ oggvorbis -> vorbis for bug #94254.
07 Jun 2005; Malcolm Lashley <malc@gentoo.org> stepmania-3.9_rc3.ebuild:
~amd64 - closes bug #94997
diff --git a/games-arcade/stepmania/Manifest b/games-arcade/stepmania/Manifest
index c2e0ed6b968d..760e0c265d88 100644
--- a/games-arcade/stepmania/Manifest
+++ b/games-arcade/stepmania/Manifest
@@ -1,8 +1,8 @@
-MD5 4a8a1ca666bb6a746c1f01361e4f1837 ChangeLog 829
-MD5 f3ebb905cea252821e25daaddca4b456 metadata.xml 331
-MD5 fc8ea31377dda50487575c3e8e2197da stepmania-3.9_rc2.ebuild 1947
-MD5 99b4fc8ba8912d6f992ec86b2087b327 stepmania-3.9_rc3.ebuild 1949
-MD5 1f6776bc0e064c03ef664e7484d15f81 files/digest-stepmania-3.9_rc2 153
+MD5 f57de89b24c335e97e51c6afea52ce15 stepmania-3.9_rc3.ebuild 1944
+MD5 93f9d00a516fe72a6fd4a6a87f21f772 stepmania-3.9_rc2.ebuild 1938
+MD5 1e568d953d49552f6e9375c7055cc6d4 ChangeLog 980
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 c677a89ef81e3059eb5cf189c563b5ac files/stepmania-3.9-rc2a-gentoo.patch 987
+MD5 1f6776bc0e064c03ef664e7484d15f81 files/digest-stepmania-3.9_rc2 153
MD5 8ecd81c0e2caeeb512ce65e2c72279ba files/digest-stepmania-3.9_rc3 150
MD5 7680563f58b063abc61c82a9c55a12d4 files/stepmania-3.9-rc3-gentoo.patch 985
diff --git a/games-arcade/stepmania/stepmania-3.9_rc2.ebuild b/games-arcade/stepmania/stepmania-3.9_rc2.ebuild
index 5e6256538c07..bfb928764a23 100644
--- a/games-arcade/stepmania/stepmania-3.9_rc2.ebuild
+++ b/games-arcade/stepmania/stepmania-3.9_rc2.ebuild
@@ -1,10 +1,10 @@
-# 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-arcade/stepmania/stepmania-3.9_rc2.ebuild,v 1.2 2004/12/01 04:08:52 warpzero Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9_rc2.ebuild,v 1.3 2005/09/06 12:55:39 wolf31o2 Exp $
inherit eutils games
-IUSE="debug gtk jpeg mad mpeg oggvorbis"
+IUSE="debug gtk jpeg mad mpeg vorbis"
MY_PV="${PV/_/-}a"
S="${WORKDIR}/StepMania-${MY_PV}-src"
@@ -26,7 +26,7 @@ DEPEND="gtk? ( >=x11-libs/gtk+-2.0 )
media-libs/libpng
sys-libs/zlib
mpeg? ( media-video/ffmpeg )
- oggvorbis? ( media-libs/libvorbis )
+ vorbis? ( media-libs/libvorbis )
virtual/opengl"
pkg_setup() {
@@ -43,7 +43,7 @@ src_compile() {
local myconf
use debug && myconf="${myconf} --with-debug"
use jpeg || myconf="${myconf} --without-jpeg"
- use oggvorbis || myconf="${myconf} --without-vorbis"
+ use vorbis || myconf="${myconf} --without-vorbis"
use mad || myconf="${myconf} --without-mp3"
use gtk || myconf="${myconf} --disable-gtk2"
diff --git a/games-arcade/stepmania/stepmania-3.9_rc3.ebuild b/games-arcade/stepmania/stepmania-3.9_rc3.ebuild
index f12f89ee9d7e..09e4c1ce7ab0 100644
--- a/games-arcade/stepmania/stepmania-3.9_rc3.ebuild
+++ b/games-arcade/stepmania/stepmania-3.9_rc3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9_rc3.ebuild,v 1.2 2005/06/07 23:38:27 malc Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9_rc3.ebuild,v 1.3 2005/09/06 12:55:39 wolf31o2 Exp $
inherit eutils games
-IUSE="debug gtk jpeg mad mpeg oggvorbis"
+IUSE="debug gtk jpeg mad mpeg vorbis"
MY_PV="${PV/_/-}"
S="${WORKDIR}/StepMania-${MY_PV}-src"
@@ -26,7 +26,7 @@ DEPEND="gtk? ( >=x11-libs/gtk+-2.0 )
media-libs/libpng
sys-libs/zlib
mpeg? ( media-video/ffmpeg )
- oggvorbis? ( media-libs/libvorbis )
+ vorbis? ( media-libs/libvorbis )
virtual/opengl"
pkg_setup() {
@@ -43,7 +43,7 @@ src_compile() {
local myconf
use debug && myconf="${myconf} --with-debug"
use jpeg || myconf="${myconf} --without-jpeg"
- use oggvorbis || myconf="${myconf} --without-vorbis"
+ use vorbis || myconf="${myconf} --without-vorbis"
use mad || myconf="${myconf} --without-mp3"
use gtk || myconf="${myconf} --disable-gtk2"