media-gfx/icc_examin: Drop old
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 14 Oct 2017 18:52:01 +0000 (20:52 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 14 Oct 2017 18:52:55 +0000 (20:52 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

media-gfx/icc_examin/Manifest
media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch [deleted file]
media-gfx/icc_examin/icc_examin-0.55-r1.ebuild [deleted file]

index d02d1acc4d1a2f0e55d26a60b4c62bd70cf9ef0d..a408f79449fdbfbed1646c4565521f7867f22d53 100644 (file)
@@ -1,2 +1 @@
 DIST icc-examin-0.56_p20171007.tar.gz 724698 SHA256 1a7acd84a9891284d84f025baa37b97823fa6708e4b5b26be5f58d52381d12aa SHA512 79d4e42c0ae389128ee6514892d0019b0cec17466e8d8e47efbc0a5114c0d365732e26a9abb442a3bca3c2e83ede4dca407cad3bf250492a36832f8bdebeb2b6 WHIRLPOOL ef06562d25b172ee9aaef143422e0403a89dd0731a9d33a56fd6a60ac560e6f3e66b1bba14c9980feb6a288b4cff1dc2daf9458ca1034ab1c63140bf24b5ea80
-DIST icc_examin-0.55.tar.gz 692711 SHA256 6a6036e4724845368c2ade86c3d29e9cf0e09801f704d02f45ed2b2481924bab SHA512 503d932890c747b9111167df360e9deedd985a4cd434610a6c0de42d4d36ff22907c1441485731349661ddab85d39268fcfc69c035601c1066ec9b63566f491a WHIRLPOOL b6014338eb79e3ac2bdbbb7e4f817a49cca0d34e6dc3b10fe74f6bc4cc1c85d57d7b76d53574aebdcb7dff599a1f0ade1f809006ada01977361d59a64ca8d413
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
deleted file mode 100644 (file)
index b9acf4c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-Upstream as https://sourceforge.net/p/oyranos/patches/6/
-
-Michael Weber
-
---- icc_examin-0.55/configure_tests.sh
-+++ icc_examin-0.55/configure_tests.sh
-@@ -689,7 +689,8 @@
-     if [ -z "$found" ]; then
-       pkg-config  --atleast-version=1.2 $pc_package
-       if [ $? = 0 ]; then
--        found=`pkg-config --cflags $pc_package`
-+      found="yes"
-+        cflags=`pkg-config --cflags $pc_package`
-         version=`pkg-config --modversion $pc_package`
-       fi
-     fi
-@@ -703,7 +704,7 @@
-       if [ -n "$MAKEFILE_DIR" ]; then
-         for i in $MAKEFILE_DIR; do
-           test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR = 1" >> "$i/makefile"
--          test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR_INC = $found" >> "$i/makefile"
-+          test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR_INC = $cflags" >> "$i/makefile"
-         done
-       fi
-     elif [ $OSUNAME = "Linux" ]; then
diff --git a/media-gfx/icc_examin/icc_examin-0.55-r1.ebuild b/media-gfx/icc_examin/icc_examin-0.55-r1.ebuild
deleted file mode 100644 (file)
index bceddcf..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Viewer for ICC and CGATS profiles, argylls gamut vrml visualisations and GPU gamma tables"
-HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=ICC_Examin"
-SRC_URI="https://github.com/oyranos-cms/${PN/_/-}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-admin/elektra
-       media-libs/ftgl
-       media-libs/libXcm
-       =media-libs/oyranos-0.9.5*
-       media-libs/tiff:0
-       x11-libs/fltk
-       x11-libs/libX11
-       x11-libs/libXinerama
-       x11-libs/libXpm
-       x11-libs/libXrandr
-       x11-libs/libXxf86vm"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-S=${WORKDIR}/${P/_/-}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-0.55-fix-xrandr-test.patch
-
-       sed -e '/xdg-icon-resource\|xdg-desktop-menu/d' \
-               -i makefile.in
-}
-
-src_configure() {
-       tc-export CC CXX
-       econf --enable-verbose \
-               --disable-static
-}