diff options
author | 2020-01-29 19:01:25 +0100 | |
---|---|---|
committer | 2020-01-29 19:27:00 +0100 | |
commit | a23829176f60ffb6b6d979eff118898d5389848e (patch) | |
tree | 9d0b1ec51d856eb523c31d34b582bd4e7be0a57d /x11-plugins/wmix/wmix-3.3-r2.ebuild | |
parent | x11-plugins/wmwork: fix build with -fno-common (diff) | |
download | gentoo-a2382917.tar.gz gentoo-a2382917.tar.bz2 gentoo-a2382917.zip |
x11-plugins/wmix: drop old
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmix/wmix-3.3-r2.ebuild')
-rw-r--r-- | x11-plugins/wmix/wmix-3.3-r2.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-plugins/wmix/wmix-3.3-r2.ebuild b/x11-plugins/wmix/wmix-3.3-r2.ebuild deleted file mode 100644 index c3f80938b61e..000000000000 --- a/x11-plugins/wmix/wmix-3.3-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="Dockapp mixer for OSS or ALSA" -HOMEPAGE="https://www.dockapps.net/wmix" -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="media-libs/alsa-lib - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm - x11-libs/libXrandr" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |