diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-13 11:47:05 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-13 11:47:05 +0000 |
commit | 6906c63fe124bc3c04f8d05ff8beb3a1b8d858f6 (patch) | |
tree | a404b868acc8cc77e514ad8a45b199907d2c1e0e /gnome-extra/evolution-webcal/evolution-webcal-2.12.0.ebuild | |
parent | Fix wrong /bin/sh usage thanks to Martin Väth <vaeth@mathematik.uni-wuerzbur... (diff) | |
download | gentoo-2-6906c63fe124bc3c04f8d05ff8beb3a1b8d858f6.tar.gz gentoo-2-6906c63fe124bc3c04f8d05ff8beb3a1b8d858f6.tar.bz2 gentoo-2-6906c63fe124bc3c04f8d05ff8beb3a1b8d858f6.zip |
bump to 2.12
(Portage version: 2.1.3.12)
Diffstat (limited to 'gnome-extra/evolution-webcal/evolution-webcal-2.12.0.ebuild')
-rw-r--r-- | gnome-extra/evolution-webcal/evolution-webcal-2.12.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnome-extra/evolution-webcal/evolution-webcal-2.12.0.ebuild b/gnome-extra/evolution-webcal/evolution-webcal-2.12.0.ebuild new file mode 100644 index 000000000000..d74ee8ee855e --- /dev/null +++ b/gnome-extra/evolution-webcal/evolution-webcal-2.12.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/evolution-webcal-2.12.0.ebuild,v 1.1 2007/10/13 11:47:05 eva Exp $ + +inherit gnome2 + +DESCRIPTION="A GNOME URL handler for web-published ical calendar files" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=gnome-base/gconf-2 + >=net-libs/libsoup-2.2 + >=dev-libs/glib-2.8 + >=x11-libs/gtk+-2.4 + >=gnome-base/libgnome-2.14 + >=gnome-base/libgnomeui-2 + >=gnome-extra/evolution-data-server-1.2" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.35" + +DOCS="AUTHORS ChangeLog TODO" +USE_DESTDIR="1" |