diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-03-26 22:39:57 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-03-26 22:39:57 +0000 |
commit | f065f48e6157d12e63086684664777c44d8be6f0 (patch) | |
tree | 508ee4759a77c8623cbb0f460096cdcd0c7914a5 /gnome-extra/evolution-webcal | |
parent | Add -DGL_GLEXT_PROTOTYPES flag to prevent build breakage, see bug #214953 (diff) | |
download | gentoo-2-f065f48e6157d12e63086684664777c44d8be6f0.tar.gz gentoo-2-f065f48e6157d12e63086684664777c44d8be6f0.tar.bz2 gentoo-2-f065f48e6157d12e63086684664777c44d8be6f0.zip |
New version for GNOME-2.22. Minor update to libsoup-2.4.
(Portage version: 2.1.4.4)
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.21.92.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/gnome-extra/evolution-webcal/ChangeLog b/gnome-extra/evolution-webcal/ChangeLog index ac7c1cfbb7cb..77840fff33dc 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.84 2008/01/29 18:02:34 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.85 2008/03/26 22:39:57 eva Exp $ + +*evolution-webcal-2.21.92 (26 Mar 2008) + + 26 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org> + +evolution-webcal-2.21.92.ebuild: + New version for GNOME-2.22. Minor update to libsoup-2.4. 29 Jan 2008; Daniel Gryniewicz <dang@gentoo.org> evolution-webcal-2.8.0.ebuild, evolution-webcal-2.10.0.ebuild, diff --git a/gnome-extra/evolution-webcal/evolution-webcal-2.21.92.ebuild b/gnome-extra/evolution-webcal/evolution-webcal-2.21.92.ebuild new file mode 100644 index 000000000000..60766e2b2766 --- /dev/null +++ b/gnome-extra/evolution-webcal/evolution-webcal-2.21.92.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 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.21.92.ebuild,v 1.1 2008/03/26 22:39:57 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.4 + >=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" |