diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2019-07-30 22:25:11 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2019-07-30 22:47:03 +0200 |
commit | dd712ed3d47bb6ff1aa59ab6af388b2b20e29c53 (patch) | |
tree | 9d8999d556ea1f908854841fe2571e88a81cd0ec /x11-plugins/wmbiff | |
parent | x11-plugins/wmix: 3.4 bump (diff) | |
download | gentoo-dd712ed3d47bb6ff1aa59ab6af388b2b20e29c53.tar.gz gentoo-dd712ed3d47bb6ff1aa59ab6af388b2b20e29c53.tar.bz2 gentoo-dd712ed3d47bb6ff1aa59ab6af388b2b20e29c53.zip |
x11-plugins/wmbiff: 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/wmbiff')
-rw-r--r-- | x11-plugins/wmbiff/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.30.ebuild | 37 | ||||
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.31.ebuild | 37 |
3 files changed, 0 insertions, 76 deletions
diff --git a/x11-plugins/wmbiff/Manifest b/x11-plugins/wmbiff/Manifest index 19c91a9f945c..14b8a39df30d 100644 --- a/x11-plugins/wmbiff/Manifest +++ b/x11-plugins/wmbiff/Manifest @@ -1,4 +1,2 @@ DIST wmbiff-0.4.28.tar.gz 111398 BLAKE2B 39ba4dbf50639b02c8969ae72b696fa83353ec3dcd46802f8333eb597f068d3d0d209f39a352a8f53830695c19c897b7d6f970c5362c2910128b80b0cdb24d32 SHA512 a17fd4b4c3de09a907b7ffccc50f4560a7fddd5cb4dd01c72460806dc55259ba0b587d75f7505171a2a833f6735ddc4ded0a484d4227bfd552cc7343d79d7720 -DIST wmbiff-0.4.30.tar.gz 269315 BLAKE2B 11690bcb54b33320c433a191dbbaa769efd490cf5efdbf3cd30ce46c59542092a91fb42ac19afa7718321d99764f8df1c0021795bc6ec1c94304dd46d253b50f SHA512 10b5a6673763a48694cb9cd87f5972c09b0fc50acedde7658133830a06dea8c98ffb9943591cbef802330862d7ccf7a7322d7e9e25ee82209b5a0e40a22353b4 -DIST wmbiff-0.4.31.tar.gz 269883 BLAKE2B 45ecdd6116fa30d2aa71aace18fbf9c6d2ee755188a56a7cc067697ed4a55d7b7ad24b4430d8f36d5c6dad17a152186a12c78cd49d1c86004a0a21ebb56f8d7e SHA512 768207887e92edc4a36f02d6b048cc393e75f9ccabca86f54368fafbd822bb6de5258890395da3f3e7a4f4f951628d15796d38e315b1176c6a3e084d10c167cc DIST wmbiff-0.4.33.tar.gz 266114 BLAKE2B 06e5e454a2f8e78203dec66cc274d983e8ec1c0dc7bb82db4ec3c42a8671f0f7a399b79fc94f45e595dcd6fe56c87426dce3900f8fc0f12fbc704ad196390dc7 SHA512 9b88b5929e9234d17bfa5022eb95cbca1720c724827e078dbd44c0bcff77f386b7692a6576b3a96bb1f5fab602c274b3335c71543e5ad053c1cc476d114f818c diff --git a/x11-plugins/wmbiff/wmbiff-0.4.30.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.30.ebuild deleted file mode 100644 index 58c48049945b..000000000000 --- a/x11-plugins/wmbiff/wmbiff-0.4.30.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -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} - virtual/pkgconfig - x11-base/xorg-proto" - -DOCS="ChangeLog FAQ NEWS README TODO wmbiff/sample.wmbiffrc" - -src_prepare() { - default - eapply "${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.31.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.31.ebuild deleted file mode 100644 index 58c48049945b..000000000000 --- a/x11-plugins/wmbiff/wmbiff-0.4.31.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -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} - virtual/pkgconfig - x11-base/xorg-proto" - -DOCS="ChangeLog FAQ NEWS README TODO wmbiff/sample.wmbiffrc" - -src_prepare() { - default - eapply "${FILESDIR}"/${PN}-0.4.27-invalid-strncpy.patch - eautoreconf -} - -src_configure() { - econf $(use_enable crypt crypto) -} |