summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-17 09:44:22 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-17 09:50:18 -0500
commit168fb829bc24c0fff7e81811c0c2b24a606a704b (patch)
treef3c86ff283219871adb07f1d83cf5508791a3fe8 /x11-plugins
parentx11-plugins/wmmaiload: drop old (diff)
downloadgentoo-168fb829bc24c0fff7e81811c0c2b24a606a704b.tar.gz
gentoo-168fb829bc24c0fff7e81811c0c2b24a606a704b.tar.bz2
gentoo-168fb829bc24c0fff7e81811c0c2b24a606a704b.zip
x11-plugins/wmbutton: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmbutton/Manifest2
-rw-r--r--x11-plugins/wmbutton/wmbutton-0.7.0.ebuild39
2 files changed, 0 insertions, 41 deletions
diff --git a/x11-plugins/wmbutton/Manifest b/x11-plugins/wmbutton/Manifest
index 42a221c11360..956ecff140d7 100644
--- a/x11-plugins/wmbutton/Manifest
+++ b/x11-plugins/wmbutton/Manifest
@@ -1,3 +1 @@
-DIST wmbutton-0.7.0.tar.gz 48381 BLAKE2B 051a6da83e575425aca44c88e3011e1c9413d2321ecf3d2387520270d4f5f23eb23df0526332d8913d9a5aaa5f813e5d179f8deca39b705d64687506d9e3da8b SHA512 dc631caca0b1ed6daf8781a0893464b91d788b3d0f81dc22a33d13715cda7becbb145d2d3d34ab93a9a343ed178171c376f81e2eb25e9436d1da8ee2d6455ce2
DIST wmbutton-0.7.1.tar.gz 140293 BLAKE2B 55ab4926b833ae4e57e73cbd4e0fdb6177510099a140bd17d1378c31fe4f42a5fa35c1dbe58398412d465ceb99065a3c7a45a496dc3cb71d045edd879bd70f18 SHA512 61e846c2c7edf6375fdf7e86490ef80feab986b24ce83110283b7e336562a670142e326bfda24ddad832c563da0cb4bc2c3d7379e88e647954c6d93a4dcf6068
-DIST wmbutton-buttons.xpm 25003 BLAKE2B 84830b939cf22605977796ab756d03c110bae8e565eec2b75f479a5b19d9027851ef0178e170da34537b0725073f24544dc0f9c1c701f0f0089701bdfaffd87b SHA512 eb73812b8a4060a6bb13a477275224a2e6d50f7b77944f2f674c4995e0053f3d3c667d483c86dda98b69f398fd332e4c836ddf9eb3410e1e29b69449b874537c
diff --git a/x11-plugins/wmbutton/wmbutton-0.7.0.ebuild b/x11-plugins/wmbutton/wmbutton-0.7.0.ebuild
deleted file mode 100644
index 4a5bc61a5db6..000000000000
--- a/x11-plugins/wmbutton/wmbutton-0.7.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="a dockapp application that displays nine configurable buttons"
-HOMEPAGE="https://www.dockapps.net/wmbutton"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz
- branding? ( mirror://gentoo/${PN}-buttons.xpm )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE="branding"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-S=${WORKDIR}/dockapps
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-Makefile.patch
- use branding && cp "${DISTDIR}"/${PN}-buttons.xpm buttons.xpm
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin ${PN}
- dodoc README
- use branding && dodoc "${FILESDIR}"/sample.wmbutton
- use branding || dodoc sample.wmbutton
-}