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 742651581D3 for ; Mon, 27 May 2024 06:03:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80558E29F6; Mon, 27 May 2024 06:02:58 +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 F2A39E29F6 for ; Mon, 27 May 2024 06:02:56 +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 3977A343007 for ; Mon, 27 May 2024 06:02:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BFE31B28 for ; Mon, 27 May 2024 06:02:50 +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: <1716789627.49ec1bb41ef2ae174434427c25245c8d8bfaf68b.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: 49ec1bb41ef2ae174434427c25245c8d8bfaf68b X-VCS-Branch: dev Date: Mon, 27 May 2024 06:02:50 +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: 70fa38ed-569b-4003-9ac2-39accbe81531 X-Archives-Hash: 68ed12b41131e90e093d8a22f109dc62 commit: 49ec1bb41ef2ae174434427c25245c8d8bfaf68b Author: tea tastytea de> AuthorDate: Mon May 27 06:00:27 2024 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Mon May 27 06:00:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49ec1bb4 media-video/ciano: drop 0.2.4-r1 Signed-off-by: tea tastytea.de> media-video/ciano/ciano-0.2.4-r1.ebuild | 44 --------------------------------- 1 file changed, 44 deletions(-) diff --git a/media-video/ciano/ciano-0.2.4-r1.ebuild b/media-video/ciano/ciano-0.2.4-r1.ebuild deleted file mode 100644 index aaf01aa20..000000000 --- a/media-video/ciano/ciano-0.2.4-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2020-2022,2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) - -inherit gnome2-utils meson python-any-r1 vala xdg - -DESCRIPTION="A multimedia file converter focused on simplicity" -HOMEPAGE="https://robertsanseries.github.io/ciano/" -SRC_URI="https://github.com/robertsanseries/ciano/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="dev-libs/granite" -BDEPEND="${PYTHON_DEPS}" -RDEPEND=" - ${DEPEND} - media-video/ffmpeg - virtual/imagemagick-tools -" - -src_prepare() { - vala_setup - default -} - -src_install() { - meson_src_install - dosym com.github.robertsanseries.ciano usr/bin/ciano -} - -pkg_postinst() { - gnome2_schemas_update - xdg_pkg_postinst -} - -pkg_postrm() { - gnome2_schemas_update - xdg_pkg_postrm -}