mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user