aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-10-12 12:26:32 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-10-12 12:28:20 +0500
commitc82a8c13ff36cf6abc48b0be5347bd5c853a64bd (patch)
tree14506d9f0e6e3ed15d6aba4fca930df21138a419
parentapp-benchmark/phoronix-test-suite: new package, add 9999 (diff)
downloadguru-c82a8c13ff36cf6abc48b0be5347bd5c853a64bd.tar.gz
guru-c82a8c13ff36cf6abc48b0be5347bd5c853a64bd.tar.bz2
guru-c82a8c13ff36cf6abc48b0be5347bd5c853a64bd.zip
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>
-rw-r--r--sci-misc/boinc-wrapper/boinc-wrapper-7.20.2-r1.ebuild40
1 files changed, 0 insertions, 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
-}