Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/phototonic/
Date: Mon, 30 May 2016 17:41:06
Message-Id: 1464630048.186d1b24cb6a269dfda6cfd6aa85904fb17d7a49.pesa@gentoo
1 commit: 186d1b24cb6a269dfda6cfd6aa85904fb17d7a49
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 17:13:05 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 17:40:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186d1b24
7
8 media-gfx/phototonic: remove old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 media-gfx/phototonic/Manifest | 2 --
13 media-gfx/phototonic/phototonic-1.5.54.ebuild | 36 ---------------------------
14 media-gfx/phototonic/phototonic-1.6.6.ebuild | 36 ---------------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/media-gfx/phototonic/Manifest b/media-gfx/phototonic/Manifest
18 index 5a3ede0..38ebfa5 100644
19 --- a/media-gfx/phototonic/Manifest
20 +++ b/media-gfx/phototonic/Manifest
21 @@ -1,3 +1 @@
22 -DIST phototonic-1.5.54.tar.xz 160716 SHA256 a84ec02cd03635fd5f2b19deea46eec0c74e6f9fabb24943fcf37bbece1c214e SHA512 a4ce914503a8452bb6d2a2c97cef6c5b4b69e0d8c5a349bd5a68680731b3a9e70a9afa7ff63cb2836aa8d970f074b058627687fa7cdcfb898da13c696c2d6df7 WHIRLPOOL a17369097cdf5ec9efac2cefaee582aafbdbfee0a22ee8395c2824aa16913c10c929e8359fcd70d508400e85d4f30b25fcba7b176fc135a29b43d0e009080883
23 DIST phototonic-1.6.17.tar.xz 167264 SHA256 f9d03344cb635948810c90695b592792106860bb35922b885325b2a3751c6411 SHA512 66c537c723b114de8a92692933a3671346919dde1ce028a9c067909403d91c0a161d5887e0c07e9309d524179308364fc93403c608b3226d74e28bc744e08cde WHIRLPOOL 052449af44277a3ea40562306854a745f8f02e5b137fc8e7f2aef824c06f08c967b38863204ece2f821d0fa90615163ca4fe8d9faa3729481542b0a0edd661b3
24 -DIST phototonic-1.6.6.tar.xz 166448 SHA256 52b11420f2da6637f7b570029f6f6a8052277631e74bb80ad97be47a50c485a3 SHA512 ce1766b120ae27dacd34219943eec092385713e187415a65e59f1d0b94942266b02686377000be07a3a0ad2a0d4d4f19753d150ee6bf3c1ca85fa224eac6ebfd WHIRLPOOL 822c3248d0d1b4e5f3e3a7eec15e11aea598ebb43550601e5483cd6516c42cfd7ae04c79273766c117fc525b837b29a8546a8f272b4d5761e2957e9e6275cc80
25
26 diff --git a/media-gfx/phototonic/phototonic-1.5.54.ebuild b/media-gfx/phototonic/phototonic-1.5.54.ebuild
27 deleted file mode 100644
28 index 368fb89..0000000
29 --- a/media-gfx/phototonic/phototonic-1.5.54.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -inherit qmake-utils
38 -
39 -DESCRIPTION="Image viewer and organizer"
40 -HOMEPAGE="http://oferkv.github.io/phototonic/"
41 -if [[ ${PV} = *9999* ]]; then
42 - inherit git-r3
43 - EGIT_REPO_URI="https://github.com/oferkv/phototonic.git"
44 -else
45 - SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
46 - KEYWORDS="~amd64 ~x86"
47 -fi
48 -
49 -LICENSE="GPL-3"
50 -SLOT="0"
51 -IUSE="svg tiff"
52 -
53 -RDEPEND="dev-qt/qtwidgets:5
54 - dev-qt/qtgui:5
55 - dev-qt/qtcore:5
56 - media-gfx/exiv2:=
57 - svg? ( dev-qt/qtsvg:5 )
58 - tiff? ( dev-qt/qtimageformats:5 )"
59 -DEPEND="${RDEPEND}"
60 -
61 -src_configure() {
62 - eqmake5
63 -}
64 -
65 -src_install() {
66 - emake install INSTALL_ROOT="${D}"
67 -}
68
69 diff --git a/media-gfx/phototonic/phototonic-1.6.6.ebuild b/media-gfx/phototonic/phototonic-1.6.6.ebuild
70 deleted file mode 100644
71 index 368fb89..0000000
72 --- a/media-gfx/phototonic/phototonic-1.6.6.ebuild
73 +++ /dev/null
74 @@ -1,36 +0,0 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -# $Id$
78 -
79 -EAPI=5
80 -inherit qmake-utils
81 -
82 -DESCRIPTION="Image viewer and organizer"
83 -HOMEPAGE="http://oferkv.github.io/phototonic/"
84 -if [[ ${PV} = *9999* ]]; then
85 - inherit git-r3
86 - EGIT_REPO_URI="https://github.com/oferkv/phototonic.git"
87 -else
88 - SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
89 - KEYWORDS="~amd64 ~x86"
90 -fi
91 -
92 -LICENSE="GPL-3"
93 -SLOT="0"
94 -IUSE="svg tiff"
95 -
96 -RDEPEND="dev-qt/qtwidgets:5
97 - dev-qt/qtgui:5
98 - dev-qt/qtcore:5
99 - media-gfx/exiv2:=
100 - svg? ( dev-qt/qtsvg:5 )
101 - tiff? ( dev-qt/qtimageformats:5 )"
102 -DEPEND="${RDEPEND}"
103 -
104 -src_configure() {
105 - eqmake5
106 -}
107 -
108 -src_install() {
109 - emake install INSTALL_ROOT="${D}"
110 -}