Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/, profiles/
Date: Sat, 29 Sep 2018 15:43:00
Message-Id: 1538235742.f6423b9be2f75be9dc88d76c7c22a2054725f55c.sping@gentoo
1 commit: f6423b9be2f75be9dc88d76c7c22a2054725f55c
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 15:29:05 2018 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 15:42:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6423b9b
7
8 media-gfx/gimp: Remove 2.10.6 in favor of 2.10.6-r1
9
10 Closes: https://bugs.gentoo.org/664938
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
14
15 media-gfx/gimp/gimp-2.10.6.ebuild | 199 --------------------------------------
16 profiles/package.mask | 6 --
17 2 files changed, 205 deletions(-)
18
19 diff --git a/media-gfx/gimp/gimp-2.10.6.ebuild b/media-gfx/gimp/gimp-2.10.6.ebuild
20 deleted file mode 100644
21 index bb10ce0eeed..00000000000
22 --- a/media-gfx/gimp/gimp-2.10.6.ebuild
23 +++ /dev/null
24 @@ -1,199 +0,0 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=6
29 -PYTHON_COMPAT=( python2_7 )
30 -GNOME2_EAUTORECONF=yes
31 -
32 -MY_PV="${PV/_rc/-RC}"
33 -MY_P="${PN}-${MY_PV}"
34 -
35 -inherit versionator virtualx autotools gnome2 multilib python-single-r1 ltprune
36 -
37 -DESCRIPTION="GNU Image Manipulation Program"
38 -HOMEPAGE="https://www.gimp.org/"
39 -SRC_URI="mirror://gimp/v$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
40 -LICENSE="GPL-3 LGPL-3"
41 -SLOT="2"
42 -KEYWORDS="~amd64 ~x86"
43 -
44 -LANGS="am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te th tr tt uk vi xh yi zh_CN zh_HK zh_TW"
45 -IUSE="alsa aalib altivec aqua debug doc openexr gnome postscript jpeg2k cpu_flags_x86_mmx mng python smp cpu_flags_x86_sse udev vector-icons webp wmf xpm"
46 -
47 -RDEPEND=">=dev-libs/glib-2.56.0:2
48 - >=dev-libs/atk-2.2.0
49 - >=x11-libs/gtk+-2.24.10:2
50 - >=x11-libs/gdk-pixbuf-2.31:2
51 - >=x11-libs/cairo-1.12.2
52 - >=x11-libs/pango-1.29.4
53 - xpm? ( x11-libs/libXpm )
54 - >=media-libs/freetype-2.1.7
55 - >=media-libs/harfbuzz-0.9.19
56 - >=media-libs/gexiv2-0.10.6
57 - >=media-libs/libmypaint-1.3.0[gegl]
58 - >=media-gfx/mypaint-brushes-1.3.0
59 - >=media-libs/fontconfig-2.12.4
60 - sys-libs/zlib
61 - dev-libs/libxml2
62 - dev-libs/libxslt
63 - x11-themes/hicolor-icon-theme
64 - >=media-libs/babl-0.1.56
65 - >=media-libs/gegl-0.4.8:0.4[cairo]
66 - aalib? ( media-libs/aalib )
67 - alsa? ( media-libs/alsa-lib )
68 - aqua? ( x11-libs/gtk-mac-integration )
69 - gnome? ( gnome-base/gvfs )
70 - virtual/jpeg:0
71 - jpeg2k? ( >=media-libs/openjpeg-2.1.0:2= )
72 - >=media-libs/lcms-2.8:2
73 - mng? ( media-libs/libmng )
74 - openexr? ( >=media-libs/openexr-1.6.1 )
75 - >=app-text/poppler-0.44[cairo]
76 - >=app-text/poppler-data-0.4.7
77 - >=media-libs/libpng-1.6.25:0=
78 - python? (
79 - ${PYTHON_DEPS}
80 - >=dev-python/pygtk-2.10.4:2[${PYTHON_USEDEP}]
81 - >=dev-python/pycairo-1.0.2[${PYTHON_USEDEP}]
82 - )
83 - >=media-libs/tiff-3.5.7:0
84 - >=gnome-base/librsvg-2.40.6:2
85 - webp? ( >=media-libs/libwebp-0.6.0 )
86 - wmf? ( >=media-libs/libwmf-0.2.8 )
87 - net-libs/glib-networking[ssl]
88 - x11-libs/libXcursor
89 - sys-libs/zlib
90 - app-arch/bzip2
91 - >=app-arch/xz-utils-5.0.0
92 - postscript? ( app-text/ghostscript-gpl )
93 - udev? ( virtual/libgudev:= )"
94 -DEPEND="${RDEPEND}
95 - >=dev-lang/perl-5.10.0
96 - dev-libs/appstream-glib
97 - dev-util/gtk-update-icon-cache
98 - sys-apps/findutils
99 - virtual/pkgconfig
100 - >=dev-util/intltool-0.40.1
101 - >=sys-devel/gettext-0.19
102 - doc? ( >=dev-util/gtk-doc-1 )
103 - >=sys-devel/libtool-2.2
104 - >=sys-devel/automake-1.11
105 - dev-util/gtk-doc-am"
106 -
107 -DOCS="AUTHORS ChangeLog* HACKING NEWS README*"
108 -
109 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
110 -
111 -S="${WORKDIR}/${MY_P}"
112 -
113 -pkg_setup() {
114 - if use python; then
115 - python-single-r1_pkg_setup
116 - fi
117 -}
118 -
119 -src_prepare() {
120 - sed -i -e 's/== "xquartz"/= "xquartz"/' configure.ac || die #494864
121 - sed 's:-DGIMP_DISABLE_DEPRECATED:-DGIMP_protect_DISABLE_DEPRECATED:g' -i configure.ac || die #615144
122 -
123 - gnome2_src_prepare # calls eautoreconf
124 -
125 - sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g' -i configure || die #615144
126 - fgrep -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test
127 -}
128 -
129 -src_configure() {
130 - local myconf=(
131 - GEGL="${EPREFIX}"/usr/bin/gegl-0.4
132 - GDBUS_CODEGEN="${EPREFIX}"/bin/false
133 -
134 - --enable-default-binary
135 - --disable-silent-rules
136 -
137 - $(use_with !aqua x)
138 - $(use_with aalib aa)
139 - $(use_with alsa)
140 - $(use_enable altivec)
141 - --with-appdata-test
142 - --with-bug-report-url=https://bugs.gentoo.org/
143 - --without-webkit
144 - $(use_with jpeg2k jpeg2000)
145 - $(use_with postscript gs)
146 - $(use_enable cpu_flags_x86_mmx mmx)
147 - $(use_with mng libmng)
148 - $(use_with openexr)
149 - $(use_with webp)
150 - --without-libheif
151 - $(use_enable python)
152 - $(use_enable smp mp)
153 - $(use_enable cpu_flags_x86_sse sse)
154 - $(use_with udev gudev)
155 - $(use_with wmf)
156 - --with-xmc
157 - $(use_with xpm libxpm)
158 - $(use_enable vector-icons)
159 - --without-xvfb-run
160 - )
161 -
162 - gnome2_src_configure "${myconf[@]}"
163 -}
164 -
165 -src_compile() {
166 - # Bugs #569738 and #591214
167 - local nv
168 - for nv in /dev/nvidia-uvm /dev/nvidiactl /dev/nvidia{0..9} ; do
169 - # We do not check for existence as they may show up later
170 - # https://bugs.gentoo.org/show_bug.cgi?id=569738#c21
171 - addwrite "${nv}"
172 - done
173 - addwrite /dev/dri/ # bug #574038
174 - addwrite /dev/ati/ # bug 589198
175 - addwrite /proc/mtrr # bug 589198
176 -
177 - export XDG_DATA_DIRS="${EPREFIX}"/usr/share # bug 587004
178 - gnome2_src_compile
179 -}
180 -
181 -_clean_up_locales() {
182 - [[ -z ${LINGUAS+set} ]] && return
183 - einfo "Cleaning up locales..."
184 - for lang in ${LANGS}; do
185 - has ${lang} ${LINGUAS} && {
186 - einfo "- keeping ${lang}"
187 - continue
188 - }
189 - rm -Rf "${ED%/}"/usr/share/locale/"${lang}"
190 - done
191 -}
192 -
193 -src_test() {
194 - virtx emake check
195 -}
196 -
197 -src_install() {
198 - gnome2_src_install
199 -
200 - if use python; then
201 - python_optimize
202 - fi
203 -
204 - # Workaround for bug #321111 to give GIMP the least
205 - # precedence on PDF documents by default
206 - mv "${ED%/}"/usr/share/applications/{,zzz-}gimp.desktop || die
207 -
208 - prune_libtool_files --all
209 -
210 - # Prevent dead symlink gimp-console.1 from downstream man page compression (bug #433527)
211 - local gimp_app_version=$(get_version_component_range 1-2)
212 - mv "${ED%/}"/usr/share/man/man1/gimp-console{-${gimp_app_version},}.1 || die
213 -
214 - _clean_up_locales
215 -}
216 -
217 -pkg_postinst() {
218 - gnome2_pkg_postinst
219 -}
220 -
221 -pkg_postrm() {
222 - gnome2_pkg_postrm
223 -}
224
225 diff --git a/profiles/package.mask b/profiles/package.mask
226 index c6ebab13019..b415c524734 100644
227 --- a/profiles/package.mask
228 +++ b/profiles/package.mask
229 @@ -150,12 +150,6 @@ media-plugins/vdr-autosort
230 ~dev-lang/julia-0.7.0
231 ~dev-lang/julia-1.0.0
232
233 -# Michał Górny <mgorny@g.o> (31 Aug 2018)
234 -# (on behalf of QA)
235 -# Major file→dir replacement that is both a PMS violation and leaves
236 -# a lot of unmanaged cruft on the filesystem. Bug #664938.
237 -=media-gfx/gimp-2.10.6
238 -
239 # Chí-Thanh Christopher Nguyễn <chithanh@g.o> (29 Aug 2018)
240 # Masked for removal in 30 days. Multiple build failures. Upstream inactive.
241 # (bugs #321017, #581284, #588692, #602786, #649006, #654140)