diff options
Diffstat (limited to 'gnome-extra/zenity/zenity-2.10.0.ebuild')
-rw-r--r-- | gnome-extra/zenity/zenity-2.10.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnome-extra/zenity/zenity-2.10.0.ebuild b/gnome-extra/zenity/zenity-2.10.0.ebuild new file mode 100644 index 000000000000..aaeddf5806ac --- /dev/null +++ b/gnome-extra/zenity/zenity-2.10.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.10.0.ebuild,v 1.1 2005/03/09 08:03:58 joem Exp $ + +inherit gnome2 + +DESCRIPTION="commandline dialog tool for gnome" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.3.1 + >=gnome-base/libglade-2 + >=gnome-base/libgnomecanvas-2 + >=dev-libs/glib-2.5.3 + dev-libs/popt" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.29 + app-text/scrollkeeper + dev-util/pkgconfig" + +DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" +USE_DESTDIR="1" |