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/icc_examin/files/, media-gfx/icc_examin/
Date: Sat, 14 Oct 2017 18:53:18
Message-Id: 1508007175.163b0ecb2b10731935be6669631d4fd3b90a1c10.asturm@gentoo
1 commit: 163b0ecb2b10731935be6669631d4fd3b90a1c10
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 18:52:01 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 14 18:52:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163b0ecb
7
8 media-gfx/icc_examin: Drop old
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 media-gfx/icc_examin/Manifest | 1 -
13 .../files/icc_examin-0.55-fix-xrandr-test.patch | 25 ------------
14 media-gfx/icc_examin/icc_examin-0.55-r1.ebuild | 45 ----------------------
15 3 files changed, 71 deletions(-)
16
17 diff --git a/media-gfx/icc_examin/Manifest b/media-gfx/icc_examin/Manifest
18 index d02d1acc4d1..a408f79449f 100644
19 --- a/media-gfx/icc_examin/Manifest
20 +++ b/media-gfx/icc_examin/Manifest
21 @@ -1,2 +1 @@
22 DIST icc-examin-0.56_p20171007.tar.gz 724698 SHA256 1a7acd84a9891284d84f025baa37b97823fa6708e4b5b26be5f58d52381d12aa SHA512 79d4e42c0ae389128ee6514892d0019b0cec17466e8d8e47efbc0a5114c0d365732e26a9abb442a3bca3c2e83ede4dca407cad3bf250492a36832f8bdebeb2b6 WHIRLPOOL ef06562d25b172ee9aaef143422e0403a89dd0731a9d33a56fd6a60ac560e6f3e66b1bba14c9980feb6a288b4cff1dc2daf9458ca1034ab1c63140bf24b5ea80
23 -DIST icc_examin-0.55.tar.gz 692711 SHA256 6a6036e4724845368c2ade86c3d29e9cf0e09801f704d02f45ed2b2481924bab SHA512 503d932890c747b9111167df360e9deedd985a4cd434610a6c0de42d4d36ff22907c1441485731349661ddab85d39268fcfc69c035601c1066ec9b63566f491a WHIRLPOOL b6014338eb79e3ac2bdbbb7e4f817a49cca0d34e6dc3b10fe74f6bc4cc1c85d57d7b76d53574aebdcb7dff599a1f0ade1f809006ada01977361d59a64ca8d413
24
25 diff --git a/media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch b/media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch
26 deleted file mode 100644
27 index b9acf4c2d04..00000000000
28 --- a/media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -Upstream as https://sourceforge.net/p/oyranos/patches/6/
32 -
33 -Michael Weber
34 -
35 ---- icc_examin-0.55/configure_tests.sh
36 -+++ icc_examin-0.55/configure_tests.sh
37 -@@ -689,7 +689,8 @@
38 - if [ -z "$found" ]; then
39 - pkg-config --atleast-version=1.2 $pc_package
40 - if [ $? = 0 ]; then
41 -- found=`pkg-config --cflags $pc_package`
42 -+ found="yes"
43 -+ cflags=`pkg-config --cflags $pc_package`
44 - version=`pkg-config --modversion $pc_package`
45 - fi
46 - fi
47 -@@ -703,7 +704,7 @@
48 - if [ -n "$MAKEFILE_DIR" ]; then
49 - for i in $MAKEFILE_DIR; do
50 - test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR = 1" >> "$i/makefile"
51 -- test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR_INC = $found" >> "$i/makefile"
52 -+ test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR_INC = $cflags" >> "$i/makefile"
53 - done
54 - fi
55 - elif [ $OSUNAME = "Linux" ]; then
56
57 diff --git a/media-gfx/icc_examin/icc_examin-0.55-r1.ebuild b/media-gfx/icc_examin/icc_examin-0.55-r1.ebuild
58 deleted file mode 100644
59 index bceddcfdbc6..00000000000
60 --- a/media-gfx/icc_examin/icc_examin-0.55-r1.ebuild
61 +++ /dev/null
62 @@ -1,45 +0,0 @@
63 -# Copyright 1999-2015 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=5
67 -
68 -inherit eutils toolchain-funcs
69 -
70 -DESCRIPTION="Viewer for ICC and CGATS profiles, argylls gamut vrml visualisations and GPU gamma tables"
71 -HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=ICC_Examin"
72 -SRC_URI="https://github.com/oyranos-cms/${PN/_/-}/archive/${PV}.tar.gz -> ${P}.tar.gz"
73 -
74 -LICENSE="GPL-2"
75 -SLOT="0"
76 -KEYWORDS="~amd64 ~x86"
77 -IUSE=""
78 -
79 -RDEPEND="app-admin/elektra
80 - media-libs/ftgl
81 - media-libs/libXcm
82 - =media-libs/oyranos-0.9.5*
83 - media-libs/tiff:0
84 - x11-libs/fltk
85 - x11-libs/libX11
86 - x11-libs/libXinerama
87 - x11-libs/libXpm
88 - x11-libs/libXrandr
89 - x11-libs/libXxf86vm"
90 -
91 -DEPEND="${RDEPEND}
92 - virtual/pkgconfig"
93 -
94 -S=${WORKDIR}/${P/_/-}
95 -
96 -src_prepare() {
97 - epatch "${FILESDIR}"/${PN}-0.55-fix-xrandr-test.patch
98 -
99 - sed -e '/xdg-icon-resource\|xdg-desktop-menu/d' \
100 - -i makefile.in
101 -}
102 -
103 -src_configure() {
104 - tc-export CC CXX
105 - econf --enable-verbose \
106 - --disable-static
107 -}