summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-09-16 16:20:23 +0000
committerNick Hadaway <raker@gentoo.org>2002-09-16 16:20:23 +0000
commitba1078c25586e20828e32cabda9738793a0e8e1f (patch)
tree7f351d3342216cf5cd9487f9fa5d8f68cd927a36 /media-sound
parentDid it right this time. :) Moved app-misc/wmtimer to (diff)
downloadgentoo-2-ba1078c25586e20828e32cabda9738793a0e8e1f.tar.gz
gentoo-2-ba1078c25586e20828e32cabda9738793a0e8e1f.tar.bz2
gentoo-2-ba1078c25586e20828e32cabda9738793a0e8e1f.zip
Moved media-sound/wmix to x11-plugins/wmix.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/wmix/ChangeLog13
-rw-r--r--media-sound/wmix/files/digest-wmix-3.0-r11
-rw-r--r--media-sound/wmix/wmix-3.0-r1.ebuild37
3 files changed, 0 insertions, 51 deletions
diff --git a/media-sound/wmix/ChangeLog b/media-sound/wmix/ChangeLog
deleted file mode 100644
index d8866c8f606d..000000000000
--- a/media-sound/wmix/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for media-sound/wmix
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wmix/ChangeLog,v 1.1 2002/02/01 21:53:31 gbevin Exp $
-
-*wmix-3.0-r1 (1 Feb 2002)
-
- 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-sound/wmix/files/digest-wmix-3.0-r1 b/media-sound/wmix/files/digest-wmix-3.0-r1
deleted file mode 100644
index f96b91318ddf..000000000000
--- a/media-sound/wmix/files/digest-wmix-3.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 06d8542907f7174c108a1352817f332f wmix-3.0.tar.gz 20640
diff --git a/media-sound/wmix/wmix-3.0-r1.ebuild b/media-sound/wmix/wmix-3.0-r1.ebuild
deleted file mode 100644
index 0be17fac8262..000000000000
--- a/media-sound/wmix/wmix-3.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wmix/wmix-3.0-r1.ebuild,v 1.4 2002/08/01 11:59:02 seemant 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/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-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/bin
- doexe wmix
- gzip -cd wmix.1x.gz > wmix.1
- doman wmix.1
- dodoc README COPYING INSTALL NEWS BUGS AUTHORS sample.wmixrc
-
-}