diff options
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/colorhug-client/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/colorhug-client/colorhug-client-0.1.4.ebuild | 23 | ||||
-rw-r--r-- | media-gfx/colorhug-client/metadata.xml | 8 |
3 files changed, 41 insertions, 0 deletions
diff --git a/media-gfx/colorhug-client/ChangeLog b/media-gfx/colorhug-client/ChangeLog new file mode 100644 index 000000000000..83cf065f1bee --- /dev/null +++ b/media-gfx/colorhug-client/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-gfx/colorhug-client +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/colorhug-client/ChangeLog,v 1.1 2012/03/09 01:03:01 gregkh Exp $ + +*colorhug-client-0.1.4 (09 Mar 2012) + + 09 Mar 2012; Greg Kroah-Hartman <gregkh@gentoo.org> + +colorhug-client-0.1.4.ebuild, +metadata.xml: + added colorhug-client to the system + diff --git a/media-gfx/colorhug-client/colorhug-client-0.1.4.ebuild b/media-gfx/colorhug-client/colorhug-client-0.1.4.ebuild new file mode 100644 index 000000000000..9b5826800690 --- /dev/null +++ b/media-gfx/colorhug-client/colorhug-client-0.1.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/colorhug-client/colorhug-client-0.1.4.ebuild,v 1.1 2012/03/09 01:03:01 gregkh Exp $ + +EAPI=4 + +DESCRIPTION="Client tools for the ColorHug display colorimeter" +HOMEPAGE="http://www.hughsie.com/" +SRC_URI="http://people.freedesktop.org/~hughsient/releases/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-db/sqlite:3 + >=dev-libs/glib-2.28.0 + dev-libs/libgusb + media-libs/lcms:2 + net-libs/libsoup:2.4 + x11-libs/gtk+:3 + >=x11-misc/colord-0.1.15" +RDEPEND="${DEPEND}" diff --git a/media-gfx/colorhug-client/metadata.xml b/media-gfx/colorhug-client/metadata.xml new file mode 100644 index 000000000000..a99561f3a9d8 --- /dev/null +++ b/media-gfx/colorhug-client/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>gregkh@gentoo.org</email> + <name>Greg Kroah-Hartman</name> + </maintainer> +</pkgmetadata> |