Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/displaycal/
Date: Sat, 09 Feb 2019 08:33:11
Message-Id: 1549701177.42bbe3dd6d01f7f2b137a554fb077653688d3dad.voyageur@gentoo
1 commit: 42bbe3dd6d01f7f2b137a554fb077653688d3dad
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 08:32:48 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 08:32:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bbe3dd
7
8 media-gfx/displaycal: drop old
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 media-gfx/displaycal/Manifest | 2 -
14 media-gfx/displaycal/displaycal-3.6.2.0.ebuild | 63 --------------------------
15 media-gfx/displaycal/displaycal-3.7.1.1.ebuild | 63 --------------------------
16 3 files changed, 128 deletions(-)
17
18 diff --git a/media-gfx/displaycal/Manifest b/media-gfx/displaycal/Manifest
19 index a6373c74fe8..8febbdc9122 100644
20 --- a/media-gfx/displaycal/Manifest
21 +++ b/media-gfx/displaycal/Manifest
22 @@ -1,5 +1,3 @@
23 -DIST DisplayCAL-3.6.2.0.tar.gz 10437261 BLAKE2B c476c7834e2c723c48fb9ad9d2ea7f4919c2636814078d8f1a83a6af0e91586e0762ea3787c90f8625cba672ac72ef5e1d2dd6906fd3fd7f3b67637a180b81e3 SHA512 e66a20edf46d460caf5d2f7ddbc93cfe7c37937cd4933d2a2b7d141676696c6f22aadc07d229fbaefe0ced62066fc99d3290352c3e8fc9db4b95a8d0541f0be7
24 -DIST DisplayCAL-3.7.1.1.tar.gz 10472440 BLAKE2B 2e53537a7570c37120a462102269b5c042299df3de0926b0221bef8b5c29d75e7983b359d9ad162e2d9df2819c624d5f0c00c65fa181cce3fa831f1791d7a1fd SHA512 d5d18b25dd4ce6a2b328db6adb55c43ffcb3e3a495be38004d9e6a6e5c8d576b9477dc895668f82210ce955e7854a578218cb8c9ca2c206f58c47a011ad99c09
25 DIST DisplayCAL-3.7.1.2.tar.gz 10472879 BLAKE2B a0722af9c8a6df8af57c0a66e792886b6aecb78bec79d0bed22567bd6ce540793ed6dd51437cbf1974b9070b9adb3708f841cf8cfae0e482056d90783be6ddbd SHA512 d708110e0528ffada5fd4a0ca7da9cf02a54964bc7d5af2b98738aa3e34079c0a4890f2cf6086750045915e06d6c943fc954e0f03653d25c080522a4b24795bd
26 DIST DisplayCAL-3.7.1.3.tar.gz 10474328 BLAKE2B 9c305809a9f46f3ad76eec728026b2abbd1dec3bee46db92bfe9fe4e7c31f24d61eafaca0bda12f510002d3c5d51bfba4c6d4b1bae5e1ce105a8b75d84672ef8 SHA512 9718f589ee1842f6247ea110c4c6defaf767313fb2fd9ce9fb1b35775141774ce9084c2cbf00d9c432162e8b32c8d789e5a52ca385976c4772bf644738257926
27 DIST DisplayCAL-3.7.1.4.tar.gz 10478572 BLAKE2B 9f646caea40a22804877f168c2a88a2b3069b8d0e4688c9676bd4d6d873a3528797dd3aadde26da40a4945e224504b2f8673f0c176ced687747ef23d8ca20044 SHA512 d60a240714cf32f1f8084caf74cbccc613263612b7192ad766216ec8253c5682079f32d9cf501e91bf7795ddcce4d9f2f0b023117719d0cc05f203d51dc3ef42
28
29 diff --git a/media-gfx/displaycal/displaycal-3.6.2.0.ebuild b/media-gfx/displaycal/displaycal-3.6.2.0.ebuild
30 deleted file mode 100644
31 index 72a722b6435..00000000000
32 --- a/media-gfx/displaycal/displaycal-3.6.2.0.ebuild
33 +++ /dev/null
34 @@ -1,63 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit distutils-r1 gnome2-utils xdg
42 -
43 -MY_PN="DisplayCAL"
44 -MY_P="${MY_PN}-${PV}"
45 -
46 -DESCRIPTION="Display calibration and characterization powered by Argyll CMS"
47 -HOMEPAGE="https://displaycal.net/"
48 -SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz"
49 -
50 -LICENSE="GPL-3"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE=""
54 -
55 -DEPEND="
56 - >=media-gfx/argyllcms-1.1.0
57 - dev-python/wxpython:3.0
58 - >=x11-libs/libX11-1.3.3
59 - >=x11-apps/xrandr-1.3.2
60 - >=x11-libs/libXxf86vm-1.1.0
61 - >=x11-libs/libXinerama-1.1
62 -"
63 -RDEPEND="${DEPEND}
64 - >=dev-python/numpy-1.2.1
65 -"
66 -
67 -# Just in case someone renames the ebuild
68 -S="${WORKDIR}/${MY_P}"
69 -
70 -src_prepare() {
71 - # Do not generate udev/hotplug files
72 - sed -e '/if os.path.isdir/s#/etc/udev/rules.d\|/etc/hotplug#\0-non-existant#' \
73 - -i DisplayCAL/setup.py || die
74 - # Prohibit setup from running xdg-* programs, resulting to sandbox violation
75 - sed -e '/if which/s#xdg-icon-resource#\0-non-existant#' \
76 - -e '/if which/s#xdg-desktop-menu#\0-non-existant#' \
77 - -i DisplayCAL/postinstall.py || die
78 -
79 - # Remove deprecated Encoding key from .desktop file
80 - sed -e '/Encoding=UTF-8/d' -i misc/*.desktop || die
81 -
82 - # Remove x-world Media Type
83 - sed -e 's/x\-world\/x\-vrml\;//g' \
84 - -i misc/displaycal-vrml-to-x3d-converter.desktop || die
85 -
86 - distutils-r1_src_prepare
87 -}
88 -
89 -pkg_postinst() {
90 - xdg_pkg_postinst
91 - gnome2_icon_cache_update
92 -}
93 -
94 -pkg_postrm() {
95 - xdg_pkg_postrm
96 - gnome2_icon_cache_update
97 -}
98
99 diff --git a/media-gfx/displaycal/displaycal-3.7.1.1.ebuild b/media-gfx/displaycal/displaycal-3.7.1.1.ebuild
100 deleted file mode 100644
101 index 02f4e0b4a7e..00000000000
102 --- a/media-gfx/displaycal/displaycal-3.7.1.1.ebuild
103 +++ /dev/null
104 @@ -1,63 +0,0 @@
105 -# Copyright 1999-2018 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=6
109 -PYTHON_COMPAT=( python2_7 )
110 -
111 -inherit distutils-r1 gnome2-utils xdg
112 -
113 -MY_PN="DisplayCAL"
114 -MY_P="${MY_PN}-${PV}"
115 -
116 -DESCRIPTION="Display calibration and characterization powered by Argyll CMS"
117 -HOMEPAGE="https://displaycal.net/"
118 -SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz"
119 -
120 -LICENSE="GPL-3"
121 -SLOT="0"
122 -KEYWORDS="~amd64 ~x86"
123 -IUSE=""
124 -
125 -DEPEND="
126 - >=media-gfx/argyllcms-1.1.0
127 - dev-python/wxpython:3.0
128 - >=x11-libs/libX11-1.3.3
129 - >=x11-apps/xrandr-1.3.2
130 - >=x11-libs/libXxf86vm-1.1.0
131 - >=x11-libs/libXinerama-1.1
132 -"
133 -RDEPEND="${DEPEND}
134 - >=dev-python/numpy-1.2.1
135 -"
136 -
137 -# Just in case someone renames the ebuild
138 -S="${WORKDIR}/${MY_P}"
139 -
140 -src_prepare() {
141 - # Do not generate udev/hotplug files
142 - sed -e '/if os.path.isdir/s#/etc/udev/rules.d\|/etc/hotplug#\0-non-existant#' \
143 - -i DisplayCAL/setup.py || die
144 - # Prohibit setup from running xdg-* programs, resulting to sandbox violation
145 - sed -e '/if which/s#xdg-icon-resource#\0-non-existant#' \
146 - -e '/if which/s#xdg-desktop-menu#\0-non-existant#' \
147 - -i DisplayCAL/postinstall.py || die
148 -
149 - # Remove deprecated Encoding key from .desktop file
150 - sed -e '/Encoding=UTF-8/d' -i misc/*.desktop || die
151 -
152 - # Remove x-world Media Type
153 - sed -e 's/x\-world\/x\-vrml\;//g' \
154 - -i misc/displaycal-vrml-to-x3d-converter.desktop || die
155 -
156 - distutils-r1_src_prepare
157 -}
158 -
159 -pkg_postinst() {
160 - xdg_pkg_postinst
161 - gnome2_icon_cache_update
162 -}
163 -
164 -pkg_postrm() {
165 - xdg_pkg_postrm
166 - gnome2_icon_cache_update
167 -}