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 7A97E158086 for ; Fri, 8 Oct 2021 19:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DA8BE086E; Fri, 8 Oct 2021 19:05:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E11DE086C for ; Fri, 8 Oct 2021 19:05:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D4EC342BC6 for ; Fri, 8 Oct 2021 19:05:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAF3A161 for ; Fri, 8 Oct 2021 19:05:14 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633717720.0f6b470885579787b94868dd8274c41603b635e9.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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.16.ebuild X-VCS-Directories: sci-misc/boinc-wrapper/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0f6b470885579787b94868dd8274c41603b635e9 X-VCS-Branch: master Date: Fri, 8 Oct 2021 19:05:14 +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: 5c46ba4d-f370-4c37-982d-25a0f199ed97 X-Archives-Hash: 67bb27737c5690ef9b79cdfe1e41494b commit: 0f6b470885579787b94868dd8274c41603b635e9 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 8 18:27:26 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 8 18:28:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f6b4708 sci-misc/boinc-wrapper: drop 7.16.16 Signed-off-by: Arthur Zamarin gentoo.org> sci-misc/boinc-wrapper/Manifest | 1 - .../boinc-wrapper/boinc-wrapper-7.16.16.ebuild | 55 ---------------------- 2 files changed, 56 deletions(-) diff --git a/sci-misc/boinc-wrapper/Manifest b/sci-misc/boinc-wrapper/Manifest index 909891f1b..a8d70e790 100644 --- a/sci-misc/boinc-wrapper/Manifest +++ b/sci-misc/boinc-wrapper/Manifest @@ -1,2 +1 @@ -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.16.ebuild b/sci-misc/boinc-wrapper/boinc-wrapper-7.16.16.ebuild deleted file mode 100644 index e282280fd..000000000 --- a/sci-misc/boinc-wrapper/boinc-wrapper-7.16.16.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -MY_PN=${PN%%-*} -MY_PV=$(ver_cut 1-2) -DESCRIPTION="Wrapper to use non-BOINC apps with BOINC" -HOMEPAGE="https://boinc.berkeley.edu/trac/wiki/WrapperApp" - -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/client_release/${MY_PV}/${PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz" -KEYWORDS="~amd64 ~arm64 ~x86" -S="${WORKDIR}/${MY_PN}-client_release-${MY_PV}-${PV}/samples/${PN#*-}" - -LICENSE="LGPL-3+ regexp-UofT" -SLOT="0" - -# sci-misc/boinc doesn't have all necessary headers, so -# we have to include from build root. All that said, -# versions must not mismatch. -RDEPEND=" - ~sci-misc/boinc-${PV} - >=dev-libs/boinc-zip-${PV} -" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-$(ver_cut 1-2)-makefile.patch ) -DOCS=( job.xml ) - -src_configure() { - cd ../.. || die - - bash ./generate_svn_version.sh || die - - # autotools would take an eternity to configure - cat <<-EOF > "config.h" - #ifndef BOINC_CONFIG_H - #define BOINC_CONFIG_H - - #define HAVE_SYS_RESOURCE_H 1 - #define HAVE_SYS_TIME_H 1 - #define HAVE_SYS_WAIT_H 1 - - #endif - EOF - - tc-export CC CXX -} - -src_install() { - einstalldocs - newbin wrapper boinc-wrapper -} 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 9E267158086 for ; Fri, 8 Oct 2021 18:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F29E2E0821; Fri, 8 Oct 2021 18:28:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8E70E0821 for ; Fri, 8 Oct 2021 18:28:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15D10343336 for ; Fri, 8 Oct 2021 18:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0E97EC for ; Fri, 8 Oct 2021 18:28:51 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633717720.0f6b470885579787b94868dd8274c41603b635e9.arthurzam@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.16.ebuild X-VCS-Directories: sci-misc/boinc-wrapper/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0f6b470885579787b94868dd8274c41603b635e9 X-VCS-Branch: dev Date: Fri, 8 Oct 2021 18:28:51 +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: 7a4bfb5d-ccb2-49cc-90c7-3217e4c247f3 X-Archives-Hash: 7a5ea13376ce72f6069d0b723d666320 Message-ID: <20211008182851.4oZw-aUL7FsrbDcEEuSnQ1epxz3rWug1k9YHFhYt7sA@z> commit: 0f6b470885579787b94868dd8274c41603b635e9 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 8 18:27:26 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 8 18:28:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f6b4708 sci-misc/boinc-wrapper: drop 7.16.16 Signed-off-by: Arthur Zamarin gentoo.org> sci-misc/boinc-wrapper/Manifest | 1 - .../boinc-wrapper/boinc-wrapper-7.16.16.ebuild | 55 ---------------------- 2 files changed, 56 deletions(-) diff --git a/sci-misc/boinc-wrapper/Manifest b/sci-misc/boinc-wrapper/Manifest index 909891f1b..a8d70e790 100644 --- a/sci-misc/boinc-wrapper/Manifest +++ b/sci-misc/boinc-wrapper/Manifest @@ -1,2 +1 @@ -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.16.ebuild b/sci-misc/boinc-wrapper/boinc-wrapper-7.16.16.ebuild deleted file mode 100644 index e282280fd..000000000 --- a/sci-misc/boinc-wrapper/boinc-wrapper-7.16.16.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -MY_PN=${PN%%-*} -MY_PV=$(ver_cut 1-2) -DESCRIPTION="Wrapper to use non-BOINC apps with BOINC" -HOMEPAGE="https://boinc.berkeley.edu/trac/wiki/WrapperApp" - -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/client_release/${MY_PV}/${PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz" -KEYWORDS="~amd64 ~arm64 ~x86" -S="${WORKDIR}/${MY_PN}-client_release-${MY_PV}-${PV}/samples/${PN#*-}" - -LICENSE="LGPL-3+ regexp-UofT" -SLOT="0" - -# sci-misc/boinc doesn't have all necessary headers, so -# we have to include from build root. All that said, -# versions must not mismatch. -RDEPEND=" - ~sci-misc/boinc-${PV} - >=dev-libs/boinc-zip-${PV} -" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-$(ver_cut 1-2)-makefile.patch ) -DOCS=( job.xml ) - -src_configure() { - cd ../.. || die - - bash ./generate_svn_version.sh || die - - # autotools would take an eternity to configure - cat <<-EOF > "config.h" - #ifndef BOINC_CONFIG_H - #define BOINC_CONFIG_H - - #define HAVE_SYS_RESOURCE_H 1 - #define HAVE_SYS_TIME_H 1 - #define HAVE_SYS_WAIT_H 1 - - #endif - EOF - - tc-export CC CXX -} - -src_install() { - einstalldocs - newbin wrapper boinc-wrapper -}