summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-05-06 14:56:56 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-05-06 14:56:56 +0000
commitdbc9a92f842c3c46f5288048218b63221bb744d3 (patch)
tree1f4778420866c552b7f8d1fdf662c4a9ff878e57 /media-libs/sdl-sound
parentversion bump (diff)
downloadgentoo-2-dbc9a92f842c3c46f5288048218b63221bb744d3.tar.gz
gentoo-2-dbc9a92f842c3c46f5288048218b63221bb744d3.tar.bz2
gentoo-2-dbc9a92f842c3c46f5288048218b63221bb744d3.zip
version bump
Diffstat (limited to 'media-libs/sdl-sound')
-rw-r--r--media-libs/sdl-sound/ChangeLog9
-rw-r--r--media-libs/sdl-sound/files/digest-sdl-sound-0.1.41
-rw-r--r--media-libs/sdl-sound/files/digest-sdl-sound-0.1.51
-rw-r--r--media-libs/sdl-sound/sdl-sound-0.1.5.ebuild (renamed from media-libs/sdl-sound/sdl-sound-0.1.4.ebuild)8
4 files changed, 13 insertions, 6 deletions
diff --git a/media-libs/sdl-sound/ChangeLog b/media-libs/sdl-sound/ChangeLog
index ed65a58b8fc6..32e8d2c68a6f 100644
--- a/media-libs/sdl-sound/ChangeLog
+++ b/media-libs/sdl-sound/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-libs/sdl-sound
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.2 2002/04/12 13:44:11 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.3 2002/05/06 14:56:56 seemant Exp $
+
+*sdl-sound-0.1.5 (6 May 2002)
+
+ 6 May 2002; Seemant Kulleen <seemant@gentoo.org> sdl-sound-0.1.5.ebuild
+ files/digest-sdl-sound-0.1.5 :
+
+ Version bump.
*sdl-sound-0.1.4-r1 (12 Apr 2002)
diff --git a/media-libs/sdl-sound/files/digest-sdl-sound-0.1.4 b/media-libs/sdl-sound/files/digest-sdl-sound-0.1.4
deleted file mode 100644
index 8172d7b86db3..000000000000
--- a/media-libs/sdl-sound/files/digest-sdl-sound-0.1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d40d64ec615098b29b5156c033385dec SDL_sound-0.1.4.tar.gz 226890
diff --git a/media-libs/sdl-sound/files/digest-sdl-sound-0.1.5 b/media-libs/sdl-sound/files/digest-sdl-sound-0.1.5
new file mode 100644
index 000000000000..b1e09d03629e
--- /dev/null
+++ b/media-libs/sdl-sound/files/digest-sdl-sound-0.1.5
@@ -0,0 +1 @@
+MD5 6d989c2d21cd3be2b6b6a3d2becbcbed SDL_sound-0.1.5.tar.gz 333443
diff --git a/media-libs/sdl-sound/sdl-sound-0.1.4.ebuild b/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild
index be510ec104eb..f0078796c843 100644
--- a/media-libs/sdl-sound/sdl-sound-0.1.4.ebuild
+++ b/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild
@@ -1,7 +1,7 @@
# Copyriht 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-0.1.4.ebuild,v 1.1 2002/01/01 00:39:29 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild,v 1.1 2002/05/06 14:56:56 seemant Exp $
MY_P="${P/sdl-/SDL_}"
S=${WORKDIR}/${MY_P}
@@ -10,10 +10,10 @@ SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz"
HOMEPAGE="http://icculus.org/SDL_sound/"
DEPEND="virtual/glibc
- >=media-libs/libsdl-1.2.3
+ >=media-libs/libsdl-1.2.4
>=media-libs/smpeg-0.4.4-r1
>=media-libs/libmikmod-3.1.9
- ogg? ( >=media-libs/libvorbis-1.0_beta4 )"
+ oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )"
src_compile() {
@@ -29,7 +29,7 @@ src_compile() {
src_install() {
- make DESTDIR=${D} install || die
+ einstall || die
dodoc CHANGELOG COPYING CREDITS INSTALL README TODO
}