summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2020-01-29 19:01:25 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2020-01-29 19:27:00 +0100
commita23829176f60ffb6b6d979eff118898d5389848e (patch)
tree9d0b1ec51d856eb523c31d34b582bd4e7be0a57d /x11-plugins
parentx11-plugins/wmwork: fix build with -fno-common (diff)
downloadgentoo-a23829176f60ffb6b6d979eff118898d5389848e.tar.gz
gentoo-a23829176f60ffb6b6d979eff118898d5389848e.tar.bz2
gentoo-a23829176f60ffb6b6d979eff118898d5389848e.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')
-rw-r--r--x11-plugins/wmix/Manifest1
-rw-r--r--x11-plugins/wmix/wmix-3.3-r2.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-plugins/wmix/Manifest b/x11-plugins/wmix/Manifest
index 70002433c589..849491af636a 100644
--- a/x11-plugins/wmix/Manifest
+++ b/x11-plugins/wmix/Manifest
@@ -1,3 +1,2 @@
DIST wmix-3.2.tar.gz 33504 BLAKE2B cafc6d4d1d52094edc459db8ab82b46ea0a216ca8035a2882be7ab2dba6945c155a73c2fc3601e9697076f8cf032b7943617680fd70ef889590a9976c2b147a8 SHA512 8382ab849aeacfc88d28cd094c0d9a3218f8aa26b763d9fb4fd8b9837c275a835cc3e29df0659c244fa94b884ebc36b571fe824eaa785a736e630dc2e0081417
-DIST wmix-3.3.tar.gz 118037 BLAKE2B b219f607ea31132b7753ba7e92e7ff3ce1ddbb992a3f0295ca68001ee81c55ed347196b2d864058f09763e6cf438865060a768c466f3f647474382a9434f76e8 SHA512 5bca1ca70ba8e76e66d70dd01e2198d85d7ac57a5180740c453f349458ba38291bbb7a87697a25c36b79722a1ada5edd1ff3f1c9021998cdf33d248a1f554d4e
DIST wmix-3.4.tar.gz 116220 BLAKE2B 01aac1603c34298d9b4aa45ec3425ec52e75965634f6c64ae554c44b95a9bea08021527519fe15729f103d2b8aa93757d6dbabbc2223b35cbb37520554fdfa2b SHA512 791e0f22c73d48fd97ce59a0a8d740a2647626fd6d5f172238ae41abac700fb40d7cd95e28463199fd20d14eae3807428949b78c095ee5bd0a347c26aaed1e75
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"