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 C65D3138350 for ; Tue, 11 Feb 2020 14:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1E80E08AE; Tue, 11 Feb 2020 14:19:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 97BFDE08AE for ; Tue, 11 Feb 2020 14:19:36 +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 4019934EB83 for ; Tue, 11 Feb 2020 14:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5382132 for ; Tue, 11 Feb 2020 14:19:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1581430702.254aaa9995391c727457105644602e8a4003d7be.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-video/kamerka/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/kamerka/Manifest media-video/kamerka/kamerka-0.20.ebuild media-video/kamerka/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ media-video/kamerka/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 254aaa9995391c727457105644602e8a4003d7be X-VCS-Branch: master Date: Tue, 11 Feb 2020 14:19: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be149b39-7064-4c51-ac3e-cca88834a6f5 X-Archives-Hash: dd455871d662d9396cf0abb2ac006fea commit: 254aaa9995391c727457105644602e8a4003d7be Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 11 14:17:28 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 11 14:18:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254aaa99 media-video/kamerka: Remove last-rited package Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/kamerka/Manifest | 1 - media-video/kamerka/kamerka-0.20.ebuild | 39 --------------------------------- media-video/kamerka/metadata.xml | 11 ---------- profiles/package.mask | 5 ----- 4 files changed, 56 deletions(-) diff --git a/media-video/kamerka/Manifest b/media-video/kamerka/Manifest deleted file mode 100644 index 08d1a6616f3..00000000000 --- a/media-video/kamerka/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kamerka-0.20.tar.gz 139764 BLAKE2B edfeb002d7b0c83600f494a065b15a84dcd058aad35633cd6c762fb8ae58d4a69bbc54e0867833ca6f95cd0a133355fc330617a6a129d6aeae8afc50f3cc65bf SHA512 3dc65c66ddbc11807e0f0f3a7ff03751b908ba99e4581f8543c10ccf23a821e96298240b8286be01f021b480757cc5a4460b4b34485c133a1192240453d97555 diff --git a/media-video/kamerka/kamerka-0.20.ebuild b/media-video/kamerka/kamerka-0.20.ebuild deleted file mode 100644 index f138e973a95..00000000000 --- a/media-video/kamerka/kamerka-0.20.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Simple photo taking application with fancy animated interface" -HOMEPAGE="https://dos1.github.io/kamerka/ https://github.com/dos1/kamerka" -SRC_URI="https://github.com/dos1/kamerka/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtscript) - $(add_qt_dep qtwidgets) - media-libs/libv4l - media-libs/phonon[qt5(+)] - >=media-libs/qimageblitz-0.0.6_p20131029[qt5(+)] -" -RDEPEND="${DEPEND} - $(add_qt_dep qtgraphicaleffects) -" diff --git a/media-video/kamerka/metadata.xml b/media-video/kamerka/metadata.xml deleted file mode 100644 index 5102ce2c9ec..00000000000 --- a/media-video/kamerka/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - - dos1/kamerka - - diff --git a/profiles/package.mask b/profiles/package.mask index 6a2c9fa5ca9..5b791bfd3b2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -586,11 +586,6 @@ dev-python/transmissionrpc # masked for removal ~12 Feb 2020 media-plugins/vdr-mailbox -# Andreas Sturmlechner (2020-01-12) -# Unmaintained upstream and redundant. Use kde-apps/kamera instead. -# Only revdep of ancient media-libs/qimageblitz. Removal in 30 days. -media-video/kamerka - # Michał Górny (2020-01-12) # Python 2 only, depends on OpenStack which is Py3 now. No release # since 2005.