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 A184A158020 for ; Mon, 7 Nov 2022 19:30:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6F1DE089A; Mon, 7 Nov 2022 19:30:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C0E6DE089A for ; Mon, 7 Nov 2022 19:30:26 +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 0CFAD34109E for ; Mon, 7 Nov 2022 19:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E4F072B for ; Mon, 7 Nov 2022 19:30:23 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1667849279.9c4f701931b55564367c8086b6a7ab6d041dd76f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/celluloid/Manifest media-video/celluloid/celluloid-0.20.ebuild X-VCS-Directories: media-video/celluloid/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 9c4f701931b55564367c8086b6a7ab6d041dd76f X-VCS-Branch: master Date: Mon, 7 Nov 2022 19:30:23 +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: 65e86a67-3855-403e-9948-14704ec398c5 X-Archives-Hash: 062bf80e0a6950ead6f442745f46cf1a commit: 9c4f701931b55564367c8086b6a7ab6d041dd76f Author: Ionen Wolkens gentoo org> AuthorDate: Sun Nov 6 16:42:21 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Nov 7 19:27:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4f7019 media-video/celluloid: drop 0.20 Signed-off-by: Ionen Wolkens gentoo.org> media-video/celluloid/Manifest | 1 - media-video/celluloid/celluloid-0.20.ebuild | 33 ----------------------------- 2 files changed, 34 deletions(-) diff --git a/media-video/celluloid/Manifest b/media-video/celluloid/Manifest index 2c7921a19031..00cfc27fd725 100644 --- a/media-video/celluloid/Manifest +++ b/media-video/celluloid/Manifest @@ -1,2 +1 @@ -DIST celluloid-0.20.tar.xz 388972 BLAKE2B 9f60bef311a33ed86a78b11742e9ea547dafe0431aba41d9f11a786c17ed6f67480f65507cca27223e7f0d1dfadc2c98f16eb3160a5e25f2165b696f15107e17 SHA512 53bb7ea155cf0b2b96da67851ec598782601ecb68504d4355aa03544fc89c0f64aefb507217d08f8ce49d2b7877215365c9ccce69f5f355ed1792a94ea1a6093 DIST celluloid-0.21.tar.xz 413072 BLAKE2B 726eb035f15c24333151833ded843be611b6d6340d77de13f38d29f92307da1e30c63c657e654327f10b617987f8800e59b72e28bcc65cdcad4ef9ab002214c4 SHA512 6e48d982be127c21cc6afeec8e94ae5c78c667f865690f8fad6db2f0b8290922682334c4d905827e99765dc2084c1b8a36927ff3de485a7a456f4a2fb7058ae6 diff --git a/media-video/celluloid/celluloid-0.20.ebuild b/media-video/celluloid/celluloid-0.20.ebuild deleted file mode 100644 index ac13348c00be..000000000000 --- a/media-video/celluloid/celluloid-0.20.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome2-utils meson xdg - -DESCRIPTION="A simple GTK+ frontend for mpv" -HOMEPAGE="https://celluloid-player.github.io/" -SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~ppc64" - -RDEPEND=">=dev-libs/glib-2.44 - >=x11-libs/gtk+-3.22.23:3 - >=media-video/mpv-0.32[libmpv] - media-libs/libepoxy" -DEPEND="${RDEPEND} - dev-util/glib-utils - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig" - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}