summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2021-01-05 20:22:09 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2021-01-05 20:58:43 +0200
commitee0aa39b74d04741bedc7e74888ca11ab64cad52 (patch)
treea9a4d5cfd3f0a0d772e4ee7d644c93416c38fe54
parentdev-python/numpy: Bump to 1.19.5 (diff)
downloadgentoo-ee0aa39b74d04741bedc7e74888ca11ab64cad52.tar.gz
gentoo-ee0aa39b74d04741bedc7e74888ca11ab64cad52.tar.bz2
gentoo-ee0aa39b74d04741bedc7e74888ca11ab64cad52.zip
x11-plugins/wmbiff: Remove old
Bug: https://bugs.gentoo.org/707250 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
-rw-r--r--x11-plugins/wmbiff/Manifest2
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.4.28.ebuild38
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.4.35.ebuild40
3 files changed, 0 insertions, 80 deletions
diff --git a/x11-plugins/wmbiff/Manifest b/x11-plugins/wmbiff/Manifest
index 897f8bac2c2a..7a83388e04ce 100644
--- a/x11-plugins/wmbiff/Manifest
+++ b/x11-plugins/wmbiff/Manifest
@@ -1,3 +1 @@
-DIST wmbiff-0.4.28.tar.gz 111398 BLAKE2B 39ba4dbf50639b02c8969ae72b696fa83353ec3dcd46802f8333eb597f068d3d0d209f39a352a8f53830695c19c897b7d6f970c5362c2910128b80b0cdb24d32 SHA512 a17fd4b4c3de09a907b7ffccc50f4560a7fddd5cb4dd01c72460806dc55259ba0b587d75f7505171a2a833f6735ddc4ded0a484d4227bfd552cc7343d79d7720
-DIST wmbiff-0.4.35.tar.gz 265332 BLAKE2B 049f01dafaf71af614c47379fa1e59593e6d7904ecc7e63721edc06d06a4705141c5a339f773b7352984b288c32cb7d324fcca72c4459890328672b0d0a4b4e8 SHA512 7a276c33545351dd1e3c072b4b702fabb293744c3b26326739ebc278f18eda3fe971eeaa8392445eb49514eeb430677638b100076409ec6216915a1388a491c4
DIST wmbiff-0.4.36.tar.gz 266288 BLAKE2B 7f90ae23ff228ed775c4693beffb3e71930bc594083d75cbe25d9eb992cae3a35bc8d57699da53b034a19486846d05625dee607b0da38519ddfc50faac4cf6da SHA512 b8b14f9676ebd576f9e568bd59638c3000337713c6ef8cf5d7799ed0adea59d1ca1fe0d9c67ceb997814b1e6d26590a0c4052b1f031cee28601d7273bbd3fd23
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild
deleted file mode 100644
index 8e73b022cf3e..000000000000
--- a/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes"
-HOMEPAGE="https://www.dockapps.net/wmbiff"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="crypt"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm
- crypt? (
- >=dev-libs/libgcrypt-1.2.1:0
- >=net-libs/gnutls-2.2.0
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-base/xorg-proto"
-
-S=${WORKDIR}/dockapps
-
-DOCS="ChangeLog FAQ NEWS README TODO wmbiff/sample.wmbiffrc"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.4.27-invalid-strncpy.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable crypt crypto)
-}
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.35.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.35.ebuild
deleted file mode 100644
index 9200caafc51c..000000000000
--- a/x11-plugins/wmbiff/wmbiff-0.4.35.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools eutils
-
-DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes"
-HOMEPAGE="https://www.dockapps.net/wmbiff"
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="crypt"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm
- crypt? (
- >=dev-libs/libgcrypt-1.2.1:0
- >=net-libs/gnutls-2.2.0
- )"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-BDEPEND="virtual/pkgconfig"
-
-DOCS="ChangeLog FAQ NEWS README TODO wmbiff/sample.wmbiffrc"
-PATCHES=(
- "${FILESDIR}"/${PN}-0.4.27-invalid-strncpy.patch
- "${FILESDIR}"/${P}-fno-common.patch
- )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable crypt crypto)
-}