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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7416158042 for ; Wed, 30 Oct 2024 12:13:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EECCE0999; Wed, 30 Oct 2024 11:54:48 +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 41FEEE0999 for ; Wed, 30 Oct 2024 11:54:48 +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 54E68346CCB for ; Wed, 30 Oct 2024 11:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3CAAB03 for ; Wed, 30 Oct 2024 11:54:45 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1730289273.e96418a00ccf7d254f62f9563e26c545b9f3067e.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cmus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cmus/Manifest media-sound/cmus/cmus-2.12.0.ebuild media-sound/cmus/cmus-9999.ebuild X-VCS-Directories: media-sound/cmus/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: e96418a00ccf7d254f62f9563e26c545b9f3067e X-VCS-Branch: master Date: Wed, 30 Oct 2024 11:54:45 +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: 3635ce48-c901-4711-93e6-74a39548938f X-Archives-Hash: 203cacb861ea885c1d6aa36deaa96a63 commit: e96418a00ccf7d254f62f9563e26c545b9f3067e Author: Miroslav Šulc gentoo org> AuthorDate: Wed Oct 30 11:54:33 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Oct 30 11:54:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96418a0 media-sound/cmus: bump to 2.12.0 + updated homepage Signed-off-by: Miroslav Šulc gentoo.org> media-sound/cmus/Manifest | 1 + media-sound/cmus/{cmus-9999.ebuild => cmus-2.12.0.ebuild} | 2 +- media-sound/cmus/cmus-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/cmus/Manifest b/media-sound/cmus/Manifest index 843013cdd3c1..13cf42ec0023 100644 --- a/media-sound/cmus/Manifest +++ b/media-sound/cmus/Manifest @@ -1 +1,2 @@ DIST cmus-2.11.0.tar.gz 335367 BLAKE2B 69584b929afcf82e540e8a4382bc3b3ee4a24dc00fe27d0956941ceb0d446395f824068405c52732c4f684d7b32b5436b246cf7b97c73ba9ebbabbb479e2326f SHA512 370c8eea6e67b328befb24d98ef3945fabc65b33d0bb9ae09cedd1c453b18a307061c042b2119f37f3684a4a39b86b3535efaa2c955e58c8e680628ef0a03452 +DIST cmus-2.12.0.tar.gz 348685 BLAKE2B 44cc3acf676faa9deb4496351154b597a6ef079e4fb07b2a316988c2b84d414e61032ddc787f3d8d8b4f117fb2439c0f1012f4bfca5c735116c98fd043a7a045 SHA512 95dc35e76bb220476986470977d4affc3b7d81a4d057057d62d3f8015abb3c24ec371ece8d3d77fd0e59062c9f3b1bd73dd438ace1eadf3ce39aa86b209a7de5 diff --git a/media-sound/cmus/cmus-9999.ebuild b/media-sound/cmus/cmus-2.12.0.ebuild similarity index 98% copy from media-sound/cmus/cmus-9999.ebuild copy to media-sound/cmus/cmus-2.12.0.ebuild index 78b2cf8d7a3c..37e6d0242dc9 100644 --- a/media-sound/cmus/cmus-9999.ebuild +++ b/media-sound/cmus/cmus-2.12.0.ebuild @@ -14,7 +14,7 @@ else fi DESCRIPTION="Ncurses based music player with plugin support for many formats" -HOMEPAGE="https://cmus.github.io/" +HOMEPAGE="https://cmus.github.io/ https://github.com/cmus/cmus" S="${WORKDIR}/${P/_/-}" diff --git a/media-sound/cmus/cmus-9999.ebuild b/media-sound/cmus/cmus-9999.ebuild index 78b2cf8d7a3c..37e6d0242dc9 100644 --- a/media-sound/cmus/cmus-9999.ebuild +++ b/media-sound/cmus/cmus-9999.ebuild @@ -14,7 +14,7 @@ else fi DESCRIPTION="Ncurses based music player with plugin support for many formats" -HOMEPAGE="https://cmus.github.io/" +HOMEPAGE="https://cmus.github.io/ https://github.com/cmus/cmus" S="${WORKDIR}/${P/_/-}"