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 5B7891382C5 for ; Sun, 29 Apr 2018 00:08:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75D08E085B; Sun, 29 Apr 2018 00:08:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 46090E085B for ; Sun, 29 Apr 2018 00:08:39 +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 8C29F335CB4 for ; Sun, 29 Apr 2018 00:08:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF5EE2B6 for ; Sun, 29 Apr 2018 00:08:33 +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: <1524960409.250f68f24114e0e567a27a558a923b9ece22844c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/clutter-gst/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/clutter-gst/Manifest media-libs/clutter-gst/clutter-gst-2.0.18.ebuild X-VCS-Directories: media-libs/clutter-gst/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 250f68f24114e0e567a27a558a923b9ece22844c X-VCS-Branch: master Date: Sun, 29 Apr 2018 00:08:33 +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: e8166123-9a1f-4bdc-884a-428f2e1a0fa0 X-Archives-Hash: 44f6afd905528270b742a7389187e321 commit: 250f68f24114e0e567a27a558a923b9ece22844c Author: Mart Raudsepp gentoo org> AuthorDate: Sun Apr 29 00:06:49 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Apr 29 00:06:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250f68f2 media-libs/clutter-gst: remove old SLOT="2.0" After old rhythmbox removal, there are no more consumers of it. Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-libs/clutter-gst/Manifest | 1 - media-libs/clutter-gst/clutter-gst-2.0.18.ebuild | 77 ------------------------ 2 files changed, 78 deletions(-) diff --git a/media-libs/clutter-gst/Manifest b/media-libs/clutter-gst/Manifest index 8bfcc812956..e39516c20ff 100644 --- a/media-libs/clutter-gst/Manifest +++ b/media-libs/clutter-gst/Manifest @@ -1,2 +1 @@ -DIST clutter-gst-2.0.18.tar.xz 358936 BLAKE2B 5a0b7edaa647651f790977d3f5edf6c996e43408dc1118a45d40b887df1a1827d8a5ecf9f0b42c291a38ada5519784069572c6d3e7126addea5d63f474fc3b0e SHA512 effc45929c201643d8a3e01ea199e426ab0927a9394dabf796b8edf1b7cf5e264f48a524966e31a86d4cf9fe99718464de0bad26ca7d64e05d64b7f0006676be DIST clutter-gst-3.0.26.tar.xz 402976 BLAKE2B 41a8da175c7b99e9072e76cd0fe8c89050a3b8a11c6c3e7887c1fc466e57d9e9a4f3c2efbc030dc3da51eebc54d56ec1702298bb04081f0a6a169f4f94fbb01c SHA512 c1dca7b6fb7756dd1642e176b2d26f28330388283623c46350a8c979f3dd4af916a9807dfe4937ebd9f747f781a7dad4f0f8eea74ba8423c32bd92610eebcbc7 diff --git a/media-libs/clutter-gst/clutter-gst-2.0.18.ebuild b/media-libs/clutter-gst/clutter-gst-2.0.18.ebuild deleted file mode 100644 index 8ae3828d5f0..00000000000 --- a/media-libs/clutter-gst/clutter-gst-2.0.18.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-any-r1 - -HOMEPAGE="https://blogs.gnome.org/clutter/" -DESCRIPTION="GStreamer integration library for Clutter" - -LICENSE="LGPL-2.1+" -SLOT="2.0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="examples +introspection" - -# FIXME: Support for gstreamer-basevideo-0.10 (HW decoder support) is automagic -COMMON_DEPEND=" - >=dev-libs/glib-2.20:2 - >=media-libs/clutter-1.6.0:1.0=[introspection?] - >=media-libs/cogl-1.10:1.0=[introspection?] - >=media-libs/gstreamer-1.2.0:1.0[introspection?] - >=media-libs/gst-plugins-bad-1.2.0:1.0 - >=media-libs/gst-plugins-base-1.2.0:1.0[introspection?] - introspection? ( >=dev-libs/gobject-introspection-0.6.8:= ) -" -# uses goom from gst-plugins-good -RDEPEND="${COMMON_DEPEND} - >=media-libs/gst-plugins-good-1.2.0:1.0 -" -DEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} - >=dev-util/gtk-doc-am-1.8 - virtual/pkgconfig -" - -src_prepare() { - # Make doc parallel installable - cd "${S}"/doc/reference - sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \ - -e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \ - -i Makefile.am Makefile.in || die - sed -e "s/\(