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 7ED7A139335 for ; Sun, 27 Jun 2021 06:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB603E086E; Sun, 27 Jun 2021 06:59:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8A00FE086E for ; Sun, 27 Jun 2021 06:59:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D759833C1EB for ; Sun, 27 Jun 2021 06:58:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E885798 for ; Sun, 27 Jun 2021 06:58:57 +0000 (UTC) From: "Marco Scardovi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Scardovi" Message-ID: <1624777125.9a79806e29f6aa833399b58162425df502e7f4c6.marco@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nuclear-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/nuclear-bin/Manifest media-sound/nuclear-bin/nuclear-bin-0.6.14.ebuild media-sound/nuclear-bin/nuclear-bin-0.6.15.ebuild X-VCS-Directories: media-sound/nuclear-bin/ X-VCS-Committer: marco X-VCS-Committer-Name: Marco Scardovi X-VCS-Revision: 9a79806e29f6aa833399b58162425df502e7f4c6 X-VCS-Branch: dev Date: Sun, 27 Jun 2021 06:58:57 +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: cc0fdebb-a67b-423e-9066-bb14d7216300 X-Archives-Hash: af057dd2c4fe96af09d1ef262380c33d commit: 9a79806e29f6aa833399b58162425df502e7f4c6 Author: Marco Scardovi scardovi com> AuthorDate: Sun Jun 27 06:57:04 2021 +0000 Commit: Marco Scardovi scardovi com> CommitDate: Sun Jun 27 06:58:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a79806e media-sound/nuclear-bin: bump to 0.6.15 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> media-sound/nuclear-bin/Manifest | 2 +- .../{nuclear-bin-0.6.14.ebuild => nuclear-bin-0.6.15.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/nuclear-bin/Manifest b/media-sound/nuclear-bin/Manifest index 121adba81..ac51cef6e 100644 --- a/media-sound/nuclear-bin/Manifest +++ b/media-sound/nuclear-bin/Manifest @@ -1 +1 @@ -DIST nuclear-bin-0.6.14.tar.gz 104953194 BLAKE2B 77ced9b6703831b7de93617fa04ac0bb2439790470d5e43b18ee5ce029d30396fd097f31ffa58201d03a5d7b9f4d763a758a0111f06eb184c13c7a7c3952a341 SHA512 7fc42d1e1a6eea49cabeb21c8925577c360f65e677ecd414313ce9d57964a44ab7c9391c46e1b781cb528cf121b82c5f1af68bc94b90351efdf56a69040e01db +DIST nuclear-bin-0.6.15.tar.gz 105079973 BLAKE2B df76d3e170ee15c461fd03f91deed9bdf56b28aaf878617ed83f1c3ac4189da67ef8ec56aea6b776c48e79e7dea8c0cc8cbb58843b80bb25560db6dd66539765 SHA512 c4c0a48103de88e73e87b8f2e5e05c3d619f328144b918b7993f4c26e3c3116d8234101c65c2d687f2865de5a3602db2c71eeb73cfb50a335be4008109ac91ee diff --git a/media-sound/nuclear-bin/nuclear-bin-0.6.14.ebuild b/media-sound/nuclear-bin/nuclear-bin-0.6.15.ebuild similarity index 94% rename from media-sound/nuclear-bin/nuclear-bin-0.6.14.ebuild rename to media-sound/nuclear-bin/nuclear-bin-0.6.15.ebuild index 6be2820ea..c396a9461 100644 --- a/media-sound/nuclear-bin/nuclear-bin-0.6.14.ebuild +++ b/media-sound/nuclear-bin/nuclear-bin-0.6.15.ebuild @@ -5,10 +5,10 @@ EAPI=7 inherit desktop xdg -MY_P="nuclear-${PV}" +MY_P="nuclear-v${PV}" DESCRIPTION="Nuclear is a streaming program that pulls content from free sources on internet" -HOMEPAGE="https://nuclear.js.org/" +HOMEPAGE="https://nuclear.js.org https://github.com/nukeop/nuclear" SRC_URI="https://github.com/nukeop/nuclear/releases/download/v${PV}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"