Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/photivo/
Date: Tue, 27 Feb 2018 23:13:17
Message-Id: 1519773172.d971396d40b903449c1b7304cfc131a7ad179691.asturm@gentoo
1 commit: d971396d40b903449c1b7304cfc131a7ad179691
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 27 23:11:25 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 27 23:12:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d971396d
7
8 media-gfx/photivo: Drop old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-gfx/photivo/Manifest | 2 -
13 media-gfx/photivo/photivo-0_pre20121006.ebuild | 68 --------------------------
14 media-gfx/photivo/photivo-0_pre20121212.ebuild | 68 --------------------------
15 3 files changed, 138 deletions(-)
16
17 diff --git a/media-gfx/photivo/Manifest b/media-gfx/photivo/Manifest
18 index 5914c4433cb..bc561190273 100644
19 --- a/media-gfx/photivo/Manifest
20 +++ b/media-gfx/photivo/Manifest
21 @@ -1,3 +1 @@
22 -DIST photivo-0_pre20121006.tar.gz 2515621 BLAKE2B 116316aaee5d56373eb1b421795e014b98b174d74fac10dbf86fd75e8ff2d1bbdb80ae45ef77fea55b4703e3af6b3f0b3a1217ecf8673d5c49914948bd8ef99f SHA512 fa9763929acd1ea5afcc9ae6a68034f7cc571ea41569eae987ce0d99101b2d17cfa3a71fece4484478c207712e49112824dd496ccb6be80aebe20b5bbf8f2be5
23 -DIST photivo-0_pre20121212.tar.gz 2606004 BLAKE2B 4e23feeac5bc43d1ee153df246036cb6445a79fefc9f031e7bdaad1a2643ff7b11de39176b9e74aa4218f5e5141ce8a0132bce23586108e4d70b1f1cb67e2dbc SHA512 000ffe58f2b676c2796aff4e445a0968441dd850b397f3b3292dcd3bc2abfdb49a781799c3f85eefff09ce74dede6a1eb846ed4a760ee0ec033043a12f03f967
24 DIST photivo-0_pre20131115.tar.gz 3145008 BLAKE2B 61051c1f1c49eb3e7ae3c350b27cc4336256a2a299bc84d621f290e4fca6f82c7008dc9f32d0472b2a6ac58c088cfcfa861d06d6a80b5435eeb107fe8f8043e9 SHA512 b98d2dced306325b5ab116c4ba170404a6956d081128095b5315f3b061797290b5a305da73ede9f496659b2b1cc8090cd2f300cfbd311c69db59c8425bd2e047
25
26 diff --git a/media-gfx/photivo/photivo-0_pre20121006.ebuild b/media-gfx/photivo/photivo-0_pre20121006.ebuild
27 deleted file mode 100644
28 index 7a56b69562e..00000000000
29 --- a/media-gfx/photivo/photivo-0_pre20121006.ebuild
30 +++ /dev/null
31 @@ -1,68 +0,0 @@
32 -# Copyright 1999-2013 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=4
36 -
37 -inherit qt4-r2
38 -
39 -DESCRIPTION="Photo processor for RAW and Bitmap images"
40 -HOMEPAGE="http://www.photivo.org"
41 -SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="gimp"
47 -
48 -RDEPEND="dev-qt/qtcore:4
49 - dev-qt/qtgui:4
50 - virtual/jpeg
51 - media-libs/tiff
52 - media-libs/libpng
53 - media-gfx/exiv2
54 - media-libs/lcms:2
55 - media-libs/lensfun
56 - sci-libs/fftw:3.0
57 - media-libs/liblqr
58 - media-gfx/graphicsmagick[q16,-lcms]
59 - media-gfx/greycstoration[lapack]
60 - virtual/lapack
61 - media-libs/cimg
62 - gimp? ( media-gfx/gimp )"
63 -DEPEND="${RDEPEND}"
64 -
65 -S=${WORKDIR}/${PN}-${PV/0_pre/}
66 -
67 -src_prepare() {
68 - # remove ccache dependency
69 - local File
70 - for File in $(find "${S}" -type f); do
71 - if grep -sq ccache ${File}; then
72 - sed -e 's/ccache//' -i "${File}"
73 - fi
74 - done
75 -
76 - # useless check (no pkgconfig file is provided)
77 - sed -e "/PKGCONFIG += CImg/d" \
78 - -i photivoProject/photivoProject.pro || die
79 - qt4-r2_src_prepare
80 -}
81 -
82 -src_configure() {
83 - local config="WithSystemCImg"
84 - if ! use gimp ; then
85 - config+=" WithoutGimp"
86 - fi
87 -
88 - eqmake4 "CONFIG+=${config}"
89 -}
90 -
91 -src_install() {
92 - qt4-r2_src_install
93 -
94 - if use gimp; then
95 - exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
96 - doexe ptGimp
97 - doexe "mm extern photivo.py"
98 - fi
99 -}
100
101 diff --git a/media-gfx/photivo/photivo-0_pre20121212.ebuild b/media-gfx/photivo/photivo-0_pre20121212.ebuild
102 deleted file mode 100644
103 index a9c304d07f8..00000000000
104 --- a/media-gfx/photivo/photivo-0_pre20121212.ebuild
105 +++ /dev/null
106 @@ -1,68 +0,0 @@
107 -# Copyright 1999-2013 Gentoo Foundation
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=4
111 -
112 -inherit qt4-r2
113 -
114 -DESCRIPTION="Photo processor for RAW and Bitmap images"
115 -HOMEPAGE="http://www.photivo.org"
116 -SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
117 -
118 -LICENSE="GPL-3"
119 -SLOT="0"
120 -KEYWORDS="~amd64 ~x86"
121 -IUSE="gimp"
122 -
123 -RDEPEND="dev-qt/qtcore:4
124 - dev-qt/qtgui:4
125 - virtual/jpeg
126 - media-libs/tiff
127 - media-libs/libpng
128 - media-gfx/exiv2
129 - media-libs/lcms:2
130 - media-libs/lensfun
131 - sci-libs/fftw:3.0
132 - media-libs/liblqr
133 - media-gfx/graphicsmagick[q16,-lcms]
134 - media-gfx/greycstoration[lapack]
135 - virtual/lapack
136 - media-libs/cimg
137 - gimp? ( media-gfx/gimp )"
138 -DEPEND="${RDEPEND}"
139 -
140 -S=${WORKDIR}/${PN}-${PV/0_pre/}
141 -
142 -src_prepare() {
143 - # remove ccache dependency
144 - local File
145 - for File in $(find "${S}" -type f); do
146 - if grep -sq ccache ${File}; then
147 - sed -e 's/ccache//' -i "${File}"
148 - fi
149 - done
150 -
151 - # useless check (no pkgconfig file is provided)
152 - sed -e "/PKGCONFIG += CImg/d" \
153 - -i photivoProject/photivoProject.pro || die
154 - qt4-r2_src_prepare
155 -}
156 -
157 -src_configure() {
158 - local config="WithSystemCImg"
159 - if use gimp ; then
160 - config+=" WithGimp"
161 - fi
162 -
163 - eqmake4 "CONFIG+=${config}"
164 -}
165 -
166 -src_install() {
167 - qt4-r2_src_install
168 -
169 - if use gimp; then
170 - exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
171 - doexe ptGimp
172 - doexe "mm extern photivo.py"
173 - fi
174 -}