sci-misc/boinc-wrapper: drop 7.20.2-r1

Closes: https://bugs.gentoo.org/876827
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-10-12 12:26:32 +05:00
parent d04ea1ecf1
commit c82a8c13ff

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
BOINC_SUBMODULE="samples/wrapper"
inherit boinc
DESCRIPTION="Wrapper to use non-BOINC apps with BOINC"
HOMEPAGE="https://boinc.berkeley.edu/trac/wiki/WrapperApp"
KEYWORDS="~amd64 ~arm64 ~x86"
LICENSE="LGPL-3+ regexp-UofT"
SLOT="0"
RDEPEND="
>=sci-misc/boinc-7.20
>=dev-libs/boinc-zip-7.20
"
DEPEND="${RDEPEND}"
DOCS=( job.xml )
boinc_require_source
boinc_override_config "${FILESDIR}"/config.override.h
src_prepare() {
boinc_src_prepare
cp "${FILESDIR}"/Makefile.gentoo "${S}" || die
}
src_compile() {
emake -f Makefile.gentoo
}
src_install() {
einstalldocs
dobin boinc-wrapper
}