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 9F6C615808B for ; Sun, 6 Mar 2022 02:44:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0CA1E0802; Sun, 6 Mar 2022 02:44:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD443E07D3 for ; Sun, 6 Mar 2022 02:44:44 +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 9739034308B for ; Sun, 6 Mar 2022 02:44:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BB3D2EB for ; Sun, 6 Mar 2022 02:44:42 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1646534235.ecf0817437adeb663d10b9a24d75f2b1d881e540.Alessandro-Barbieri@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 media-video/ciano/ciano-0.2.4.ebuild X-VCS-Directories: media-video/ciano/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: ecf0817437adeb663d10b9a24d75f2b1d881e540 X-VCS-Branch: dev Date: Sun, 6 Mar 2022 02:44: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: d1821ca7-7d5a-42b0-9555-d2da2a4c9c42 X-Archives-Hash: be247ffb327a09bd6d76a9f5ce9af984 commit: ecf0817437adeb663d10b9a24d75f2b1d881e540 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 6 02:36:37 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Mar 6 02:37:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ecf08174 media-video/ciano: update EAPI 7 -> 8 Signed-off-by: Alessandro Barbieri gmail.com> media-video/ciano/{ciano-0.2.4.ebuild => ciano-0.2.4-r1.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/media-video/ciano/ciano-0.2.4.ebuild b/media-video/ciano/ciano-0.2.4-r1.ebuild similarity index 82% rename from media-video/ciano/ciano-0.2.4.ebuild rename to media-video/ciano/ciano-0.2.4-r1.ebuild index bdce508c7..48c4dd3d0 100644 --- a/media-video/ciano/ciano-0.2.4.ebuild +++ b/media-video/ciano/ciano-0.2.4-r1.ebuild @@ -1,13 +1,14 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8,9} ) -inherit gnome2-utils meson python-any-r1 vala xdg + +inherit gnome2-utils meson python-any-r1 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+"