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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28B98138206 for ; Wed, 3 Jan 2018 00:05:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38905E08C0; Wed, 3 Jan 2018 00:05:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18806E08AD for ; Wed, 3 Jan 2018 00:05:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95BE8335C34 for ; Wed, 3 Jan 2018 00:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0B661A4 for ; Wed, 3 Jan 2018 00:05:46 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1514937736.9c18f65d3116ca49951759f41b3532c07f59e5fa.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libde265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-libde265/Manifest media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.10.5.ebuild X-VCS-Directories: media-plugins/gst-plugins-libde265/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9c18f65d3116ca49951759f41b3532c07f59e5fa X-VCS-Branch: master Date: Wed, 3 Jan 2018 00:05:46 +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-Archives-Salt: a010b8bf-42b3-4b23-b647-b6232e70a103 X-Archives-Hash: fbd2726c79fa38c7bca32ebbd87e649d commit: 9c18f65d3116ca49951759f41b3532c07f59e5fa Author: Mart Raudsepp gentoo org> AuthorDate: Tue Jan 2 23:09:22 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Jan 3 00:02:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c18f65d media-plugins/gst-plugins-libde265: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-plugins/gst-plugins-libde265/Manifest | 1 - .../gst-plugins-libde265-1.10.5.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/media-plugins/gst-plugins-libde265/Manifest b/media-plugins/gst-plugins-libde265/Manifest index 7309ba9d20f..931bf8b2151 100644 --- a/media-plugins/gst-plugins-libde265/Manifest +++ b/media-plugins/gst-plugins-libde265/Manifest @@ -1,2 +1 @@ -DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc SHA512 03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2 SHA512 6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661 diff --git a/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.10.5.ebuild b/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.10.5.ebuild deleted file mode 100644 index 5679123560c..00000000000 --- a/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.10.5.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GST_ORG_MODULE=gst-plugins-bad - -inherit gstreamer - -DESCRIPTION="H.265 decoder plugin for GStreamer" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - >=media-libs/libde265-0.9[${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND}"