x11-plugins/wmpop3: drop 0.5.6a-r1

Closes: https://bugs.gentoo.org/929959
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-04-14 16:47:50 +03:00
parent 6e18aa4ad3
commit 5332067add

View File

@@ -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
}