yngwin 14/12/15 14:07:27
Added: metadata.xml phototonic-1.5.ebuild Manifest
ChangeLog
Log:
Initial commit. Ebuild based on the one in lorelei overlay.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
0x0F9C590B7FF324F6!)
Revision Changes Path
1.1 media-gfx/phototonic/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>qt</herd>
<maintainer>
<email>[email protected]</email>
<name>Ben de Groot</name>
</maintainer>
</pkgmetadata>
1.1 media-gfx/phototonic/phototonic-1.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/phototonic-1.5.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/phototonic-1.5.ebuild?rev=1.1&content-type=text/plain
Index: phototonic-1.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.ebuild,v
1.1 2014/12/15 14:07:27 yngwin Exp $
EAPI=5
inherit qmake-utils
DESCRIPTION="Image viewer and organizer"
HOMEPAGE="http://oferkv.github.io/phototonic/"
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/oferkv/phototonic.git"
KEYWORDS=""
else
SRC_URI="https://github.com/oferkv/phototonic/archive/v${PV}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE="svg tiff"
RDEPEND="dev-qt/qtwidgets:5
dev-qt/qtgui:5
dev-qt/qtcore:5
media-gfx/exiv2:=
svg? ( dev-qt/qtsvg:5 )
tiff? ( dev-qt/qtimageformats:5 )"
DEPEND="${RDEPEND}"
src_configure() {
eqmake5
}
src_install() {
emake install INSTALL_ROOT="${D}"
}
1.1 media-gfx/phototonic/Manifest
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/Manifest?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST v1.5.tar.gz 180706 SHA256
0356aa0dbcf015f33fc3ba7bd4c874712bac95aa296d31fd08428883183f97a4 SHA512
ed0b75e03a51f708aaa86443b4592d8e8baa16d24616a753c83e47bdcbed79d3478f6c97f1d597c597ec005762cb0b1891a4ebda45dc8316232c7e2e12e3823f
WHIRLPOOL
b81f4e4797f6f565eccaa1b8891d4a71efcef243ca6b2aff5b697f1dc556931fb57f0c8081c372e618a53a66526bb011e47693f4814b0b31cf72e252e8d67de5
EBUILD phototonic-1.5.ebuild 747 SHA256
cf385b118c9a9f2adaa1a51e8ee3d16fdcacd096e57d606b892251647eadfa31 SHA512
f9db99ab43cb13613ec9dc94c6a4c0fd7d2e4a08ef34ccfb7df595c57d2182e1eaa74c13d53c0c931f663c46dbc437c52228c04fe4e01da1a7c2863a4d9f44bd
WHIRLPOOL
e4e86a9abb114a075aec19bf8eb46145c13ea1c607712205097aab5d15269152afc80b44efc08237a3409b1524439438b17d93c91b659a876b49afd4cfa1ed41
MISC metadata.xml 255 SHA256
97ea282613570f70216aab25c7b32a5fbfcba27d02d7972ff4f38c0e78829b83 SHA512
fb1267dbd13b99b80947b2a13bd5083709db36e43cba5f61dfbea1614034ba5871f1f52d8fc89652b1213b351f5587829f9e3b5737cd3d5e238a70cb600ef9ae
WHIRLPOOL
dcebb0a6ad86dd54ed3c9b1d71a223bfe44c41f598ab41c3e43bd56bb800b6e4fba56bfc99631d5ef1e9e5efe57f129cb89e9eb3dad1559406ce21f3788ba25f
1.1 media-gfx/phototonic/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/phototonic/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for media-gfx/phototonic
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v 1.1
2014/12/15 14:07:27 yngwin Exp $
*phototonic-1.5 (15 Dec 2014)
15 Dec 2014; Ben de Groot <[email protected]> +metadata.xml,
+phototonic-1.5.ebuild:
Initial commit. Ebuild based on the one in lorelei overlay.