summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 10:54:06 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 10:54:06 +0000
commit3e3ad3beca136aaff0a82259aba4cfc3f74406f8 (patch)
tree53dd6c33d3930725e0f599beeefda5293501c26f /media-libs/libsdl
parentCleanup (diff)
downloadhistorical-3e3ad3beca136aaff0a82259aba4cfc3f74406f8.tar.gz
historical-3e3ad3beca136aaff0a82259aba4cfc3f74406f8.tar.bz2
historical-3e3ad3beca136aaff0a82259aba4cfc3f74406f8.zip
Cleanup
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r--media-libs/libsdl/files/digest-libsdl-1.1.61
-rw-r--r--media-libs/libsdl/files/digest-libsdl-1.1.71
-rw-r--r--media-libs/libsdl/files/digest-libsdl-1.1.7-r21
-rw-r--r--media-libs/libsdl/files/digest-libsdl-1.1.81
-rw-r--r--media-libs/libsdl/libsdl-1.1.6.ebuild48
-rw-r--r--media-libs/libsdl/libsdl-1.1.7-r2.ebuild85
6 files changed, 0 insertions, 137 deletions
diff --git a/media-libs/libsdl/files/digest-libsdl-1.1.6 b/media-libs/libsdl/files/digest-libsdl-1.1.6
deleted file mode 100644
index 5fe93f98776e..000000000000
--- a/media-libs/libsdl/files/digest-libsdl-1.1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e41b349360395feac648bfa6f50a1e77 SDL-1.1.6.tar.gz
diff --git a/media-libs/libsdl/files/digest-libsdl-1.1.7 b/media-libs/libsdl/files/digest-libsdl-1.1.7
deleted file mode 100644
index ec15a935a707..000000000000
--- a/media-libs/libsdl/files/digest-libsdl-1.1.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fc2042c4578d24d5a68424d206229fa8 SDL-1.1.7.tar.gz
diff --git a/media-libs/libsdl/files/digest-libsdl-1.1.7-r2 b/media-libs/libsdl/files/digest-libsdl-1.1.7-r2
deleted file mode 100644
index ec15a935a707..000000000000
--- a/media-libs/libsdl/files/digest-libsdl-1.1.7-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fc2042c4578d24d5a68424d206229fa8 SDL-1.1.7.tar.gz
diff --git a/media-libs/libsdl/files/digest-libsdl-1.1.8 b/media-libs/libsdl/files/digest-libsdl-1.1.8
deleted file mode 100644
index e493356fc892..000000000000
--- a/media-libs/libsdl/files/digest-libsdl-1.1.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 af977736c789185456faab535f1c6fac SDL-1.1.8.tar.gz
diff --git a/media-libs/libsdl/libsdl-1.1.6.ebuild b/media-libs/libsdl/libsdl-1.1.6.ebuild
deleted file mode 100644
index 00d084464eca..000000000000
--- a/media-libs/libsdl/libsdl-1.1.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.1.6.ebuild,v 1.3 2001/04/23 19:59:34 drobbins Exp $
-
-A=SDL-${PV}.tar.gz
-S=${WORKDIR}/SDL-${PV}
-DESCRIPTION="Simple Direct Media Layer"
-SRC_URI="http://www.libsdl.org/release/"${A}
-HOMEPAGE="http://www.libsdl.org/"
-
-DEPEND=">=sys-apps/bash-2.04
- >=sys-libs/glibc-2.1.3
- >=dev-lang/nasm-0.98
- >=media-libs/alsa-lib-0.5.9
- >=media-libs/audiofile-0.1.9
- >=media-sound/esound-0.2.19
- virtual/x11"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- preplib /usr
- dodoc BUGS COPYING CREDITS README* TODO WhatsNew
- docinto html
- dodoc *.html
- docinto html/docs
- dodoc docs/*.html
-
-}
-pkg_postinst() {
-
- ldconfig -r ${ROOT}
-
-}
-
-
-
diff --git a/media-libs/libsdl/libsdl-1.1.7-r2.ebuild b/media-libs/libsdl/libsdl-1.1.7-r2.ebuild
deleted file mode 100644
index bc93ef4b6bd5..000000000000
--- a/media-libs/libsdl/libsdl-1.1.7-r2.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.1.7-r2.ebuild,v 1.2 2001/04/23 19:59:34 drobbins Exp $
-
-A=SDL-${PV}.tar.gz
-S=${WORKDIR}/SDL-${PV}
-DESCRIPTION="Simple Direct Media Layer"
-SRC_URI="http://www.libsdl.org/release/"${A}
-HOMEPAGE="http://www.libsdl.org/"
-
-DEPEND="virtual/glibc
- >=dev-lang/nasm-0.98
- >=media-libs/audiofile-0.1.9
- >=media-libs/alsa-lib-0.5.9
- opengl? ( virtual/opengl )
- svga? ( >=media-libs/svgalib-1.4.2 )
- esd? ( >=media-sound/esound-0.2.19 )
- X? ( virtual/x11 )
- arts? ( >=kde-base/kdelibs-2.0.1 )"
-
-src_compile() {
-
- local myconf
-
- if [ -z "`use esd`" ]
- then
- myconf="--disable-esd"
- fi
-
- if [ -z "`use arts`" ]
- then
- myconf="${myconf} --disable-arts"
- fi
-
- if [ -z "`use X`" ]
- then
- myconf="${myconf} --disable-video-x11"
- fi
- if [ "`use svga`" ]
- then
- myconf="${myconf} --enable-video-svga"
- fi
- if [ -z "`use fbcon`" ]
- then
- myconf="${myconf} --disable-video-fbcon"
- fi
- if [ "`use aalib`" ]
- then
- myconf="${myconf} --enable-video-aalib"
- fi
- if [ "`use ggi`" ]
- then
- myconf="${myconf} --enable-video-ggi"
- fi
- if [ -z "`use opengl`" ]
- then
- myconf="${myconf} --disable-video-opengl"
- fi
-
- try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man ${myconf}
-
- try make
-
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- preplib /usr
- dodoc BUGS COPYING CREDITS README* TODO WhatsNew
- docinto html
- dodoc *.html
- docinto html/docs
- dodoc docs/*.html
-
-}
-pkg_postinst() {
-
- ldconfig -r ${ROOT}
-
-}
-
-
-