diff options
author | Greg Kroah-Hartman <gregkh@gentoo.org> | 2012-04-20 18:35:20 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@gentoo.org> | 2012-04-20 18:35:20 +0000 |
commit | 9933503a55ef22f249943196ec65590e89772001 (patch) | |
tree | 3b638fda07626866bd70146a6db14d1cf2acb088 /media-gfx/colorhug-client | |
parent | Add upstream bug url. (diff) | |
download | gentoo-2-9933503a55ef22f249943196ec65590e89772001.tar.gz gentoo-2-9933503a55ef22f249943196ec65590e89772001.tar.bz2 gentoo-2-9933503a55ef22f249943196ec65590e89772001.zip |
version bump to 0.1.8
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/colorhug-client')
-rw-r--r-- | media-gfx/colorhug-client/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/colorhug-client/colorhug-client-0.1.8.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/media-gfx/colorhug-client/ChangeLog b/media-gfx/colorhug-client/ChangeLog index 4661b83ad7ae..295d8c810d7b 100644 --- a/media-gfx/colorhug-client/ChangeLog +++ b/media-gfx/colorhug-client/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2012/03/21 15:26:29 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/colorhug-client/ChangeLog,v 1.6 2012/04/20 18:35:20 gregkh Exp $ + +*colorhug-client-0.1.8 (20 Apr 2012) + + 20 Apr 2012; Greg Kroah-Hartman <gregkh@gentoo.org> + +colorhug-client-0.1.8.ebuild: + version bump to 0.1.8 *colorhug-client-0.1.7-r1 (21 Mar 2012) diff --git a/media-gfx/colorhug-client/colorhug-client-0.1.8.ebuild b/media-gfx/colorhug-client/colorhug-client-0.1.8.ebuild new file mode 100644 index 000000000000..54d11ba617f2 --- /dev/null +++ b/media-gfx/colorhug-client/colorhug-client-0.1.8.ebuild @@ -0,0 +1,32 @@ +# 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.8.ebuild,v 1.1 2012/04/20 18:35:20 gregkh Exp $ + +EAPI=4 + +inherit gnome2-utils + +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}" + +pkg_postinst() { + gnome2_schemas_update +} +pkg_postrm() { + gnome2_schemas_update +} |