commit: c82a8c13ff36cf6abc48b0be5347bd5c853a64bd Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Wed Oct 12 07:26:32 2022 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Wed Oct 12 07:28:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c82a8c13
sci-misc/boinc-wrapper: drop 7.20.2-r1 Closes: https://bugs.gentoo.org/876827 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> .../boinc-wrapper/boinc-wrapper-7.20.2-r1.ebuild | 40 ---------------------- 1 file changed, 40 deletions(-) diff --git a/sci-misc/boinc-wrapper/boinc-wrapper-7.20.2-r1.ebuild b/sci-misc/boinc-wrapper/boinc-wrapper-7.20.2-r1.ebuild deleted file mode 100644 index 1392fc813..000000000 --- a/sci-misc/boinc-wrapper/boinc-wrapper-7.20.2-r1.ebuild +++ /dev/null @@ -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 -}
