summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-07-17 00:02:12 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-07-17 00:02:12 +0000
commit43170feae9f368b7049ff4fdd7545d32d26fac51 (patch)
tree54c091ef5c33a0bb007b669ad8b83d69a2e1a491 /x11-plugins/wmix
parentversion bump. (Manifest recommit) (diff)
downloadgentoo-2-43170feae9f368b7049ff4fdd7545d32d26fac51.tar.gz
gentoo-2-43170feae9f368b7049ff4fdd7545d32d26fac51.tar.bz2
gentoo-2-43170feae9f368b7049ff4fdd7545d32d26fac51.zip
Remove old versions of x11-plugins/wmix, latest version is the only one compatible with 2.6 kernels
Diffstat (limited to 'x11-plugins/wmix')
-rw-r--r--x11-plugins/wmix/ChangeLog5
-rw-r--r--x11-plugins/wmix/files/digest-wmix-3.0-r11
-rw-r--r--x11-plugins/wmix/wmix-3.0-r1.ebuild33
3 files changed, 4 insertions, 35 deletions
diff --git a/x11-plugins/wmix/ChangeLog b/x11-plugins/wmix/ChangeLog
index 1461bf3e774d..17d2d702106b 100644
--- a/x11-plugins/wmix/ChangeLog
+++ b/x11-plugins/wmix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmix
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.8 2004/07/06 16:27:55 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.9 2004/07/17 00:02:12 s4t4n Exp $
+
+ 17 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmix-3.0-1.ebuild:
+ Removing old ebuild, it doesn't work on 2.6 kernels...
06 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmix-3.1.ebuild:
Stable on x86.
diff --git a/x11-plugins/wmix/files/digest-wmix-3.0-r1 b/x11-plugins/wmix/files/digest-wmix-3.0-r1
deleted file mode 100644
index f96b91318ddf..000000000000
--- a/x11-plugins/wmix/files/digest-wmix-3.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 06d8542907f7174c108a1352817f332f wmix-3.0.tar.gz 20640
diff --git a/x11-plugins/wmix/wmix-3.0-r1.ebuild b/x11-plugins/wmix/wmix-3.0-r1.ebuild
deleted file mode 100644
index c2ef44cb637d..000000000000
--- a/x11-plugins/wmix/wmix-3.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.0-r1.ebuild,v 1.11 2004/06/28 20:51:01 agriffis Exp $
-
-IUSE=""
-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 ~sparc amd64 ~ppc"
-
-DEPEND="virtual/x11
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- sed -i -e "/^CFLAGS/d" Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-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
-
-}