summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-05-06 14:57:55 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-05-06 14:57:55 +0000
commit9f68a397dae0f29171cb3cda2bf2dc7ee4bf75c1 (patch)
treeced83a1ba65de274ba75afe49b5849a15fa3013a /media-libs/sdl-ttf
parentversion bump (diff)
downloadgentoo-2-9f68a397dae0f29171cb3cda2bf2dc7ee4bf75c1.tar.gz
gentoo-2-9f68a397dae0f29171cb3cda2bf2dc7ee4bf75c1.tar.bz2
gentoo-2-9f68a397dae0f29171cb3cda2bf2dc7ee4bf75c1.zip
removed oldest ebuild
Diffstat (limited to 'media-libs/sdl-ttf')
-rw-r--r--media-libs/sdl-ttf/files/digest-sdl-ttf-2.0.31
-rw-r--r--media-libs/sdl-ttf/sdl-ttf-2.0.3.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/media-libs/sdl-ttf/files/digest-sdl-ttf-2.0.3 b/media-libs/sdl-ttf/files/digest-sdl-ttf-2.0.3
deleted file mode 100644
index 36c15f713640..000000000000
--- a/media-libs/sdl-ttf/files/digest-sdl-ttf-2.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 29d12d1b883bf834c291c93f52ba8dc5 SDL_ttf-2.0.3.tar.gz 458049
diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.3.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.3.ebuild
deleted file mode 100644
index 635e1b466ee0..000000000000
--- a/media-libs/sdl-ttf/sdl-ttf-2.0.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author David Creswick <davidc@sat.net>
-
-S="${WORKDIR}/SDL_ttf-${PV}"
-DESCRIPTION="library that allows you to use TrueType fonts in SDL applications"
-SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.3.tar.gz"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/"
-
-#build-time dependencies
-DEPEND=">=media-libs/libsdl-1.2
- >=media-libs/freetype-2.0.1"
-
-src_compile() {
- ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr install || die
- dodoc CHANGES COPYING README
-}