summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-27 19:11:05 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-27 19:11:05 +0000
commit6c1f5ae73dc175f290503eb9fe97201d8103aa1c (patch)
treec01b76d7e5ae67d8312fa85b093de68675207e3f /media-libs/sdl-gfx
parentRemoving old version and fixing typo. Closing bug #43108. (diff)
downloadhistorical-6c1f5ae73dc175f290503eb9fe97201d8103aa1c.tar.gz
historical-6c1f5ae73dc175f290503eb9fe97201d8103aa1c.tar.bz2
historical-6c1f5ae73dc175f290503eb9fe97201d8103aa1c.zip
tidy older ebuild
Diffstat (limited to 'media-libs/sdl-gfx')
-rw-r--r--media-libs/sdl-gfx/Manifest10
-rw-r--r--media-libs/sdl-gfx/files/digest-sdl-gfx-2.0.91
-rw-r--r--media-libs/sdl-gfx/sdl-gfx-2.0.9.ebuild39
3 files changed, 4 insertions, 46 deletions
diff --git a/media-libs/sdl-gfx/Manifest b/media-libs/sdl-gfx/Manifest
index 0062e5e262a0..5ee958514c5d 100644
--- a/media-libs/sdl-gfx/Manifest
+++ b/media-libs/sdl-gfx/Manifest
@@ -1,8 +1,6 @@
-MD5 81f3af6a2533cf89abf822f01f7a313b files/digest-sdl-gfx-2.0.10 66
-MD5 7a00e26bd01466e910de637d68c59d75 files/digest-sdl-gfx-2.0.3 65
-MD5 8512f451cc920fcdd5400b5b2f942dbd files/digest-sdl-gfx-2.0.9 65
-MD5 773b024a64aeb754dcad25d32b4bcd8d sdl-gfx-2.0.3.ebuild 828
-MD5 de557d15c1921d35260aaea9fe8d79b3 sdl-gfx-2.0.9.ebuild 977
-MD5 c13c819b1d2c8dee94afdfe29afd7e99 sdl-gfx-2.0.10.ebuild 1049
MD5 28b14fc8995b25144f74f2f12b4cf11e ChangeLog 2047
+MD5 773b024a64aeb754dcad25d32b4bcd8d sdl-gfx-2.0.3.ebuild 828
MD5 583673dbf2a4a07468a6146e77f87862 metadata.xml 814
+MD5 c13c819b1d2c8dee94afdfe29afd7e99 sdl-gfx-2.0.10.ebuild 1049
+MD5 7a00e26bd01466e910de637d68c59d75 files/digest-sdl-gfx-2.0.3 65
+MD5 81f3af6a2533cf89abf822f01f7a313b files/digest-sdl-gfx-2.0.10 66
diff --git a/media-libs/sdl-gfx/files/digest-sdl-gfx-2.0.9 b/media-libs/sdl-gfx/files/digest-sdl-gfx-2.0.9
deleted file mode 100644
index 53eaf8b253ca..000000000000
--- a/media-libs/sdl-gfx/files/digest-sdl-gfx-2.0.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ed54191818990c092553a08e488ad35e SDL_gfx-2.0.9.tar.gz 529270
diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.9.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.9.ebuild
deleted file mode 100644
index e8fb079dd9f8..000000000000
--- a/media-libs/sdl-gfx/sdl-gfx-2.0.9.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.9.ebuild,v 1.1 2003/10/27 20:08:13 mr_bones_ 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"
-
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-DEPEND=">=media-libs/libsdl-1.2"
-
-replace-flags "-O?" "-O2"
-
-src_compile() {
- local myconf
-
- if use ppc || use sparc || use alpha
- then
- myconf="--disable-mmx"
- else
- use mmx || myconf="--disable-mmx"
- fi
-
- econf ${myconf} || die
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog README || die "dodoc failed"
- dohtml -r Docs/* || die "dohtml failed"
-}