summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-10-08 23:39:32 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-10-08 23:39:32 +0000
commitccbfb53d0ef631dd31eb4bc66183555c43eaacba (patch)
treea094f76d8d5969958b5febb0152c2503b9db0519 /incoming
parentadded missing digest for fnlib (diff)
downloadhistorical-ccbfb53d0ef631dd31eb4bc66183555c43eaacba.tar.gz
historical-ccbfb53d0ef631dd31eb4bc66183555c43eaacba.tar.bz2
historical-ccbfb53d0ef631dd31eb4bc66183555c43eaacba.zip
cleanup
Diffstat (limited to 'incoming')
-rw-r--r--incoming/pygame-1.2.ebuild31
-rw-r--r--incoming/sdl-ttf-2.0.3.ebuild26
2 files changed, 0 insertions, 57 deletions
diff --git a/incoming/pygame-1.2.ebuild b/incoming/pygame-1.2.ebuild
deleted file mode 100644
index 30f6dc735707..000000000000
--- a/incoming/pygame-1.2.ebuild
+++ /dev/null
@@ -1,31 +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>
-# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="python bindings to sdl and other libs that facilitate game production"
-
-SRC_URI="http://www.pygame.org/ftp/${P}.tar.gz"
-
-HOMEPAGE="http://www.pygame.org/"
-
-#build-time dependencies
-DEPEND="virtual/python
- >=media-libs/libsdl-1.2.0
- >=media-libs/sdl-ttf-2.0.3
- >=media-libs/sdl-image-1.2.0
- >=media-libs/sdl-mixer-1.2.0
- >=dev-python/Numeric-19.0.0
- >=media-libs/smpeg-0.4.4-r1"
-
-src_compile() {
- python setup.py build || die
-}
-
-src_install () {
- python setup.py install --prefix=${D}/usr || die
- dodoc README.TXT WHATSNEW
-}
-
diff --git a/incoming/sdl-ttf-2.0.3.ebuild b/incoming/sdl-ttf-2.0.3.ebuild
deleted file mode 100644
index 76bf43021143..000000000000
--- a/incoming/sdl-ttf-2.0.3.ebuild
+++ /dev/null
@@ -1,26 +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>
-# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp
-
-${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
-}