summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-08-31 01:19:57 +0000
committerDonny Davies <woodchip@gentoo.org>2001-08-31 01:19:57 +0000
commite67e89caf43ed7c8d4ee3ca7c39c104095ab381d (patch)
tree91506d2493936e60dabcf990e07504c17ae8b57d
parentmoved to x11-misc (diff)
downloadgentoo-2-e67e89caf43ed7c8d4ee3ca7c39c104095ab381d.tar.gz
gentoo-2-e67e89caf43ed7c8d4ee3ca7c39c104095ab381d.tar.bz2
gentoo-2-e67e89caf43ed7c8d4ee3ca7c39c104095ab381d.zip
moved to media-sound
-rw-r--r--app-misc/wmix/files/digest-wmix-3.01
-rw-r--r--app-misc/wmix/wmix-3.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/app-misc/wmix/files/digest-wmix-3.0 b/app-misc/wmix/files/digest-wmix-3.0
deleted file mode 100644
index 55ffa651d8e2..000000000000
--- a/app-misc/wmix/files/digest-wmix-3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 06d8542907f7174c108a1352817f332f wmix-3.0.tar.gz
diff --git a/app-misc/wmix/wmix-3.0.ebuild b/app-misc/wmix/wmix-3.0.ebuild
deleted file mode 100644
index 72a33034fe95..000000000000
--- a/app-misc/wmix/wmix-3.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Jano (default3) <your email>
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wmix/wmix-3.0.ebuild,v 1.2 2001/07/18 23:56:57 g2boojum Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Dockapp mixer for OSS or ALSA"
-SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"
-HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/"
-
-DEPEND="virtual/x11"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "/^CFLAGS/d" Makefile.orig > Makefile
-}
-
-src_compile() {
-
- try emake
-
-}
-
-src_install () {
-
- exeinto /usr/X11R6/bin
- doexe wmix
- gzip -cd wmix.1x.gz > wmix.1
- doman wmix.1
- dodoc README COPYING INSTALL NEWS BUGS AUTHORS sample.wmixrc
-
-}