diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-16 12:42:41 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-16 12:42:41 +0000 |
commit | ce0ec1c62e72f7c58c7698ab2f24493cac9fe6ce (patch) | |
tree | 01e53526d3313c2ea4aa983c83aea9973df1f1b0 /media-libs/libsdl | |
parent | charset16 support USE enabled (diff) | |
download | historical-ce0ec1c62e72f7c58c7698ab2f24493cac9fe6ce.tar.gz historical-ce0ec1c62e72f7c58c7698ab2f24493cac9fe6ce.tar.bz2 historical-ce0ec1c62e72f7c58c7698ab2f24493cac9fe6ce.zip |
ebuild cleanup
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.5.ebuild | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.5.ebuild b/media-libs/libsdl/libsdl-1.2.5.ebuild index 8921ff4de1b1..8a14a722d58b 100644 --- a/media-libs/libsdl/libsdl-1.2.5.ebuild +++ b/media-libs/libsdl/libsdl-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.5.ebuild,v 1.5 2003/01/08 21:54:09 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.5.ebuild,v 1.6 2003/01/16 12:42:41 seemant Exp $ IUSE="arts xv opengl fbcon aalib nas esd X svga ggi alsa directfb" @@ -27,22 +27,6 @@ RDEPEND=">=media-libs/audiofile-0.1.9 DEPEND="${RDEPEND} x86? ( dev-lang/nasm )" -# What's this? -#src_unpack() { - - #unpack ${A} - # cd ${S}/src/video/directfb - # cp SDL_DirectFB_events.c SDL_DirectFB_events.c.orig - # sed -e "s:DIKI_CTRL:DIKI_CONTROL_L:" \ - # -e "s:DIKI_SHIFT:DIKI_SHIFT_L:" \ - # -e "s:DIKI_ALT:DIKI_ALT_L:" \ - # -e "s:DIKI_ALT_LGR:DIKI_ALT_R:" \ - # -e "s:DIKI_CAPSLOCK:DIKI_CAPS_LOCK:" \ - # -e "s:DIKI_NUMLOCK:DIKI_NUM_LOCK:" \ - # -e "s:DIKI_SCRLOCK:DIKI_SCROLL_LOCK:" \ - # SDL_DirectFB_events.c.orig > SDL_DirectFB_events.c -#} - src_unpack() { unpack ${A} cd ${S}/src/video/directfb |