diff options
author | 2025-01-31 15:46:49 +0100 | |
---|---|---|
committer | 2025-01-31 15:53:25 +0100 | |
commit | c5d247337f990a7a3804078fc5c0ad5d6c6f54ba (patch) | |
tree | cc5d6b1d80dfabc09123145c3d4f39f0408182c6 /media-gfx | |
parent | sci-geosciences/gpxsee: drop 13.27 (diff) | |
download | gentoo-c5d247337f990a7a3804078fc5c0ad5d6c6f54ba.tar.gz gentoo-c5d247337f990a7a3804078fc5c0ad5d6c6f54ba.tar.bz2 gentoo-c5d247337f990a7a3804078fc5c0ad5d6c6f54ba.zip |
media-gfx/clockphoto: drop 1.2
Bug: https://bugs.gentoo.org/948007
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/clockphoto/clockphoto-1.2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/media-gfx/clockphoto/clockphoto-1.2.ebuild b/media-gfx/clockphoto/clockphoto-1.2.ebuild deleted file mode 100644 index 65ac45e140a5..000000000000 --- a/media-gfx/clockphoto/clockphoto-1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND} - media-gfx/exiv2 -" - -src_configure() { - eqmake5 -} - -src_install() { - dobin clockphoto -} |