From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-misc/boinc-wrapper/
Date: Fri, 8 Oct 2021 18:28:51 +0000 (UTC) [thread overview]
Message-ID: <1633717720.0f6b470885579787b94868dd8274c41603b635e9.arthurzam@gentoo> (raw)
Message-ID: <20211008182851.4oZw-aUL7FsrbDcEEuSnQ1epxz3rWug1k9YHFhYt7sA@z> (raw)
commit: 0f6b470885579787b94868dd8274c41603b635e9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 8 18:27:26 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <arthurzam <AT> 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
-}
next reply other threads:[~2021-10-08 18:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-08 19:05 Arthur Zamarin [this message]
2021-10-08 18:28 ` [gentoo-commits] repo/proj/guru:dev commit in: sci-misc/boinc-wrapper/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 10:03 [gentoo-commits] repo/proj/guru:master " David Roman
2024-05-15 1:03 Julien Roy
2022-10-17 11:26 Haelwenn Monnier
2021-07-19 9:55 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1633717720.0f6b470885579787b94868dd8274c41603b635e9.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox