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 A1E9C13835A for ; Sun, 7 Jun 2020 09:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD86EE08FC; Sun, 7 Jun 2020 09:30:31 +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 A8F89E08FC for ; Sun, 7 Jun 2020 09:30:31 +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 CB65534EFCC for ; Sun, 7 Jun 2020 09:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9009B28D for ; Sun, 7 Jun 2020 09:30:28 +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: <1591522214.b6ad3ebf50fcf2ea4a6f28aedddb47d11e1c4358.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/clockphoto/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/clockphoto/Manifest media-gfx/clockphoto/clockphoto-1.1.ebuild X-VCS-Directories: media-gfx/clockphoto/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b6ad3ebf50fcf2ea4a6f28aedddb47d11e1c4358 X-VCS-Branch: master Date: Sun, 7 Jun 2020 09:30:28 +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: 4089b386-d378-4f33-8026-a73c6aecfb2c X-Archives-Hash: dc091eb649ac7acf6882669a5d02b180 commit: b6ad3ebf50fcf2ea4a6f28aedddb47d11e1c4358 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 7 08:55:36 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 7 09:30:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ad3ebf media-gfx/clockphoto: Drop 1.1 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/clockphoto/Manifest | 1 - media-gfx/clockphoto/clockphoto-1.1.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/media-gfx/clockphoto/Manifest b/media-gfx/clockphoto/Manifest index 0e0101f9f48..3110d5f645d 100644 --- a/media-gfx/clockphoto/Manifest +++ b/media-gfx/clockphoto/Manifest @@ -1,2 +1 @@ -DIST clockphoto-1.1.tar.xz 717820 BLAKE2B 8e8847b69bd2e5cdc3381afbc9d097f0a16763f987aa9843360aae327d02080577b371a81d31e888622e2735af271ce3df6aa7a0f014d1f275b06cedb3e30036 SHA512 21a114191445fc3a0d888b4c0288d3fcd49394b3390cc04306136b8e6569d8d039851813cf5e44f38bcadd8a60cd649adaea2fbc881a3182e3aae249c1962d0b DIST clockphoto-1.2.tar.xz 717836 BLAKE2B b730ed9cca21ef7c23c6d6eeacbbdb59df6b5ac6c59b5f9821f4958ebc212df6c803cd062400c19e9e66e39c711a80cdf3355d53d6f6f10237cb67e40b818e28 SHA512 db5740b3c291df8cc79dec94196aa912afd316c601ddd6809b76d3a9f12a4df9b6530d4c9a031720cd5f309d7d05cbe62530ce1e2a9d8a7c2997d56a30b97739 diff --git a/media-gfx/clockphoto/clockphoto-1.1.ebuild b/media-gfx/clockphoto/clockphoto-1.1.ebuild deleted file mode 100644 index 370c1c81a09..00000000000 --- a/media-gfx/clockphoto/clockphoto-1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils - -DESCRIPTION="Adjusts photo timestamps based on clock photos." -HOMEPAGE="https://git.zx2c4.com/clockphoto/about/" -SRC_URI="https://git.zx2c4.com/clockphoto/snapshot/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-qt/qtwidgets:5 dev-qt/qtgui:5 dev-qt/qtcore:5" -RDEPEND="media-gfx/exiv2 ${DEPEND}" - -src_configure() { - eqmake5 -} - -src_install() { - dobin clockphoto -}