diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-27 23:03:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-27 23:03:24 +0000 |
commit | 6e5c5a79a59a9e519ec09fe655a99b86734e0092 (patch) | |
tree | 9415659ee4aacbe61b65d4681d5a30f051cbd98b /media-libs/sdl-gfx | |
parent | install the old-crypt binaries same way as normal mount/losetup #107360 (diff) | |
download | gentoo-2-6e5c5a79a59a9e519ec09fe655a99b86734e0092.tar.gz gentoo-2-6e5c5a79a59a9e519ec09fe655a99b86734e0092.tar.bz2 gentoo-2-6e5c5a79a59a9e519ec09fe655a99b86734e0092.zip |
old
(Portage version: 2.0.52-r1 http://www.bash.org/?136501 )
Diffstat (limited to 'media-libs/sdl-gfx')
-rw-r--r-- | media-libs/sdl-gfx/files/digest-sdl-gfx-2.0.12 | 1 | ||||
-rw-r--r-- | media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/media-libs/sdl-gfx/files/digest-sdl-gfx-2.0.12 b/media-libs/sdl-gfx/files/digest-sdl-gfx-2.0.12 deleted file mode 100644 index 175b949ff9b5..000000000000 --- a/media-libs/sdl-gfx/files/digest-sdl-gfx-2.0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 83cb6b89e2197cf3f174e6e086605eaf SDL_gfx-2.0.12.tar.gz 556295 diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild deleted file mode 100644 index 1211f0b24380..000000000000 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild +++ /dev/null @@ -1,41 +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.12.ebuild,v 1.4 2004/10/12 01:39:32 vapier Exp $ - -inherit flag-o-matic - -MY_P="${P/sdl-/SDL_}" -DESCRIPTION="Graphics drawing primitives library for SDL" -HOMEPAGE="http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/index.html" -SRC_URI="http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc sparc x86" -IUSE="mmx" - -DEPEND=">=media-libs/libsdl-1.2" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - filter-flags -finline-functions #26892 - replace-flags -O? -O2 - - local myconf - if use ppc || use sparc || use alpha || use amd64 - then - myconf="--disable-mmx" - else - use mmx || myconf="--disable-mmx" - fi - - econf ${myconf} || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README - dohtml -r Docs/* -} |