summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-01-26 12:03:02 +0000
committerMichael Januszewski <spock@gentoo.org>2004-01-26 12:03:02 +0000
commit3fe9d7e7189eae929d1594082fb6b39df8da2f0a (patch)
tree534a71ea4747c81325d844b2858a4dc3a7b0cdbb
parentadded hppa to keywords, so repoman doesn't complain. shouldn't be a problem (diff)
downloadhistorical-3fe9d7e7189eae929d1594082fb6b39df8da2f0a.tar.gz
historical-3fe9d7e7189eae929d1594082fb6b39df8da2f0a.tar.bz2
historical-3fe9d7e7189eae929d1594082fb6b39df8da2f0a.zip
Removing wmmixer-alsa as wmmixer now supports both ALSA and OSS.
-rw-r--r--x11-plugins/wmmixer-alsa/ChangeLog21
-rw-r--r--x11-plugins/wmmixer-alsa/Manifest4
-rw-r--r--x11-plugins/wmmixer-alsa/metadata.xml9
-rw-r--r--x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild24
4 files changed, 0 insertions, 58 deletions
diff --git a/x11-plugins/wmmixer-alsa/ChangeLog b/x11-plugins/wmmixer-alsa/ChangeLog
deleted file mode 100644
index 4bcf0a925f3d..000000000000
--- a/x11-plugins/wmmixer-alsa/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for x11-plugins/wmmixer-alsa
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer-alsa/ChangeLog,v 1.6 2004/01/04 17:55:07 aliz Exp $
-
- 04 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> wmmixer-alsa-0.6.ebuild:
- Removing amd64 keyword because alsa-0.5 can't be satisfied.
-
- 26 Dec 2003; Jason Wever <weeve@gentoo.org> wmmixer-alsa-0.6.ebuild:
- Masked on sparc as alsa-lib dependency cannot be met.
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*wmmixer-alsa-0.6 (7-Feb-2002)
-
- 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
-
- Relocated to x11-plugins
-
- 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmmixer-alsa-0.6.ebuild :
-
- Just added to portage.
diff --git a/x11-plugins/wmmixer-alsa/Manifest b/x11-plugins/wmmixer-alsa/Manifest
deleted file mode 100644
index 3242db82c9cb..000000000000
--- a/x11-plugins/wmmixer-alsa/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 63eaf7ef9424b50e3011111f8eced0dc wmmixer-alsa-0.6.ebuild 650
-MD5 e6cbfba352a3cd237e0be48a852f7236 ChangeLog 796
-MD5 d313f1862367f9f3a6b3bbf7e93338a6 metadata.xml 308
-MD5 0cfe90955e991fa1b15b01e24bd687ff files/digest-wmmixer-alsa-0.6 67
diff --git a/x11-plugins/wmmixer-alsa/metadata.xml b/x11-plugins/wmmixer-alsa/metadata.xml
deleted file mode 100644
index da7afc76c31b..000000000000
--- a/x11-plugins/wmmixer-alsa/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>desktop-dock</herd>
-<longdescription>
-Wmmixer-alsa is a WindowMaker applet that lets you set the volume on the alsa
-mixer devices very easily.
-</longdescription>
-</pkgmetadata>
diff --git a/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild b/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild
deleted file mode 100644
index 01f49531c4c2..000000000000
--- a/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild,v 1.9 2004/01/04 17:55:07 aliz Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="hacked version of wmmixer to make it use ALSA instead of the OSS"
-SRC_URI="http://bohemians.org/~iznogood/wmmixer-alsa/${P}.tar.gz"
-HOMEPAGE="http://bohemians.org/~iznogood/"
-
-DEPEND="virtual/x11
- =media-libs/alsa-lib-0.5*"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 -sparc"
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dodoc README COPYING
- dobin wmmixer-alsa
-}