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: Tue, 02 Jan 2018 10:28:43
Message-Id: 1514888321.dcc46c5ef99981d8476075dbbf0b93e7ddd5c768.voyageur@gentoo
1 commit: dcc46c5ef99981d8476075dbbf0b93e7ddd5c768
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 09:34:04 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 10:18:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc46c5e
7
8 media-gfx/displaycal: drop old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-gfx/displaycal/Manifest | 2 -
13 media-gfx/displaycal/displaycal-3.3.3.0.ebuild | 54 --------------------------
14 media-gfx/displaycal/displaycal-3.3.4.1.ebuild | 54 --------------------------
15 3 files changed, 110 deletions(-)
16
17 diff --git a/media-gfx/displaycal/Manifest b/media-gfx/displaycal/Manifest
18 index 2703392f8c2..00134aadd02 100644
19 --- a/media-gfx/displaycal/Manifest
20 +++ b/media-gfx/displaycal/Manifest
21 @@ -1,3 +1 @@
22 -DIST DisplayCAL-3.3.3.0.tar.gz 9887918 BLAKE2B a26198a13cc1119ae0e5605409e9bb6fb2e922eaf249c002fcf523d7af68f9a21b993a4f171254bdf6286f9923bd435b252ba0938e3e5a14f690b57eb45eee13 SHA512 2f9ac1ac2ce24629695f70078625ac4dc6e1346a675cd55658efc3631a6a37546cf6dc7b2747ae77b3681e7f7c816527497f53564e6cb51ce71a132d93955534
23 -DIST DisplayCAL-3.3.4.1.tar.gz 9909570 BLAKE2B ee66c580c72f823cc0ea9f618e0eea84992d375dd17e3e942aeee19a1c8f81d47c2b431de2c36ed7e384cf089efb530853e7a884a1ec2fbdd6d3dab7007c868c SHA512 c596333e298aea9366c808c074e467a49e32fa00b0534ae8ce6ad89d0250cf1f2a013dac0d87444edb911bcdea053a462026e335cfc2aa507a932217f1dcd272
24 DIST DisplayCAL-3.3.5.0.tar.gz 9913672 BLAKE2B de95217baf18a3b07b51a9db24e37cd965ecf5ba96392410f7f5af788b696f69260eac5c0188cbd3a2f1b90dfafe781cd711c04a9bd45dd5a2fa59fd547087b2 SHA512 7a24cbc540771fd26b504536ee0c1b9c34f013c19b5b2a4e1ce38015014e9b34e67b48a1f08bf96581cef2968883691206ddb6cefa9ac70d76251a305a5b1c37
25
26 diff --git a/media-gfx/displaycal/displaycal-3.3.3.0.ebuild b/media-gfx/displaycal/displaycal-3.3.3.0.ebuild
27 deleted file mode 100644
28 index 4beb3e30e0d..00000000000
29 --- a/media-gfx/displaycal/displaycal-3.3.3.0.ebuild
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit distutils-r1 xdg
39 -
40 -MY_PN="DisplayCAL"
41 -MY_P="${MY_PN}-${PV}"
42 -
43 -DESCRIPTION="Display calibration and characterization powered by Argyll CMS"
44 -HOMEPAGE="https://displaycal.net/"
45 -SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -DEPEND="
53 - >=media-gfx/argyllcms-1.1.0
54 - dev-python/wxpython:3.0
55 - >=x11-libs/libX11-1.3.3
56 - >=x11-apps/xrandr-1.3.2
57 - >=x11-libs/libXxf86vm-1.1.0
58 - >=x11-proto/xineramaproto-1.2
59 - >=x11-libs/libXinerama-1.1
60 -"
61 -RDEPEND="${DEPEND}
62 - >=dev-python/numpy-1.2.1
63 -"
64 -
65 -# Just in case someone renames the ebuild
66 -S="${WORKDIR}/${MY_P}"
67 -
68 -src_prepare() {
69 - # Do not generate udev/hotplug files
70 - sed -e '/if os.path.isdir/s#/etc/udev/rules.d\|/etc/hotplug#\0-non-existant#' \
71 - -i DisplayCAL/setup.py || die
72 - # Prohibit setup from running xdg-* programs, resulting to sandbox violation
73 - sed -e '/if which/s#xdg-icon-resource#\0-non-existant#' \
74 - -e '/if which/s#xdg-desktop-menu#\0-non-existant#' \
75 - -i DisplayCAL/postinstall.py || die
76 -
77 - # Remove deprecated Encoding key from .desktop file
78 - sed -e '/Encoding=UTF-8/d' -i misc/*.desktop || die
79 -
80 - # Remove x-world Media Type
81 - sed -e 's/x\-world\/x\-vrml\;//g' \
82 - -i misc/displaycal-vrml-to-x3d-converter.desktop || die
83 -
84 - distutils-r1_src_prepare
85 -}
86
87 diff --git a/media-gfx/displaycal/displaycal-3.3.4.1.ebuild b/media-gfx/displaycal/displaycal-3.3.4.1.ebuild
88 deleted file mode 100644
89 index 4beb3e30e0d..00000000000
90 --- a/media-gfx/displaycal/displaycal-3.3.4.1.ebuild
91 +++ /dev/null
92 @@ -1,54 +0,0 @@
93 -# Copyright 1999-2017 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=6
97 -PYTHON_COMPAT=( python2_7 )
98 -
99 -inherit distutils-r1 xdg
100 -
101 -MY_PN="DisplayCAL"
102 -MY_P="${MY_PN}-${PV}"
103 -
104 -DESCRIPTION="Display calibration and characterization powered by Argyll CMS"
105 -HOMEPAGE="https://displaycal.net/"
106 -SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz"
107 -
108 -LICENSE="GPL-3"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~x86"
111 -IUSE=""
112 -
113 -DEPEND="
114 - >=media-gfx/argyllcms-1.1.0
115 - dev-python/wxpython:3.0
116 - >=x11-libs/libX11-1.3.3
117 - >=x11-apps/xrandr-1.3.2
118 - >=x11-libs/libXxf86vm-1.1.0
119 - >=x11-proto/xineramaproto-1.2
120 - >=x11-libs/libXinerama-1.1
121 -"
122 -RDEPEND="${DEPEND}
123 - >=dev-python/numpy-1.2.1
124 -"
125 -
126 -# Just in case someone renames the ebuild
127 -S="${WORKDIR}/${MY_P}"
128 -
129 -src_prepare() {
130 - # Do not generate udev/hotplug files
131 - sed -e '/if os.path.isdir/s#/etc/udev/rules.d\|/etc/hotplug#\0-non-existant#' \
132 - -i DisplayCAL/setup.py || die
133 - # Prohibit setup from running xdg-* programs, resulting to sandbox violation
134 - sed -e '/if which/s#xdg-icon-resource#\0-non-existant#' \
135 - -e '/if which/s#xdg-desktop-menu#\0-non-existant#' \
136 - -i DisplayCAL/postinstall.py || die
137 -
138 - # Remove deprecated Encoding key from .desktop file
139 - sed -e '/Encoding=UTF-8/d' -i misc/*.desktop || die
140 -
141 - # Remove x-world Media Type
142 - sed -e 's/x\-world\/x\-vrml\;//g' \
143 - -i misc/displaycal-vrml-to-x3d-converter.desktop || die
144 -
145 - distutils-r1_src_prepare
146 -}