summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@prydeworx.com>2021-01-18 19:30:29 +0100
committerSven Eden <sven.eden@prydeworx.com>2021-01-18 19:30:29 +0100
commit7988c8ba56279059705425b26feabe71d28721ca (patch)
treed978cd1586c745cd259a86111d0ca2ed1a311248 /sci-misc
parentdev-libs/* removed - AWS updates are in the tree. (diff)
downloadseden-7988c8ba56279059705425b26feabe71d28721ca.tar.gz
seden-7988c8ba56279059705425b26feabe71d28721ca.tar.bz2
seden-7988c8ba56279059705425b26feabe71d28721ca.zip
Remove acct-group/boinc, acct-user/boinc and sci-misc/boinc -> in the tree now.
Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/boinc/Manifest2
-rw-r--r--sci-misc/boinc/boinc-7.16.14.ebuild205
-rw-r--r--sci-misc/boinc/files/boinc-7.16-fix_webview.patch11
-rw-r--r--sci-misc/boinc/files/boinc-7.16-remove-usr_lib.patch89
-rw-r--r--sci-misc/boinc/files/boinc.conf23
-rw-r--r--sci-misc/boinc/files/boinc.init.in221
-rw-r--r--sci-misc/boinc/files/boinc.service11
-rw-r--r--sci-misc/boinc/metadata.xml30
8 files changed, 0 insertions, 592 deletions
diff --git a/sci-misc/boinc/Manifest b/sci-misc/boinc/Manifest
deleted file mode 100644
index 4aa29e6..0000000
--- a/sci-misc/boinc/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST boinc-7.16.14.tar.gz 49623696 SHA256 c328399cc27109f94ee77aaf80406ed304c6be6c198391ff8e83f8400431fc78 SHA512 9315cd8344571ac64eecf12676a2d3d6c021577ecee7a92eff253185f7ddf5bf4d64503a819c625afafd258ad28c3879839016c431aa3099083a90194c7e6454 WHIRLPOOL 8f3bb138d3e255908587539fe64807a94f82df56c52063642f67d9f26228cba8d5b9df0e3f91241a1f3923278b3747e21d001d879431d75268eb4af439ab38e1
-DIST boinc.tif 288208 SHA256 5c14c65a7531e1dc3f7f7c18ef86eb0e27726527cb835967aed8b0d003eb564a SHA512 548e19b87fd70dbeb05687320b86aad39981c161b5b5b7e02fc3ce886d4c464c9bb763d5652d9895dd505ce247c7ff4490caa3d407e28f54ce889ffbab22d046 WHIRLPOOL 6a6cace44c8483000cda787da39006db521fd9408539f8abca2c2ab913371405b97719af0518acd2f5239451a9605d0f6d67a40fdb14cb49a03a42a7a44a4c86
diff --git a/sci-misc/boinc/boinc-7.16.14.ebuild b/sci-misc/boinc/boinc-7.16.14.ebuild
deleted file mode 100644
index dbcd104..0000000
--- a/sci-misc/boinc/boinc-7.16.14.ebuild
+++ /dev/null
@@ -1,205 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV=$(ver_cut 1-2)
-WX_GTK_VER=3.0-gtk3
-
-inherit autotools desktop linux-info systemd wxwidgets xdg-utils
-
-DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
-HOMEPAGE="https://boinc.ssl.berkeley.edu/"
-
-SRC_URI="X? ( https://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> ${PN}.tif )"
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/BOINC/${PN}.git"
- inherit git-r3
-else
- SRC_URI+=" https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
- S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"
-fi
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="X cuda curl_ssl_gnutls curl_ssl_libressl +curl_ssl_openssl"
-
-REQUIRED_USE="^^ ( curl_ssl_gnutls curl_ssl_libressl curl_ssl_openssl ) "
-
-# libcurl must not be using an ssl backend boinc does not support.
-# If the libcurl ssl backend changes, boinc should be recompiled.
-COMMON_DEPEND="
- acct-group/boinc
- acct-user/boinc
- >=app-misc/ca-certificates-20080809
- cuda? (
- >=dev-util/nvidia-cuda-toolkit-2.1
- >=x11-drivers/nvidia-drivers-180.22
- )
- net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_libressl(-)=,-curl_ssl_nss(-),curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-)]
- sys-apps/util-linux
- sys-libs/zlib
- X? (
- dev-db/sqlite:3
- media-libs/freeglut
- virtual/jpeg:0=
- x11-libs/gtk+:3
- x11-libs/libICE
- >=x11-libs/libnotify-0.7
- x11-libs/libSM
- x11-libs/libXi
- x11-libs/libXmu
- x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,webkit]
- virtual/jpeg
- )
-"
-DEPEND="${RDEPEND}
- app-text/docbook-xml-dtd:4.4
- app-text/docbook2X
- sys-devel/gettext
- X? ( virtual/imagemagick-tools[png,tiff] )
-"
-RDEPEND="${COMMON_DEPEND}
- !app-admin/quickswitch
-"
-
-PATCHES=(
- # >=x11-libs/wxGTK-3.0.2.0-r3 has webview removed, bug 587462
- "${FILESDIR}"/${PN}-${MY_PV}-fix_webview.patch
- # bug #732024
- "${FILESDIR}"/${PN}-${MY_PV}-remove-usr_lib.patch
-)
-
-pkg_setup() {
- # Bug 578750
- if use kernel_linux; then
- linux-info_pkg_setup
- if ! linux_config_exists; then
- ewarn "Can't check the linux kernel configuration."
- ewarn "You might be missing vsyscall support."
- elif kernel_is -ge 4 4 \
- && linux_chkconfig_present LEGACY_VSYSCALL_NONE; then
- ewarn "You do not have vsyscall emulation enabled."
- ewarn "This will prevent some boinc projects from running."
- ewarn "Please enable vsyscall emulation:"
- ewarn " CONFIG_LEGACY_VSYSCALL_EMULATE=y"
- ewarn "in /usr/src/linux/.config, to be found at"
- ewarn " Processor type and features --->"
- ewarn " vsyscall table for legacy applications (None) --->"
- ewarn " (X) Emulate"
- ewarn "Alternatively, you can enable CONFIG_LEGACY_VSYSCALL_NATIVE."
- ewarn "However, this has security implications and is not recommended."
- fi
- fi
-}
-
-src_prepare() {
- # bug #732024
- if test "x$(get_libdir)" = "xlib64"; then
- sed -i -e 's,/:/lib:/usr/lib:,:/lib64:/usr/lib64:,g' m4/sah_check_lib.m4 || die
- fi
-
- default
-
- # prevent bad changes in compile flags, bug 286701
- sed -i -e "s:BOINC_SET_COMPILE_FLAGS::" configure.ac || die "sed failed"
-
- eautoreconf
-
- use X && setup-wxwidgets
-
- # bug #732024
- if test "x$(get_libdir)" = "xlib64"; then
- sed -i -e 's,/lib\([ /;:"]\),/lib64\1,g' configure || die
- fi
-}
-
-src_configure() {
- LDFLAGS="-L${EPREFIX}/usr/$(get_libdir) -L${EPREFIX}/$(get_libdir) ${LDFLAGS}" \
- econf --disable-server \
- --enable-client \
- --enable-dynamic-client-linkage \
- --disable-static \
- --enable-unicode \
- --with-ssl \
- $(use_with X x) \
- $(use_enable X manager) \
- $(usex X --with-wx-config="${WX_CONFIG}" --without-wxdir)
-}
-
-src_install() {
- default
-
- keepdir /var/lib/${PN}
-
- if use X; then
- # Create new icons. bug 593362
- local s SIZES=(16 22 24 32 36 48 64 72 96 128 192 256)
- for s in "${SIZES[@]}"; do
- convert "${DISTDIR}"/${PN}.tif -resize ${s}x${s} "${WORKDIR}"/boinc_${s}.png || die
- newicon -s $s "${WORKDIR}"/boinc_${s}.png boinc.png
- done
- make_desktop_entry boincmgr "${PN}" "${PN}" "Math;Science" "Path=/var/lib/${PN}"
-
- # Rename the desktop file to boincmgr.desktop to (hot)fix bug 599910
- mv "${ED}"/usr/share/applications/boincmgr{-${PN},}.desktop || \
- die "Failed to rename desktop file"
- fi
-
- # cleanup cruft
- rm -rf "${ED}"/etc || die "rm failed"
- find "${D}" -name '*.la' -delete || die "Removing .la files failed"
-
- sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.init.in > ${PN}.init || die
- newinitd ${PN}.init ${PN}
- newconfd "${FILESDIR}"/${PN}.conf ${PN}
-}
-
-pkg_postinst() {
- if use X; then
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- xdg_icon_cache_update
- fi
-
- elog
- elog "You are using the source compiled version of boinc."
- use X && elog "The graphical manager can be found at /usr/bin/boincmgr"
- elog
- elog "You need to attach to a project to do anything useful with boinc."
- elog "You can do this by running /etc/init.d/boinc attach"
- elog "The howto for configuration is located at:"
- elog "http://boinc.berkeley.edu/wiki/Anonymous_platform"
- elog
- # Add warning about the new password for the client, bug 121896.
- if use X; then
- elog "If you need to use the graphical manager the password is in:"
- elog "/var/lib/boinc/gui_rpc_auth.cfg"
- elog "Where /var/lib/ is default RUNTIMEDIR, that can be changed in:"
- elog "/etc/conf.d/boinc"
- elog "You should change this password to something more memorable (can be even blank)."
- elog "Remember to launch init script before using manager. Or changing the password."
- elog
- fi
- elog "To be able to use CUDA or OpenCL you should add the boinc user to the video group."
- elog "Run as root:"
- elog "gpasswd -a boinc video"
- elog
- # Add information about BOINC supporting OpenCL
- elog "BOINC supports OpenCL. To use it you have to eselect"
- if use cuda; then
- elog "nvidia as the OpenCL implementation, as you are using CUDA."
- else
- elog "the correct OpenCL implementation for your graphic card."
- fi
- elog
-}
-
-pkg_postrm() {
- if use X; then
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- xdg_icon_cache_update
- fi
-}
diff --git a/sci-misc/boinc/files/boinc-7.16-fix_webview.patch b/sci-misc/boinc/files/boinc-7.16-fix_webview.patch
deleted file mode 100644
index 4f58b27..0000000
--- a/sci-misc/boinc/files/boinc-7.16-fix_webview.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac 2020-11-08 00:31:06.304751639 +0100
-+++ b/configure.ac 2020-11-08 00:32:03.848754956 +0100
-@@ -1238,7 +1238,7 @@
- CLIENTGUIFLAGS="${CLIENTGUIFLAGS} -DNDEBUG"
- fi
-
--CLIENTGUILIBS="${WX_LIBS}"
-+CLIENTGUILIBS="${WX_LIBS} $($WX_CONFIG_WITH_ARGS --libs webview)"
-
- if test "${enable_client_release}" = "yes" ; then
- if test "x${WX_LIBS_STATIC}" = "x" ; then
diff --git a/sci-misc/boinc/files/boinc-7.16-remove-usr_lib.patch b/sci-misc/boinc/files/boinc-7.16-remove-usr_lib.patch
deleted file mode 100644
index c9750a0..0000000
--- a/sci-misc/boinc/files/boinc-7.16-remove-usr_lib.patch
+++ /dev/null
@@ -1,89 +0,0 @@
---- a/m4/ax_check_glut.m4 2020-11-08 01:03:40.797864295 +0100
-+++ b/m4/ax_check_glut.m4 2020-11-08 01:04:53.407868481 +0100
-@@ -41,7 +41,7 @@
- else
- ax_try_lib="${ax_lib}"
- fi
-- LIBS="-L${prefix}/lib ${ax_try_lib} ${GLUT_LIBS} ${ax_save_LIBS}"
-+ LIBS="${ax_try_lib} ${GLUT_LIBS} ${ax_save_LIBS}"
- AC_LINK_IFELSE(
- [AC_LANG_PROGRAM([[
- #define FREEGLUT_STATIC 1
-@@ -50,7 +50,7 @@
- # endif
- # include <GL/glut.h>]],
- [[glutMainLoop()]])],
-- [ax_cv_check_glut_libglut="-L${prefix}/lib ${ax_try_lib}"; break])
-+ [ax_cv_check_glut_libglut="${ax_try_lib}"; break])
-
- done
- LIBS=${ax_save_LIBS}
---- a/m4/ax_check_glu.m4 2020-11-08 01:03:48.221864723 +0100
-+++ b/m4/ax_check_glu.m4 2020-11-08 01:04:53.405868480 +0100
-@@ -19,7 +19,7 @@
- else
- ax_try_lib="${ax_lib}"
- fi
-- LIBS="-L${prefix}/lib ${ax_try_lib} ${GL_LIBS} ${ax_save_LIBS}"
-+ LIBS="${ax_try_lib} ${GL_LIBS} ${ax_save_LIBS}"
- #
- # libGLU typically links with libstdc++ on POSIX platforms. However,
- # setting the language to C++ means that test program source is named
-@@ -37,7 +37,7 @@
- # endif
- # include <GL/glu.h>]],
- [[gluBeginCurve(0)]])],
-- [ax_cv_check_glu_libglu="-L${prefix}/lib ${ax_try_lib}"; break])
-+ [ax_cv_check_glu_libglu="${ax_try_lib}"; break])
- if test X$ax_compiler_ms = Xyes; then
- AC_LANG_POP([C])
- fi
---- a/m4/ax_check_gl.m4 2020-11-08 01:03:57.178865240 +0100
-+++ b/m4/ax_check_gl.m4 2020-11-08 01:04:53.401868480 +0100
-@@ -39,7 +39,7 @@
- GL_CFLAGS="-I${x_includes} -I${prefix}/include ${GL_CFLAGS}"
- fi
- if test -n "$x_libraries"; then
-- GL_LIBS="-L${x_libraries} -L${prefix}/lib -lX11 ${GL_LIBS}"
-+ GL_LIBS="-L${x_libraries} -lX11 ${GL_LIBS}"
- fi
- fi
-
-@@ -58,7 +58,7 @@
- else
- ax_try_lib="${ax_lib}"
- fi
-- LIBS="-L${prefix}/lib ${ax_try_lib} ${GL_LIBS} ${ax_save_LIBS}"
-+ LIBS="${ax_try_lib} ${GL_LIBS} ${ax_save_LIBS}"
- AC_LINK_IFELSE(
- [AC_LANG_PROGRAM([[
- # if HAVE_WINDOWS_H && defined(_WIN32)
-@@ -66,7 +66,7 @@
- # endif
- # include <GL/gl.h>]],
- [[glBegin(0)]])],
-- [ax_cv_check_gl_libgl="-L${prefix}/lib ${ax_try_lib}"; break])
-+ [ax_cv_check_gl_libgl="${ax_try_lib}"; break])
- done
- LIBS=${ax_save_LIBS}
- CPPFLAGS=${ax_save_CPPFLAGS}])
---- a/m4/check_ssl.m4 2020-11-11 08:29:37.638655925 +0100
-+++ b/m4/check_ssl.m4 2020-11-11 08:31:28.319659865 +0100
-@@ -46,7 +46,7 @@
- SSLDIR="${ssldir}"
- SSL_CFLAGS="-I$ssldir/include -I$ssldir/include/openssl";
- SSL_CXXFLAGS="-I$ssldir/include -I$ssldir/include/openssl";
-- SSL_LIBS="-L$ssldir -L$ssldir/lib -lssl -lcrypto"
-+ SSL_LIBS="-lssl -lcrypto"
- AC_CHECK_LIB([dl], [dlopen],
- [SSL_LIBS="${SSL_LIBS} ${sah_lib_last}"])
- AC_CHECK_LIB([z], [gzopen],
-@@ -58,7 +58,7 @@
- SSLDIR="${ssldir}"
- SSL_CFLAGS="-I$ssldir/include/"
- SSL_CXXFLAGS="-I$ssldir/include/"
-- SSL_LIBS="-L$ssldir -L$ssldir/lib -lssl -lcrypto"
-+ SSL_LIBS="-lssl -lcrypto"
- AC_CHECK_LIB([dl], [dlopen],
- [SSL_LIBS="${SSL_LIBS} ${sah_lib_last}"])
- AC_CHECK_LIB([z], [gzopen],
diff --git a/sci-misc/boinc/files/boinc.conf b/sci-misc/boinc/files/boinc.conf
deleted file mode 100644
index 22fcca0..0000000
--- a/sci-misc/boinc/files/boinc.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-# Config file for /etc/init.d/boinc
-
-# Owner of BOINC process (must be existing)
-USER="boinc"
-GROUP="boinc"
-
-# Directory with runtime data: Work units, project binaries, user info etc.
-RUNTIMEDIR="/var/lib/boinc"
-
-# Location of the boinc command line binary
-BOINCBIN="/usr/bin/boinc_client"
-
-# Location of the boinc_client pid file
-BOINC_PIDFILE="/var/run/boinc_client.pid"
-
-# Location of the boinccmd command
-BOINCCMD="/usr/bin/boinccmd"
-
-# Allow remote gui RPC yes or no
-ALLOW_REMOTE_RPC="no"
-
-# nice level
-NICELEVEL="19"
diff --git a/sci-misc/boinc/files/boinc.init.in b/sci-misc/boinc/files/boinc.init.in
deleted file mode 100644
index 7e87945..0000000
--- a/sci-misc/boinc/files/boinc.init.in
+++ /dev/null
@@ -1,221 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-extra_started_commands="attach resume suspend"
-
-depend() {
- # we can use dns and net, but we can also in most cases live without them
- use dns net ntp-client ntpd
-}
-
-create_work_directory() {
- local sslcrt="/etc/ssl/certs/ca-certificates.crt"
-
- if [ ! -d "${RUNTIMEDIR}" ]; then
- einfo "Directory ${RUNTIMEDIR} does not exist, creating now."
- if ! mkdir -p "${RUNTIMEDIR}"; then
- eerror "Directory ${RUNTIMEDIR} could not be created!"
- return 1
- fi
- fi
-
- # ensure proper ownership
- if ! chown "${USER}:${GROUP}" "${RUNTIMEDIR}"; then
- eerror "Changing ownership of '${RUNTIMEDIR}' to '${USER}:${GROUP}' failed!"
- return 1
- fi
-
- if [ ! -e "${RUNTIMEDIR}"/ca-bundle.crt ]; then
- if [ ! -f "${sslcrt}" ]; then
- eerror "'${sslcrt}' does not exist!"
- return 1
- fi
-
- if ! ln -s "${sslcrt}" "${RUNTIMEDIR}"/ca-bundle.crt; then
- eerror "Symlinking '${sslcrt}' failed!"
- return 1
- fi
- fi
-
- return 0
-}
-
-fix_lib_symlinks() {
- local src="$1"
- local tgt="$2"
-
- # If the source does not exist, we can not do anything
- if [ ! -f "${src}" ] ; then
- return 1
- fi
-
- # Check whether the symlink is already there and in order
- if [ -L "${tgt}" ] ; then
- if [ -f "${tgt}" ] ; then
- return 0
- fi
-
- # Remove broken symlink
- if ! rm -f "${tgt}"; then
- eerror "Removing '${tgt}' failed!"
- return 1
- fi
- fi
-
- # symlink the correct path
- if ! ln -snf "${src}" "${tgt}"; then
- eerror "Symlinking '${src}' to '${tgt}' failed!"
- return 1
- fi
-
- return 0
-}
-
-cuda_check() {
- local libsource="/opt/cuda/@libdir@/libcudart.so"
- local libtarget="${RUNTIMEDIR}/libcudart.so"
-
- fix_lib_symlinks "${libsource}" "${libtarget}" || return 1
- return 0
-}
-
-opencl_check() {
- local libsource="/usr/@libdir@/libOpenCL.so"
- local libtarget="${RUNTIMEDIR}/libOpenCL.so"
-
- fix_lib_symlinks "${libsource}" "${libtarget}" || return 1
- return 0
-}
-
-env_check() {
- # Make sure the configuration is sane
- : ${USER:="boinc"}
- : ${GROUP:="boinc"}
- : ${RUNTIMEDIR:="/var/lib/boinc"}
- : ${BOINCBIN:="$(which boinc_client)"}
- : ${BOINC_PIDFILE:="/var/run/boinc_client.pid"}
- : ${BOINCCMD:="$(which /usr/bin/boinccmd)"}
- : ${ALLOW_REMOTE_RPC:="yes"}
- : ${NICELEVEL:="19"}
- # ARGS is not checked, it could have been explicitly set
- # to be empty by the user.
-
- # If the client was not found (how?) something is seriously wrong
- if [ ! -x "${BOINCBIN}" ]; then
- eerror "No boinc_client found!"
- return 1
- fi
-
- # The boinccmd is crucial, or we can not attach, suspend or resume
- # the boinc client
- if [ ! -x "${BOINCCMD}" ]; then
- eerror "No boinccmd program found!"
- return 1
- fi
-
- return 0
-}
-
-start_pre() {
- env_check || return 1
- create_work_directory || return 1
- cuda_check || einfo "CUDA not supported"
- opencl_check || einfo "OpenCL not supported"
-
- if [ ! -f "${RUNTIMEDIR}/lockfile" ]; then
- einfo "File \"${RUNTIMEDIR}/lockfile\" does not exist, assuming first run."
- einfo "You need to setup an account on the BOINC project homepage beforehand!"
- einfo "Go to http://boinc.berkeley.edu/ and locate your project."
- einfo "Then either run ${RC_SERVICE} attach or connect with a gui client"
- einfo "and attach to a project with that."
- einfo ""
- ewarn "Note that for attaching to some project you need your network up and running."
- ewarn "network is needed only for jobs fetching afterwards"
- fi
-
- return 0
-}
-
-start() {
- if [ "${ALLOW_REMOTE_RPC}" = "yes" ]; then
- ARGS="${ARGS} --allow_remote_gui_rpc"
- fi
-
- ARGS="${ARGS} --dir "${RUNTIMEDIR}" --redirectio"
-
- ebegin "Starting ${RC_SVCNAME}"
- start-stop-daemon --start --nicelevel ${NICELEVEL} \
- --user "${USER}:${GROUP}" --quiet --make-pidfile \
- --pidfile "${BOINC_PIDFILE}" --background \
- --exec "${BOINCBIN}" -- ${ARGS}
- eend $?
-}
-
-attach() {
- local url=""
- local key=""
-
- env_check || return 1
-
- einfo "If you can't find your account key just try to obtain it by using:"
- einfo " boinccmd --passwd PASSWORD_FROM_GUI_RPC_AUTH --lookup_account URL EMAIL PASSWORD"
-
- printf " Enter the Project URL: "
- read url
- printf " Enter your Account Key: "
- read key
-
- if ! service_started; then
- "${RC_SERVICE}" start
- fi
-
- ebegin "${RC_SVCNAME}: Attaching to project"
- start-stop-daemon --user "${USER}:${GROUP}" --quiet \
- --chdir "${RUNTIMEDIR}" --exec "${BOINCCMD}" \
- -- --project_attach ${url} ${key}
- eend $?
-
- sleep 10
- tail "${RUNTIMEDIR}/stdoutdae.txt"
-}
-
-stop() {
- local stop_timeout="SIGTERM/60/SIGTERM/30/SIGKILL/30"
-
- env_check || return 1
-
- ebegin "Stopping ${RC_SVCNAME}"
- start-stop-daemon --stop --quiet --progress \
- --retry ${stop_timeout} \
- --pidfile "${BOINC_PIDFILE}"
- eend $?
-}
-
-resume() {
- env_check || return 1
-
- for url in $(cd "${RUNTIMEDIR}" ; \
- "${BOINCCMD}" --get_project_status | \
- sed -n 's/\s*master URL: //p'); do
- ebegin "Resuming ${url}"
- start-stop-daemon --user "${USER}:${GROUP}" --quiet \
- --chdir "${RUNTIMEDIR}" --exec "${BOINCCMD}" \
- -- --project ${url} resume
- eend $?
- done
-}
-
-suspend() {
- env_check || return 1
-
- for url in $(cd "${RUNTIMEDIR}" ; \
- "${BOINCCMD}" --get_project_status | \
- sed -n 's/\s*master URL: //p'); do
- ebegin "Suspending ${url}"
- start-stop-daemon --user "${USER}:${GROUP}" --quiet \
- --chdir "${RUNTIMEDIR}" --exec "${BOINCCMD}" \
- -- --project ${url} suspend
- eend $?
- done
-}
diff --git a/sci-misc/boinc/files/boinc.service b/sci-misc/boinc/files/boinc.service
deleted file mode 100644
index af8edf4..0000000
--- a/sci-misc/boinc/files/boinc.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=BOINC Daemon
-
-[Service]
-User=boinc
-Group=boinc
-Nice=19
-ExecStart=/usr/bin/boinc_client --dir /var/lib/boinc --redirectio
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sci-misc/boinc/metadata.xml b/sci-misc/boinc/metadata.xml
deleted file mode 100644
index 3d99518..0000000
--- a/sci-misc/boinc/metadata.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <maintainer type="person">
- <email>sven.eden@prydeworx.com</email>
- <name>Sven Eden</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription lang="en">
- BOINC (Berkeley Open Infrastructure for Network Computing) is a software
- platform for distributed computing using volunteered computer resources.
- </longdescription>
- <use>
- <flag name="cuda">
- Use nvidia cuda toolkit for speeding up computations.
- NOTE: works only for subset of nvidia graphic cards so make sure your card
- is supported before opening a bug about it.
- </flag>
- </use>
- <upstream>
- <remote-id type="github">BOINC/boinc</remote-id>
- </upstream>
-</pkgmetadata>