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 21CAF159C96 for ; Sat, 27 Jul 2024 17:40:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 490AD2BC0D3; Sat, 27 Jul 2024 17:40:25 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 202DB2BC0D3 for ; Sat, 27 Jul 2024 17:40:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5BEA33FEF1 for ; Sat, 27 Jul 2024 17:40:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15622EF2 for ; Sat, 27 Jul 2024 17:40:22 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1722102009.fe3c71259d83be1b9c10a84e54b73674d80cdae5.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/supersonic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/supersonic/Manifest media-sound/supersonic/metadata.xml media-sound/supersonic/supersonic-0.12.0.ebuild X-VCS-Directories: media-sound/supersonic/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: fe3c71259d83be1b9c10a84e54b73674d80cdae5 X-VCS-Branch: dev Date: Sat, 27 Jul 2024 17:40:22 +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: d15d7ed2-4878-4312-a508-e183c3e6b10d X-Archives-Hash: 4d2cd0de009470ebc9e80be873e76154 commit: fe3c71259d83be1b9c10a84e54b73674d80cdae5 Author: David Roman gmail com> AuthorDate: Sat Jul 27 17:40:09 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Jul 27 17:40:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe3c7125 media-sound/supersonic: new package, add 0.12.0 Signed-off-by: David Roman gmail.com> media-sound/supersonic/Manifest | 2 ++ media-sound/supersonic/metadata.xml | 11 +++++++++++ media-sound/supersonic/supersonic-0.12.0.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest new file mode 100644 index 000000000..f4af8e81e --- /dev/null +++ b/media-sound/supersonic/Manifest @@ -0,0 +1,2 @@ +DIST supersonic-0.12.0-vendor.tar.xz 8597980 BLAKE2B 63d4ab29ef686972a91f777e3e116862f2aeae6ad54600255124aa67d18b1f589e530f55b569ae9271976fc2ffac1758fba713be9f2ec0dd08e619ec953cb9a6 SHA512 c72a5040f59da8d5f4d070864f3aaa9281c97a65823fe05e55a50b5496d0292f33637f794f4f711efd6058194aff6128b0dd4a3f4b9128ca2d616703d1aa99d1 +DIST supersonic-0.12.0.tar.gz 63643996 BLAKE2B 91782c2fd7921eeefa0c6e4c0db008ad3db43cfeed00e53adb4eda92491ec98c0f52fab0cd8dc05c6396f6503d1902aea9c9dbd657d215e536dc395998e0a523 SHA512 4da62497c8878ea939139a0752426ba6a2443137f46bebab16241dc67e222661614985841442234a38bf17270e62d1b8326598893b68a6359be02078737cd3e4 diff --git a/media-sound/supersonic/metadata.xml b/media-sound/supersonic/metadata.xml new file mode 100644 index 000000000..448169afa --- /dev/null +++ b/media-sound/supersonic/metadata.xml @@ -0,0 +1,11 @@ + + + + + davidroman96@gmail.com + David Roman + + + dweymouth/supersonic + + diff --git a/media-sound/supersonic/supersonic-0.12.0.ebuild b/media-sound/supersonic/supersonic-0.12.0.ebuild new file mode 100644 index 000000000..bb012e141 --- /dev/null +++ b/media-sound/supersonic/supersonic-0.12.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +DESCRIPTION="A lightweight and full-featured cross-platform desktop client" +HOMEPAGE="https://github.com/dweymouth/supersonic" +SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +src_compile() { + ego build +} + +src_install() { + dobin supersonic +} 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 24963159C96 for ; Sat, 27 Jul 2024 17:46:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C21802BC0E0; Sat, 27 Jul 2024 17:46:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A68B42BC0E0 for ; Sat, 27 Jul 2024 17:46:04 +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 63594340836 for ; Sat, 27 Jul 2024 17:46:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8DC11E78 for ; Sat, 27 Jul 2024 17:46:00 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1722102009.fe3c71259d83be1b9c10a84e54b73674d80cdae5.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/supersonic/Manifest media-sound/supersonic/metadata.xml media-sound/supersonic/supersonic-0.12.0.ebuild X-VCS-Directories: media-sound/supersonic/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: fe3c71259d83be1b9c10a84e54b73674d80cdae5 X-VCS-Branch: master Date: Sat, 27 Jul 2024 17:46:00 +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: f93ad726-482a-4732-b82d-5cc011d70fb6 X-Archives-Hash: dd71a20871c310af9b01ce940604146f Message-ID: <20240727174600.1x7crEQZ6EJ36kQ7_vSU6Xh773d-tkw0hGA-HN3_mF0@z> commit: fe3c71259d83be1b9c10a84e54b73674d80cdae5 Author: David Roman gmail com> AuthorDate: Sat Jul 27 17:40:09 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Jul 27 17:40:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe3c7125 media-sound/supersonic: new package, add 0.12.0 Signed-off-by: David Roman gmail.com> media-sound/supersonic/Manifest | 2 ++ media-sound/supersonic/metadata.xml | 11 +++++++++++ media-sound/supersonic/supersonic-0.12.0.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest new file mode 100644 index 000000000..f4af8e81e --- /dev/null +++ b/media-sound/supersonic/Manifest @@ -0,0 +1,2 @@ +DIST supersonic-0.12.0-vendor.tar.xz 8597980 BLAKE2B 63d4ab29ef686972a91f777e3e116862f2aeae6ad54600255124aa67d18b1f589e530f55b569ae9271976fc2ffac1758fba713be9f2ec0dd08e619ec953cb9a6 SHA512 c72a5040f59da8d5f4d070864f3aaa9281c97a65823fe05e55a50b5496d0292f33637f794f4f711efd6058194aff6128b0dd4a3f4b9128ca2d616703d1aa99d1 +DIST supersonic-0.12.0.tar.gz 63643996 BLAKE2B 91782c2fd7921eeefa0c6e4c0db008ad3db43cfeed00e53adb4eda92491ec98c0f52fab0cd8dc05c6396f6503d1902aea9c9dbd657d215e536dc395998e0a523 SHA512 4da62497c8878ea939139a0752426ba6a2443137f46bebab16241dc67e222661614985841442234a38bf17270e62d1b8326598893b68a6359be02078737cd3e4 diff --git a/media-sound/supersonic/metadata.xml b/media-sound/supersonic/metadata.xml new file mode 100644 index 000000000..448169afa --- /dev/null +++ b/media-sound/supersonic/metadata.xml @@ -0,0 +1,11 @@ + + + + + davidroman96@gmail.com + David Roman + + + dweymouth/supersonic + + diff --git a/media-sound/supersonic/supersonic-0.12.0.ebuild b/media-sound/supersonic/supersonic-0.12.0.ebuild new file mode 100644 index 000000000..bb012e141 --- /dev/null +++ b/media-sound/supersonic/supersonic-0.12.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +DESCRIPTION="A lightweight and full-featured cross-platform desktop client" +HOMEPAGE="https://github.com/dweymouth/supersonic" +SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +src_compile() { + ego build +} + +src_install() { + dobin supersonic +}