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 3F49B138359 for ; Fri, 18 Sep 2020 09:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BE5BE085E; Fri, 18 Sep 2020 09:38:21 +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 E6A2BE085B for ; Fri, 18 Sep 2020 09:38:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C4A8E341030 for ; Fri, 18 Sep 2020 09:38:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D770388 for ; Fri, 18 Sep 2020 09:38:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600421886.ce2277af5e2b609eb6ee569e6c4060e632fb6d5e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/entangle/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/entangle/Manifest media-gfx/entangle/entangle-2.0.ebuild X-VCS-Directories: media-gfx/entangle/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ce2277af5e2b609eb6ee569e6c4060e632fb6d5e X-VCS-Branch: master Date: Fri, 18 Sep 2020 09:38:16 +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: b46c8f42-01d5-45a8-945e-3d5bade471d7 X-Archives-Hash: 261d7c80dc45f5100c938b31282621c6 commit: ce2277af5e2b609eb6ee569e6c4060e632fb6d5e Author: Michał Górny gentoo org> AuthorDate: Fri Sep 18 09:30:33 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 18 09:38:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2277af media-gfx/entangle: Remove old Signed-off-by: Michał Górny gentoo.org> media-gfx/entangle/Manifest | 1 - media-gfx/entangle/entangle-2.0.ebuild | 67 ---------------------------------- 2 files changed, 68 deletions(-) diff --git a/media-gfx/entangle/Manifest b/media-gfx/entangle/Manifest index 7f9dc2ff050..814e1c80be5 100644 --- a/media-gfx/entangle/Manifest +++ b/media-gfx/entangle/Manifest @@ -1,2 +1 @@ -DIST entangle-2.0.tar.xz 501912 BLAKE2B b7e1c393dc95d66bf4389c607c0eb6eb70161ceb2c845135c7c99313a1ec13388c6b00fd6ed7f38ad6f9f18d8c97eba0aadab7964d1be8ec03373e5598374796 SHA512 be8b75c5dd0bdd7cd380f35b5d46d7be9f7caa2be257ce954cf9516ebd5601071ac8b50838f9c40470b6e3e5f95083c3671af68ac43eb345a60d674636a0fe86 DIST entangle-3.0.tar.xz 518808 BLAKE2B fe2bf4b114bc04fdc56792f984ae7387b70d693fa82f8deaa2023de71a8bba72bc95d4bfc430cdfaf5244e9114b4f7e8bb2e17f3b86de6529037519fa3877899 SHA512 8c6d7e067f88a770c63b76fde2a6ae71894aae95477fcf66b4670697889fdf7939d3f95532626d6f4ca7ae75841d8f247f6bcf78a1ce195b540989f1bfe5ebdd diff --git a/media-gfx/entangle/entangle-2.0.ebuild b/media-gfx/entangle/entangle-2.0.ebuild deleted file mode 100644 index 9094ca377da..00000000000 --- a/media-gfx/entangle/entangle-2.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit gnome2-utils meson python-single-r1 xdg-utils - -DESCRIPTION="Tethered Camera Control & Capture" -HOMEPAGE="https://entangle-photo.org/" -SRC_URI="https://entangle-photo.org/download/sources/${P}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -DEPEND=" - ${PYTHON_DEPS} - >=dev-libs/glib-2.36:2 - >=dev-libs/gobject-introspection-1.54.0 - dev-libs/libgudev:= - >=dev-libs/libpeas-1.2.0[gtk,${PYTHON_SINGLE_USEDEP}] - >=media-libs/gexiv2-0.10[introspection] - >=media-libs/libgphoto2-2.5.0:= - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - media-libs/lcms:2 - >=media-libs/libraw-0.9.0 - >=x11-libs/gdk-pixbuf-2.12.0:2 - >=x11-libs/gtk+-3.22:3[introspection] - >=x11-libs/libXext-1.3.0 - x11-themes/adwaita-icon-theme" -RDEPEND="${DEPEND}" - -# perl for pod2man -BDEPEND=" - app-text/yelp-tools - dev-lang/perl - dev-util/glib-utils - dev-util/gtk-doc - dev-util/itstool - sys-devel/gettext - virtual/pkgconfig" - -src_compile() { - # prevent gst from loading system plugins which causes - # sandbox violations on device access - local -x GST_PLUGIN_SYSTEM_PATH_1_0= - # pre-generate enums to resolve race conditions - # https://bugs.gentoo.org/709740 - meson_src_compile \ - src/backend/entangle-{camera,colour-profile}-enums.h \ - src/frontend/entangle-image-display-enums.h - meson_src_compile -} - -pkg_postinst() { - xdg_icon_cache_update - gnome2_schemas_update -} - -pkg_postrm() { - xdg_icon_cache_update - gnome2_schemas_update -}