diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2019-07-30 22:34:43 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2019-07-30 22:47:04 +0200 |
commit | 974328ca4731b8fc4224fe67be2c145d89ab9e07 (patch) | |
tree | 7b72e501bd63ee34182d9048424cb62e78aa027f /x11-plugins | |
parent | net-misc/x2goclient: support 17.1 profiles (diff) | |
download | gentoo-974328ca4731b8fc4224fe67be2c145d89ab9e07.tar.gz gentoo-974328ca4731b8fc4224fe67be2c145d89ab9e07.tar.bz2 gentoo-974328ca4731b8fc4224fe67be2c145d89ab9e07.zip |
x11-plugins/wmamixer: drop old
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmamixer/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmamixer/wmamixer-0.2.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-plugins/wmamixer/Manifest b/x11-plugins/wmamixer/Manifest index 5e5951b5d33f..040afc6a92f7 100644 --- a/x11-plugins/wmamixer/Manifest +++ b/x11-plugins/wmamixer/Manifest @@ -1,2 +1 @@ -DIST wmamixer-0.2.tar.gz 93067 BLAKE2B 9e888b9b3214eee6c8e59da564e36e8f7c1e55df711ebeaaf73300b27b934840994177d003f2be14f40b5e30321c572e82888e030534ccc7cbe0ff12109231d4 SHA512 94f971ac59134f926b637c6c4ef80be1e082b9b81d2e744b921562140e610e958233645c0ee12310086f1aaa3bbb20622c6c92666dac51df3a963e725374583c DIST wmamixer-1.0.tar.gz 93181 BLAKE2B 16370da2c1f408b3b584a649e1317850963f2446997e1027cfa7b2cdfa1351807761d3981e2a2cc91ef42272df1146550b3943862d1cf03af5f96d83e6c2c42f SHA512 a5eac2ea3f63770f64f6d2c921aec0d38c54e953c7f5bf1d7ba14c510cc21927751d6939571eb3aede2c7bd0e44bfc84f8dd06ae1af0ef71f2bce8f1b6614708 diff --git a/x11-plugins/wmamixer/wmamixer-0.2.ebuild b/x11-plugins/wmamixer/wmamixer-0.2.ebuild deleted file mode 100644 index 47ea86948d75..000000000000 --- a/x11-plugins/wmamixer/wmamixer-0.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="ALSA mixer dockapp, fork of wmsmixer" -HOMEPAGE="https://github.com/gryf/wmamixer" -SRC_URI="https://github.com/gryf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/libXpm - x11-libs/libXext - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -DOCS=( README.rst ) -src_compile() { - $(tc-getCC) ${CFLAGS} -c -o wmamixer.o wmamixer.c - $(tc-getCC) ${LDFLAGS} -o wmamixer wmamixer.o -lm -lXpm -lXext -lX11 -lasound -} - -src_install() { - dobin wmamixer - einstalldocs -} |