diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 23:17:29 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 23:17:29 +0000 |
commit | 0b8276e3ac59c3acea94b7060df00e83e8a40df8 (patch) | |
tree | 204de5ab3107e4aa0df520432f48d865a764f9b1 /gnome-extra/evolution-webcal | |
parent | New version for GNOME 2.28. (diff) | |
download | gentoo-2-0b8276e3ac59c3acea94b7060df00e83e8a40df8.tar.gz gentoo-2-0b8276e3ac59c3acea94b7060df00e83e8a40df8.tar.bz2 gentoo-2-0b8276e3ac59c3acea94b7060df00e83e8a40df8.zip |
New version for GNOME 2.28.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/evolution-webcal')
-rw-r--r-- | gnome-extra/evolution-webcal/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/evolution-webcal/evolution-webcal-2.28.0.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/gnome-extra/evolution-webcal/ChangeLog b/gnome-extra/evolution-webcal/ChangeLog index 7d7ea77c0c9e..be866fb46e58 100644 --- a/gnome-extra/evolution-webcal/ChangeLog +++ b/gnome-extra/evolution-webcal/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/evolution-webcal # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.104 2009/10/24 16:55:32 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.105 2009/10/29 23:17:29 eva Exp $ + +*evolution-webcal-2.28.0 (29 Oct 2009) + + 29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org> + +evolution-webcal-2.28.0.ebuild: + New version for GNOME 2.28. 24 Oct 2009; nixnut <nixnut@gentoo.org> evolution-webcal-2.26.0.ebuild: ppc stable #281427 diff --git a/gnome-extra/evolution-webcal/evolution-webcal-2.28.0.ebuild b/gnome-extra/evolution-webcal/evolution-webcal-2.28.0.ebuild new file mode 100644 index 000000000000..a22d115e4fc3 --- /dev/null +++ b/gnome-extra/evolution-webcal/evolution-webcal-2.28.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 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.28.0.ebuild,v 1.1 2009/10/29 23:17:29 eva Exp $ + +EAPI="1" +GCONF_DEBUG="no" + +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.4 + >=dev-libs/glib-2.8 + >=x11-libs/gtk+-2.4 + >=gnome-extra/evolution-data-server-1.2" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.40" + +DOCS="AUTHORS ChangeLog TODO" |