commit: ce8ab615a9433bd66106b92495ecafe73e8d50a6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 5 08:28:11 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 5 08:28:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8ab615
x11-plugins/wmpinboard: Drop old (EAPI=0) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> x11-plugins/wmpinboard/Manifest | 1 - .../wmpinboard/files/wmpinboard-1.0-segfault.patch | 11 -------- x11-plugins/wmpinboard/wmpinboard-1.0.ebuild | 31 ---------------------- 3 files changed, 43 deletions(-) diff --git a/x11-plugins/wmpinboard/Manifest b/x11-plugins/wmpinboard/Manifest index 60ade195d2c..fa280e493b6 100644 --- a/x11-plugins/wmpinboard/Manifest +++ b/x11-plugins/wmpinboard/Manifest @@ -1,2 +1 @@ DIST wmpinboard-1.0.1.tar.gz 195782 BLAKE2B f88368b61645c91958d81161e9f5e8523d09b7ef825476afebb2b4318c8cf04f11319b3eaf9b152fe97a4dea2dac6147e9b70eb70cd9cddbc1f45960df6529e5 SHA512 5728aa8a040ba81a814a0851f5bed2d5fbf933b400bdafd2b92deef8eb35d62a050293bdb98d71c6a8db058223e5ae64de932dcf971fd244aea8f48f8832aa36 -DIST wmpinboard-1.0.tar.gz 133290 BLAKE2B 06ed6c09d12556adf8af9a69c86ae6e60450cc6dfd3e9d0b45bf8650c057fdf54434280b36822965d5f0c0586956a84098285aa0a976090a83fd9077ada481a0 SHA512 486509e50e58c14866932a89706d98ebc4391af608acd95670b190eebe9069d254e11834e291ee2bc3c9e3e77e75ece7ab3f73dc7f097dfba5ca25fc888773fd diff --git a/x11-plugins/wmpinboard/files/wmpinboard-1.0-segfault.patch b/x11-plugins/wmpinboard/files/wmpinboard-1.0-segfault.patch deleted file mode 100644 index 7d2c94458b5..00000000000 --- a/x11-plugins/wmpinboard/files/wmpinboard-1.0-segfault.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/wmpinboard.c 2000-04-13 13:01:17.000000000 +0200 -+++ src/wmpinboard.c 2003-03-06 19:29:57.000000000 +0100 -@@ -165,7 +165,7 @@ - char t[STRING_BUF_SIZE]; - FILE *file; - int pid = (int) getpid(); -- static int sizes[6]; -+ static int sizes[7]; - sizes[0] = size_0; - sizes[1] = size_1; - sizes[2] = size_2; diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild b/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild deleted file mode 100644 index cf81a468b67..00000000000 --- a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -IUSE="" -DESCRIPTION="Window Maker dock applet resembling a miniature pinboard" -SRC_URI="https://github.com/bbidulock/${PN}/releases/download/${PV}/${P}.tar.gz" -HOMEPAGE="https://github.com/bbidulock/wmpinboard" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc sparc x86" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/wmpinboard-1.0-segfault.patch -} - -src_install() { - emake DESTDIR="${D}" install || die -}
