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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66CE515808D for ; Sat, 23 Apr 2022 10:24:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96AA8E0830; Sat, 23 Apr 2022 10:24:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F989E081B for ; Sat, 23 Apr 2022 10:24:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3125341AB5 for ; Sat, 23 Apr 2022 10:24:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9A553C7 for ; Sat, 23 Apr 2022 10:24:26 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1650709374.e172239312f312f1385cfb00635c85ab89fef1e8.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/boinc/boinc-7.18.1.ebuild sci-misc/boinc/boinc-9999.ebuild X-VCS-Directories: sci-misc/boinc/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e172239312f312f1385cfb00635c85ab89fef1e8 X-VCS-Branch: master Date: Sat, 23 Apr 2022 10:24:26 +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: 632e7d92-adc6-4b7a-b743-8cb67fd45988 X-Archives-Hash: ad274c0b6e960b9208d0c7a4e3fb9181 commit: e172239312f312f1385cfb00635c85ab89fef1e8 Author: Florian Schmaus gentoo org> AuthorDate: Sat Apr 23 10:21:28 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Apr 23 10:22:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1722393 sci-misc/boinc: remove unused eclass, update HOMEPAGE, fix jpeg dep Signed-off-by: Florian Schmaus gentoo.org> sci-misc/boinc/boinc-7.18.1.ebuild | 5 ++--- sci-misc/boinc/boinc-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sci-misc/boinc/boinc-7.18.1.ebuild b/sci-misc/boinc/boinc-7.18.1.ebuild index fd553c6cd6be..cc6e40ae8bc8 100644 --- a/sci-misc/boinc/boinc-7.18.1.ebuild +++ b/sci-misc/boinc/boinc-7.18.1.ebuild @@ -6,10 +6,10 @@ EAPI=8 MY_PV=$(ver_cut 1-2) WX_GTK_VER=3.0-gtk3 -inherit autotools desktop flag-o-matic linux-info systemd wxwidgets xdg-utils +inherit autotools desktop flag-o-matic linux-info wxwidgets xdg-utils DESCRIPTION="The Berkeley Open Infrastructure for Network Computing" -HOMEPAGE="https://boinc.ssl.berkeley.edu/" +HOMEPAGE="https://boinc.berkeley.edu/" SRC_URI="X? ( https://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> ${PN}.tif )" if [[ ${PV} == *9999 ]] ; then @@ -42,7 +42,6 @@ DEPEND=" X? ( dev-db/sqlite:3 media-libs/freeglut - virtual/jpeg:0= x11-libs/gtk+:3 x11-libs/libICE >=x11-libs/libnotify-0.7 diff --git a/sci-misc/boinc/boinc-9999.ebuild b/sci-misc/boinc/boinc-9999.ebuild index a49065351f63..03a0bfb404ad 100644 --- a/sci-misc/boinc/boinc-9999.ebuild +++ b/sci-misc/boinc/boinc-9999.ebuild @@ -8,10 +8,10 @@ EAPI=8 MY_PV=7.18 WX_GTK_VER=3.0-gtk3 -inherit autotools desktop flag-o-matic linux-info systemd wxwidgets xdg-utils +inherit autotools desktop flag-o-matic linux-info wxwidgets xdg-utils DESCRIPTION="The Berkeley Open Infrastructure for Network Computing" -HOMEPAGE="https://boinc.ssl.berkeley.edu/" +HOMEPAGE="https://boinc.berkeley.edu/" SRC_URI="X? ( https://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> ${PN}.tif )" if [[ ${PV} == *9999 ]] ; then @@ -44,7 +44,6 @@ DEPEND=" X? ( dev-db/sqlite:3 media-libs/freeglut - virtual/jpeg:0= x11-libs/gtk+:3 x11-libs/libICE >=x11-libs/libnotify-0.7