commit: 168fb829bc24c0fff7e81811c0c2b24a606a704b Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Thu Dec 17 14:44:22 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Dec 17 14:50:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168fb829
x11-plugins/wmbutton: drop old Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> x11-plugins/wmbutton/Manifest | 2 -- x11-plugins/wmbutton/wmbutton-0.7.0.ebuild | 39 ------------------------------ 2 files changed, 41 deletions(-) diff --git a/x11-plugins/wmbutton/Manifest b/x11-plugins/wmbutton/Manifest index 42a221c1136..956ecff140d 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 4a5bc61a5db..00000000000 --- 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 -}