summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-02-08 01:34:42 +0000
committerMichael Weber <xmw@gentoo.org>2012-02-08 01:34:42 +0000
commit578562504dd058e0dd11d65f1b91fcc0a8fd5121 (patch)
treedac45f962d9a91b758766b70cd53573c077c909b /media-gfx/icc_examin
parentStable for HPPA (bug #396889). (diff)
downloadhistorical-578562504dd058e0dd11d65f1b91fcc0a8fd5121.tar.gz
historical-578562504dd058e0dd11d65f1b91fcc0a8fd5121.tar.bz2
historical-578562504dd058e0dd11d65f1b91fcc0a8fd5121.zip
Initial import
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/icc_examin')
-rw-r--r--media-gfx/icc_examin/ChangeLog10
-rw-r--r--media-gfx/icc_examin/Manifest14
-rw-r--r--media-gfx/icc_examin/icc_examin-0.50.ebuild33
-rw-r--r--media-gfx/icc_examin/metadata.xml9
4 files changed, 66 insertions, 0 deletions
diff --git a/media-gfx/icc_examin/ChangeLog b/media-gfx/icc_examin/ChangeLog
new file mode 100644
index 000000000000..9e1bc74a0da8
--- /dev/null
+++ b/media-gfx/icc_examin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-gfx/icc_examin
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/ChangeLog,v 1.1 2012/02/08 01:34:42 xmw Exp $
+
+*icc_examin-0.50 (08 Feb 2012)
+
+ 08 Feb 2012; Michael Weber <xmw@gentoo.org> +icc_examin-0.50.ebuild,
+ +metadata.xml:
+ Initial import
+
diff --git a/media-gfx/icc_examin/Manifest b/media-gfx/icc_examin/Manifest
new file mode 100644
index 000000000000..0015c75ce203
--- /dev/null
+++ b/media-gfx/icc_examin/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST icc_examin-0.50.tar.bz2 574240 RMD160 340d180637bc2111daa5f4bc2a5ec253495cf3df SHA1 ac6ab3cada169b8da1289c43f2feb8a7b7fbbf57 SHA256 4c6ba98810d7db1e6a0981d664ba26c48b368205a972725459fd2dbc6f1db76d
+EBUILD icc_examin-0.50.ebuild 906 RMD160 29ec012eb5951a7beb213bfee4b4117b7ce6fa7b SHA1 5123c531370e0cdd0fa8852c7cb6173805a11ddf SHA256 04123e50f93de6a912821147e5efdcb035e6052ffec4e13dd757e3f3fd942a93
+MISC ChangeLog 348 RMD160 f879745bba08f734ead0ba866b4670f00c3635ee SHA1 8ef9ad43df511129c912776e25dd5a2bd5fd0b61 SHA256 d30378ff9bdb506aa240319660f7488cf6f9d6f11701762db30638d8f4aceee6
+MISC metadata.xml 224 RMD160 2a7e22a99ec669c5b961c3d1738a0cda58264318 SHA1 f6fd81fac4df7d7995b1600848b265fceda692f8 SHA256 f810c6de744adceee241992d3f713142db3e7025986f6cc5898cfe3c9cb2f4a7
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk8x0TsACgkQknrdDGLu8JDcBgEAg6DG5jOZkDgrYUAP0FXBEQ46
+8IpJcwhu8xw8UjRKlOkA/3RGvLTj+ix3pWRRjhHpIstVZLKh/owb/w6WS+EL5uHz
+=1k33
+-----END PGP SIGNATURE-----
diff --git a/media-gfx/icc_examin/icc_examin-0.50.ebuild b/media-gfx/icc_examin/icc_examin-0.50.ebuild
new file mode 100644
index 000000000000..998fcd3343a3
--- /dev/null
+++ b/media-gfx/icc_examin/icc_examin-0.50.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/icc_examin-0.50.ebuild,v 1.1 2012/02/08 01:34:42 xmw Exp $
+
+EAPI=4
+
+inherit toolchain-funcs
+
+DESCRIPTION="viewer for the internals of a ICC profile, measurement data (CGATS), argylls gamut vrml visualisations and video card gamma tables"
+HOMEPAGE="http://www.behrmann.name/index.php?option=com_content&task=view&id=99&Itemid=1&lang=de"
+SRC_URI="mirror://sourceforge/oyranos/ICC%20Examin/ICC%20Examin%200.50/icc_examin-0.50.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/ftgl
+ media-libs/oyranos
+ x11-libs/fltk"
+
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ sed -e '/xdg-icon-resource\|xdg-desktop-menu/d' \
+ -i makefile.in
+}
+
+src_configure() {
+ tc-export CC CXX
+ econf --enable-verbose \
+ --disable-static
+}
diff --git a/media-gfx/icc_examin/metadata.xml b/media-gfx/icc_examin/metadata.xml
new file mode 100644
index 000000000000..59acc2cc580e
--- /dev/null
+++ b/media-gfx/icc_examin/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
+