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 5EC2615808B for ; Mon, 7 Mar 2022 20:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6732FE0874; Mon, 7 Mar 2022 20:54:45 +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 38B2FE0874 for ; Mon, 7 Mar 2022 20:54:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EC379343149 for ; Mon, 7 Mar 2022 20:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F95B1F1 for ; Mon, 7 Mar 2022 20:54:42 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1646686362.6e918f2b6f8cf0a8b3ffb61cd3a497529aac696d.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/ciano/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/ciano/ciano-0.2.4-r1.ebuild X-VCS-Directories: media-video/ciano/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 6e918f2b6f8cf0a8b3ffb61cd3a497529aac696d X-VCS-Branch: dev Date: Mon, 7 Mar 2022 20:54:42 +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: 47328f95-96c2-4fcf-9767-3c8184f2b770 X-Archives-Hash: 383f961b589f79eeefa103d143ffbd6d Message-ID: <20220307205442.EF9LNVvwjv692Zb6FKx3V4WG1ciVjbbE3ZbDJiVd-wg@z> commit: 6e918f2b6f8cf0a8b3ffb61cd3a497529aac696d Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Mon Mar 7 20:52:42 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Mon Mar 7 20:52:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e918f2b media-video/ciano: Fix HOMEPAGE Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> media-video/ciano/ciano-0.2.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ciano/ciano-0.2.4-r1.ebuild b/media-video/ciano/ciano-0.2.4-r1.ebuild index 44b6b2e0d..a8448d4f6 100644 --- a/media-video/ciano/ciano-0.2.4-r1.ebuild +++ b/media-video/ciano/ciano-0.2.4-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8,9} ) inherit gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="A multimedia file converter focused on simplicity" -HOMEPAGE="https://robertsanseries.github.io/ciano" +HOMEPAGE="https://robertsanseries.github.io/ciano/" SRC_URI="https://github.com/robertsanseries/ciano/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+"