diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2009-12-07 13:55:54 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2009-12-07 13:55:54 +0000 |
commit | 9223fd0f228dd0e4a4aa3be48d5b84eec8508534 (patch) | |
tree | f07e0661b3539501f68af1201cecc0f50b46e5d4 /gnome-extra/gnome-color-manager/gnome-color-manager-2.29.1.ebuild | |
parent | Add missing gtk-doc dep (diff) | |
download | suka-9223fd0f228dd0e4a4aa3be48d5b84eec8508534.tar.gz suka-9223fd0f228dd0e4a4aa3be48d5b84eec8508534.tar.bz2 suka-9223fd0f228dd0e4a4aa3be48d5b84eec8508534.zip |
Add first release of GNOME Color Manager, mask live ebuild
svn path=/; revision=185
Diffstat (limited to 'gnome-extra/gnome-color-manager/gnome-color-manager-2.29.1.ebuild')
-rw-r--r-- | gnome-extra/gnome-color-manager/gnome-color-manager-2.29.1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-2.29.1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-2.29.1.ebuild new file mode 100644 index 0000000..3cdb4ab --- /dev/null +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-2.29.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit autotools gnome2 + +DESCRIPTION="Color management framework for the GNOME desktop" +HOMEPAGE="http://projects.gnome.org/gnome-color-manager/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.14 + >=x11-libs/gtk+-2.14 + >=gnome-base/gnome-desktop-2.14 + >=gnome-base/gconf-2.0 + >=dev-libs/libunique-1.0 + >=x11-libs/vte-0.22.2 + >=sys-fs/udev-145[extras] + >=dev-libs/dbus-glib-0.73 + >=x11-apps/xrandr-1.2 + x11-libs/libXxf86vm + x11-libs/libX11" + +DEPEND="${RDEPEND}" + +DOCS="AUTHORS MAINTAINERS NEWS README" + |