public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] dev/xmw:master commit in: media-gfx/dispcalgui/
@ 2012-01-30 17:00 99% Michael Weber
  0 siblings, 0 replies; 1+ results
From: Michael Weber @ 2012-01-30 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5935034691a0000dcb4ebd36db45b0297a4034bd
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 16:59:21 2012 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 16:59:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=59350346

media-gfx/dispcalgui: Initial import from main tree

(Portage version: 2.1.10.44/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 media-gfx/dispcalgui/ChangeLog                 |    9 +++
 media-gfx/dispcalgui/Manifest                  |   14 +++++
 media-gfx/dispcalgui/dispcalgui-0.8.5.2.ebuild |   63 ++++++++++++++++++++++++
 media-gfx/dispcalgui/metadata.xml              |    9 +++
 4 files changed, 95 insertions(+), 0 deletions(-)

diff --git a/media-gfx/dispcalgui/ChangeLog b/media-gfx/dispcalgui/ChangeLog
new file mode 100644
index 0000000..b73d65d
--- /dev/null
+++ b/media-gfx/dispcalgui/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-gfx/dispcalgui
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*dispcalgui-0.8.5.2 (30 Jan 2012)
+
+  30 Jan 2012; Michael Weber <xmw@gentoo.org> +dispcalgui-0.8.5.2.ebuild:
+  Initial import from main tree
+

diff --git a/media-gfx/dispcalgui/Manifest b/media-gfx/dispcalgui/Manifest
new file mode 100644
index 0000000..e716c96
--- /dev/null
+++ b/media-gfx/dispcalgui/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST dispcalgui-0.8.5.2.tar.gz 3021315 RMD160 f07629588f5e21e0474968e0ddb21ae1a0b4c239 SHA1 37c7361dbff65a1e70c610355a440d4d88590b70 SHA256 248ef33294326efa2ec7959e88e08ae341c99563f410ab2bd3051e785948dc8a
+EBUILD dispcalgui-0.8.5.2.ebuild 1841 RMD160 0b41abe1bb5630a1f1626f175262d8b340102ce6 SHA1 208bd021928220388127d671e7f079e870526234 SHA256 7305a16b3bfb75da3afdfdeae9b21c3b479abf3de2549a1c6d0a2e917334e390
+MISC ChangeLog 263 RMD160 dc944f083267a3c02057557bb727d70953ef1677 SHA1 941efb6aa4f95160a2189c95d67b49643d527207 SHA256 ace53f3bd425bf8acf47248fcae22cfef0f0e6efd94c20da904da7ef586b9696
+MISC metadata.xml 224 RMD160 2a7e22a99ec669c5b961c3d1738a0cda58264318 SHA1 f6fd81fac4df7d7995b1600848b265fceda692f8 SHA256 f810c6de744adceee241992d3f713142db3e7025986f6cc5898cfe3c9cb2f4a7
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk8mzGkACgkQknrdDGLu8JCdNwD/UXWazuIgy0UQBYX9rUVin+vv
+z0jq1m6HaN/A7cOHlW0A/iYTZkpCmB3wl50rioieYmSfMZWPAZplzWSrYUsniZu6
+=rdDV
+-----END PGP SIGNATURE-----

diff --git a/media-gfx/dispcalgui/dispcalgui-0.8.5.2.ebuild b/media-gfx/dispcalgui/dispcalgui-0.8.5.2.ebuild
new file mode 100644
index 0000000..c44c828
--- /dev/null
+++ b/media-gfx/dispcalgui/dispcalgui-0.8.5.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.8.1.9.ebuild,v 1.1 2011/12/30 09:16:57 hwoarang Exp $
+
+EAPI="2"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
+
+inherit distutils fdo-mime
+
+MY_PN="dispcalGUI"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
+HOMEPAGE="http://dispcalgui.hoech.net/"
+SRC_URI="http://dispcalgui.hoech.net/download.php?version=${PV}&suffix=.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-gfx/argyllcms-1.1.0
+	>=dev-python/wxpython-2.8.10.1
+	>=x11-libs/libX11-1.3.3
+	>=x11-apps/xrandr-1.3.2
+	>=x11-libs/libXxf86vm-1.1.0
+	>=x11-proto/xineramaproto-1.2
+	>=x11-libs/libXinerama-1.1"
+RDEPEND="${DEPEND}
+	>=dev-python/numpy-1.2.1"
+
+# Just in case someone renames the ebuild
+S=${WORKDIR}/${MY_P}
+
+DOCS=(
+	README.html
+)
+
+src_prepare() {
+#	Prohibit setup from running xdg-* programs, resulting to sandbox violation
+	cd "${S}/dispcalGUI" || die "Cannot cd to source directory."
+	sed -e 's/if which(\"xdg-icon-resource\"):/if which(\"xdg-icon-resource-non-existant\"):/' \
+	-e 's/if which(\"xdg-desktop-menu\"):/if which(\"xdg-desktop-menu-non-existant\"):/' \
+	-i postinstall.py || die "sed'ing out the xdg-* setup functions failed"
+
+	distutils_src_prepare
+}
+
+pkg_postinst() {
+#	Run xdg-* programs the Gentoo way since we removed this functionality from the original package
+	fdo-mime_mime_database_update
+	fdo-mime_desktop_database_update
+	distutils_pkg_postinst
+}
+
+pkg_postrm() {
+#	Run xdg-* programs the Gentoo way since we removed this functionality from the original package
+	fdo-mime_mime_database_update
+	fdo-mime_desktop_database_update
+	distutils_pkg_postrm
+}

diff --git a/media-gfx/dispcalgui/metadata.xml b/media-gfx/dispcalgui/metadata.xml
new file mode 100644
index 0000000..59acc2c
--- /dev/null
+++ b/media-gfx/dispcalgui/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>
+



^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-01-30 17:00 99% [gentoo-commits] dev/xmw:master commit in: media-gfx/dispcalgui/ Michael Weber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox