Skip to content

Commit

Permalink
media-gfx/clockphoto: Initial import
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
zx2c4 committed Sep 8, 2016
1 parent d23fd18 commit 5b894f6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-gfx/clockphoto/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST clockphoto-1.0.tar.xz 2464 SHA256 02cb731a2ea8af129922efad9dfea909b0f34abe412d5656b6639dda9767bd10 SHA512 95cd2de4d852daa026393475171635c90a175f896d310cd5cdd2c383d3966687b9837437a2012d4599024d6703acd134540ccf1f2bd5b3c664e7113b0545ed90 WHIRLPOOL b8392680e39404502cca55b6eb7a6491133107514adadaff46853d43e447bfa98f9d49538357600852e6fcac3d202bb624bf8779db21dda0b13a6f475cb739be
27 changes: 27 additions & 0 deletions media-gfx/clockphoto/clockphoto-1.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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
}
8 changes: 8 additions & 0 deletions media-gfx/clockphoto/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Jason A. Donenfeld</name>
</maintainer>
</pkgmetadata>

0 comments on commit 5b894f6

Please sign in to comment.