summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-04-23 19:59:40 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-04-23 19:59:40 +0000
commit7f4c15a734c10fef93f972d10395bf9e204fd9da (patch)
treea59e6b0ab05c89e16697d557c6a893689eab9288 /media-sound
parentmany virtual/x11 and virtual/opengl dependency fixups, and a few removals (diff)
downloadhistorical-7f4c15a734c10fef93f972d10395bf9e204fd9da.tar.gz
historical-7f4c15a734c10fef93f972d10395bf9e204fd9da.tar.bz2
historical-7f4c15a734c10fef93f972d10395bf9e204fd9da.zip
many virtual/x11 and virtual/opengl dependency fixups, and a few removals
of older ebuilds
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/xmms/xmms-1.2.4.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/media-sound/xmms/xmms-1.2.4.ebuild b/media-sound/xmms/xmms-1.2.4.ebuild
deleted file mode 100644
index acc092e5dbfc..000000000000
--- a/media-sound/xmms/xmms-1.2.4.ebuild
+++ /dev/null
@@ -1,44 +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-sound/xmms/xmms-1.2.4.ebuild,v 1.2 2001/03/21 16:21:11 pnamias Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="X MultiMedia System"
-SRC_URI="ftp://ftp.xmms.org/xmms/1.2.x/${P}.tar.gz"
-HOMEPAGE="http://www.xmms.org/"
-
-DEPEND="gnome? ( >=gnome-base/gnome-core-1.2.2.1 )
- >=gnome-base/libxml-1.8.10
- >=media-libs/libmikmod-3.1.9
- >=media-libs/mesa-3.4
- >=x11-libs/gtk+-1.2.8"
-
-RDEPEND="gnome? ( >=gnome-base/gnome-core-1.2.2.1 )
- >=gnome-base/libxml-1.8.10
- >=media-libs/libmikmod-3.1.9
- >=x11-libs/gtk+-1.2.8"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- CFLAGS="$CFLAGS -I/opt/gnome/include" try ./configure --host=${CHOST}
- try make
-
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/usr/X11R6 install
- dodoc AUTHORS ChangeLog COPYING FAQ NEWS README TODO
- insinto /usr/X11R6/include/X11/pixmaps/
- donewins gnomexmms/gnomexmms.xpm xmms.xpm
-}
-
-
-
-
-