diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-17 00:02:12 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-17 00:02:12 +0000 |
commit | 3865fac2ceefd26670ef4ee7d584950aa8912453 (patch) | |
tree | 71c0a534ec2109f22316a574359046293f30b683 /x11-plugins/wmix | |
parent | version bump. (diff) | |
download | historical-3865fac2ceefd26670ef4ee7d584950aa8912453.tar.gz historical-3865fac2ceefd26670ef4ee7d584950aa8912453.tar.bz2 historical-3865fac2ceefd26670ef4ee7d584950aa8912453.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/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmix/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmix/files/digest-wmix-3.0-r1 | 1 | ||||
-rw-r--r-- | x11-plugins/wmix/wmix-3.0-r1.ebuild | 33 |
4 files changed, 5 insertions, 38 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/Manifest b/x11-plugins/wmix/Manifest index c5d9b7acbab9..4fbef6baef39 100644 --- a/x11-plugins/wmix/Manifest +++ b/x11-plugins/wmix/Manifest @@ -1,6 +1,4 @@ MD5 4d5b70d6d037ac85414b30c3495b0118 wmix-3.1.ebuild 746 -MD5 ba3a40317222c42c7dd0ba883418529f wmix-3.0-r1.ebuild 753 -MD5 7c4965031bdf14333b691cb3f2f64cdf ChangeLog 1211 +MD5 8199d234a46622677f132c3a041844b4 ChangeLog 1340 MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 MD5 ad16349941063942ee420bd1937e8ad0 files/digest-wmix-3.1 59 -MD5 33d09dd5a94a0caf06b2176afccf4f25 files/digest-wmix-3.0-r1 59 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 - -} |