summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2003-07-10 17:56:12 +0000
committerArcady Genkin <agenkin@gentoo.org>2003-07-10 17:56:12 +0000
commit09e0b25cdc4821dec0c13cb2b8a8c360e143f0fd (patch)
tree1255c9643fd19691eba521946c57df5d5ad85095 /media-plugins
parentMasking out media-plugins/xmms-aalsa. (diff)
downloadgentoo-2-09e0b25cdc4821dec0c13cb2b8a8c360e143f0fd.tar.gz
gentoo-2-09e0b25cdc4821dec0c13cb2b8a8c360e143f0fd.tar.bz2
gentoo-2-09e0b25cdc4821dec0c13cb2b8a8c360e143f0fd.zip
Package removed, because Alsa 5 is no longer supported.
Closes bug #6797.
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/xmms-aalsa/ChangeLog17
-rw-r--r--media-plugins/xmms-aalsa/Manifest3
-rw-r--r--media-plugins/xmms-aalsa/files/digest-xmms-aalsa-0.5.4-r31
-rw-r--r--media-plugins/xmms-aalsa/xmms-aalsa-0.5.4-r3.ebuild45
4 files changed, 0 insertions, 66 deletions
diff --git a/media-plugins/xmms-aalsa/ChangeLog b/media-plugins/xmms-aalsa/ChangeLog
deleted file mode 100644
index 7248d1219dfd..000000000000
--- a/media-plugins/xmms-aalsa/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for media-plugins/xmms-aalsa
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-aalsa/ChangeLog,v 1.2 2003/02/12 07:19:58 vapier Exp $
-
-*xmms-aalsa-0.5.4-r3 (1 Feb 2002)
-
- 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
-
- Moved to media-plugins
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/media-plugins/xmms-aalsa/Manifest b/media-plugins/xmms-aalsa/Manifest
deleted file mode 100644
index e470b1483ab7..000000000000
--- a/media-plugins/xmms-aalsa/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 0d54211ba50f07c283fc086c414db192 ChangeLog 780
-MD5 e088ef7888c46dbf747fdcc5e28e80c1 xmms-aalsa-0.5.4-r3.ebuild 987
-MD5 849d7b75e0b2a7859f0783b13c2ee588 files/digest-xmms-aalsa-0.5.4-r3 68
diff --git a/media-plugins/xmms-aalsa/files/digest-xmms-aalsa-0.5.4-r3 b/media-plugins/xmms-aalsa/files/digest-xmms-aalsa-0.5.4-r3
deleted file mode 100644
index d0dabe960389..000000000000
--- a/media-plugins/xmms-aalsa/files/digest-xmms-aalsa-0.5.4-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 99a533527199356538e8ea84e6f6606a xmms-aalsa_0.5.4.tar.gz 127841
diff --git a/media-plugins/xmms-aalsa/xmms-aalsa-0.5.4-r3.ebuild b/media-plugins/xmms-aalsa/xmms-aalsa-0.5.4-r3.ebuild
deleted file mode 100644
index f2a56c5da136..000000000000
--- a/media-plugins/xmms-aalsa/xmms-aalsa-0.5.4-r3.ebuild
+++ /dev/null
@@ -1,45 +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-plugins/xmms-aalsa/xmms-aalsa-0.5.4-r3.ebuild,v 1.5 2003/02/13 13:00:15 vapier Exp $
-
-#inherit alsa-check
-
-MY_P=${PN}_${PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="This output plugin allows xmms to work with alsa 5 NOT alsa 9"
-SRC_URI="http://www1.tcnet.ne.jp/fmurata/linux/aalsa/${MY_P}.tar.gz"
-HOMEPAGE="http://www1.tcnet.ne.jp/fmurata/linux/alsa.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND=">=media-sound/xmms-1.2.5-r1 \
- =media-libs/alsa-lib-0.5*"
-
-ALSA_REQD=0.5
-
-pkg_preinst() {
- einfo "blah"
-}
-
-pkg_setup() {
- einfo "hello"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp -a configure configure.orig
- sed -e "s:-O2:${CFLAGS}:g" configure.orig > configure
-}
-
-src_compile() {
- econf || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} libdir=/usr/lib/xmms/Output install || install
- dodoc AUTHORS COPYING NEWS README
-}