summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-19 00:48:31 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-19 00:48:31 +0000
commit57a936bcb520291ac3bc97b61d3961f351dd9a58 (patch)
tree95cf641e9d8fa03a9cf94ac78aa9078095491374 /media-libs/sdl-gfx
parentold (diff)
downloadgentoo-2-57a936bcb520291ac3bc97b61d3961f351dd9a58.tar.gz
gentoo-2-57a936bcb520291ac3bc97b61d3961f351dd9a58.tar.bz2
gentoo-2-57a936bcb520291ac3bc97b61d3961f351dd9a58.zip
remove arch cruft for USE=mmx
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs/sdl-gfx')
-rw-r--r--media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild
deleted file mode 100644
index 462aa53f9f74..000000000000
--- a/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild,v 1.16 2004/07/14 20:26:21 agriffis Exp $
-
-inherit flag-o-matic
-
-MY_P=${P/sdl-/SDL_}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Graphics drawing primitives library for SDL"
-HOMEPAGE="http://www.ferzkopp.net/Software/SDL_gfx-2.0/"
-SRC_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86 ppc sparc alpha amd64"
-IUSE="mmx"
-
-DEPEND=">=media-libs/libsdl-1.2"
-
-filter-flags "-O?" "-O2"
-
-src_compile() {
- local myconf
-
- if use ppc || use sparc || use
- then
- myconf="--disable-mmx"
- else
- use mmx || myconf="--disable-mmx"
- fi
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
-
- einstall || die
-}