commit:     5332067adda873c8db871e9202a7f31e7d162e4f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:47:50 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:47:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5332067a

x11-plugins/wmpop3: drop 0.5.6a-r1

Closes: https://bugs.gentoo.org/929959
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 40 ------------------------------
 1 file changed, 40 deletions(-)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild 
b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
deleted file mode 100644
index 11956e32e29b..000000000000
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="dockapp for checking pop3 accounts"
-HOMEPAGE="https://www.dockapps.net/wmpop3";
-SRC_URI="https://www.dockapps.net/download/${P/wmpop3/WMPop3}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE=""
-
-DEPEND="x11-wm/windowmaker
-       x11-libs/libXpm"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-list.patch
-       "${FILESDIR}"/${P}-fno-common.patch
-       )
-
-src_prepare() {
-       sed -e "s|cc |$(tc-getCC) |" \
-               -e "s|-O2|${CFLAGS}|" \
-               -e "s|-o wmpop3|${LDFLAGS} -o wmpop3|" \
-               -i ${PN}/Makefile || die
-
-       default
-}
-
-src_compile() {
-       emake -C wmpop3
-}
-
-src_install() {
-       dobin wmpop3/wmpop3
-       dodoc CHANGE_LOG README
-}

Reply via email to