From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68A7213933E for ; Thu, 15 Jul 2021 10:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CE46E0CBC; Thu, 15 Jul 2021 10:04:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C975E0CBC for ; Thu, 15 Jul 2021 10:04:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F48A342BF3 for ; Thu, 15 Jul 2021 10:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8EC47B3 for ; Thu, 15 Jul 2021 10:04:24 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1626339239.d28640db2146cc1a082b7572c0a11a9dea8c35f1.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-misc/boinc-wrapper/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-misc/boinc-wrapper/Manifest sci-misc/boinc-wrapper/boinc-wrapper-7.16.17.ebuild X-VCS-Directories: sci-misc/boinc-wrapper/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: d28640db2146cc1a082b7572c0a11a9dea8c35f1 X-VCS-Branch: dev Date: Thu, 15 Jul 2021 10:04:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f552d65d-1a02-47bd-bde3-55e5b23f2420 X-Archives-Hash: 0537baf437fd0fb671c45dfe38aa78b9 commit: d28640db2146cc1a082b7572c0a11a9dea8c35f1 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jul 14 06:49:47 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Jul 15 08:53:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d28640db sci-misc/boinc-wrapper: add 7.16.17 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> sci-misc/boinc-wrapper/Manifest | 1 + .../boinc-wrapper/boinc-wrapper-7.16.17.ebuild | 50 ++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/sci-misc/boinc-wrapper/Manifest b/sci-misc/boinc-wrapper/Manifest index 5238eec52..909891f1b 100644 --- a/sci-misc/boinc-wrapper/Manifest +++ b/sci-misc/boinc-wrapper/Manifest @@ -1 +1,2 @@ DIST boinc-7.16.16.tar.gz 49599131 BLAKE2B 819ab85c19a684144711f77e669b892aa73c006b81c1d7ef7adbd9d580e1e8473ae27b52dc17953ee677c70fc78ed15df936afd740e629715f30f2b81d84ea6f SHA512 dd7042e176d6506c70de7866556ae73b2f45734df92038086d5b0414751f3da08dc571c49f0c26d747d3fb2577674d3ff8cdec7d3563861eaaaa5af9c1db0a0e +DIST boinc-7.16.17.tar.gz 49628624 BLAKE2B 87e266a29506ecaa41fd18a2521b08c291548a4e31f7748001e5214e6f1fada1ded8bb8b559635d4f9c7c256cd7829dcf9132c02448c559d5ceb13524ca42e0f SHA512 e9882f37ad5c83ed020155c8192228322932f83b88ed00d025dcda63bff2dca109ecdcbaf98b48c4522b841f545f32352e5c158ae0a41de0a1f2941ac8135221 diff --git a/sci-misc/boinc-wrapper/boinc-wrapper-7.16.17.ebuild b/sci-misc/boinc-wrapper/boinc-wrapper-7.16.17.ebuild new file mode 100644 index 000000000..f25f7d399 --- /dev/null +++ b/sci-misc/boinc-wrapper/boinc-wrapper-7.16.17.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools toolchain-funcs + +MY_PV=$(ver_cut 1-2) + +DESCRIPTION="use non-BOINC apps with BOINC" +HOMEPAGE="https://boinc.berkeley.edu/trac/wiki/WrapperApp" + +SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz -> boinc-${PV}.tar.gz" +KEYWORDS="~amd64 ~x86" +S="${WORKDIR}/boinc-client_release-${MY_PV}-${PV}/samples/wrapper" + +LICENSE="LGPL-3+ regexp-UofT" +SLOT="0" + +RDEPEND=" + >=sci-misc/boinc-${PV} + >=dev-libs/boinc-zip-${PV} +" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}"/${PN}-$(ver_cut 1-2)-makefile.patch ) +DOCS=( ReadMe.txt job.xml ) + +src_prepare() { + default + + cd ../.. || die + eautoreconf + bash ./generate_svn_version.sh || die +} + +src_configure() { + cd ../.. || die + econf --enable-pkg-devel --disable-static --disable-fcgi --without-x +} + +src_compile() { + tc-export CC CXX + default +} + +src_install() { + default + newbin wrapper boinc-wrapper +}