summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-07 10:55:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-07 11:30:14 +0200
commitb6ad3ebf50fcf2ea4a6f28aedddb47d11e1c4358 (patch)
tree2d4fa7aebede8c936c0420b959c7768bf8016aca /media-gfx/clockphoto
parentnet-p2p/ktorrent: Add KEYWORDS (diff)
downloadgentoo-b6ad3ebf50fcf2ea4a6f28aedddb47d11e1c4358.tar.gz
gentoo-b6ad3ebf50fcf2ea4a6f28aedddb47d11e1c4358.tar.bz2
gentoo-b6ad3ebf50fcf2ea4a6f28aedddb47d11e1c4358.zip
media-gfx/clockphoto: Drop 1.1
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/clockphoto')
-rw-r--r--media-gfx/clockphoto/Manifest1
-rw-r--r--media-gfx/clockphoto/clockphoto-1.1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/media-gfx/clockphoto/Manifest b/media-gfx/clockphoto/Manifest
index 0e0101f9f48c..3110d5f645d3 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 370c1c81a09f..000000000000
--- 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
-}