diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-14 16:47:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-14 16:47:50 +0300 |
commit | 5332067adda873c8db871e9202a7f31e7d162e4f (patch) | |
tree | b86402c3c518077253cd9991f709c40cdeccd573 /x11-plugins | |
parent | x11-plugins/wmget: drop 0.6.1, EAPI6-- (diff) | |
download | gentoo-5332067adda873c8db871e9202a7f31e7d162e4f.tar.gz gentoo-5332067adda873c8db871e9202a7f31e7d162e4f.tar.bz2 gentoo-5332067adda873c8db871e9202a7f31e7d162e4f.zip |
x11-plugins/wmpop3: drop 0.5.6a-r1
Closes: https://bugs.gentoo.org/929959
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 40 |
1 files changed, 0 insertions, 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 -} |