diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-11-15 09:59:07 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-11-15 09:59:07 +0000 |
commit | 587c53cdbc81bfa426e0b5720a7297ff24254005 (patch) | |
tree | 8bff5fc79daaadde29aeb28b634d645c3ce80576 /gnome-extra | |
parent | Marked ~x86-solaris, bug #345435 (diff) | |
download | gentoo-2-587c53cdbc81bfa426e0b5720a7297ff24254005.tar.gz gentoo-2-587c53cdbc81bfa426e0b5720a7297ff24254005.tar.bz2 gentoo-2-587c53cdbc81bfa426e0b5720a7297ff24254005.zip |
Version bump for Gnome 2.32: Fix build with recent evolution-data-server, remove usage of deprecated GTK+ symbols and make it GSeal-safe, string fixes, updated translations. Remove old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/evolution-webcal/ChangeLog | 11 | ||||
-rw-r--r-- | gnome-extra/evolution-webcal/evolution-webcal-2.26.0.ebuild | 26 | ||||
-rw-r--r-- | gnome-extra/evolution-webcal/evolution-webcal-2.32.0.ebuild (renamed from gnome-extra/evolution-webcal/evolution-webcal-2.28.0.ebuild) | 12 |
3 files changed, 16 insertions, 33 deletions
diff --git a/gnome-extra/evolution-webcal/ChangeLog b/gnome-extra/evolution-webcal/ChangeLog index 6684faee3c90..8b6f9f69fee9 100644 --- a/gnome-extra/evolution-webcal/ChangeLog +++ b/gnome-extra/evolution-webcal/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for gnome-extra/evolution-webcal # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.116 2010/10/09 15:14:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.117 2010/11/15 09:59:07 pacho Exp $ + +*evolution-webcal-2.32.0 (15 Nov 2010) + + 15 Nov 2010; Pacho Ramos <pacho@gentoo.org> + -evolution-webcal-2.26.0.ebuild, -evolution-webcal-2.28.0.ebuild, + +evolution-webcal-2.32.0.ebuild: + Version bump for Gnome 2.32: Fix build with recent evolution-data-server, + remove usage of deprecated GTK+ symbols and make it GSeal-safe, string + fixes, updated translations. Remove old. 09 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> evolution-webcal-2.28.1.ebuild: diff --git a/gnome-extra/evolution-webcal/evolution-webcal-2.26.0.ebuild b/gnome-extra/evolution-webcal/evolution-webcal-2.26.0.ebuild deleted file mode 100644 index c0e188f46eee..000000000000 --- a/gnome-extra/evolution-webcal/evolution-webcal-2.26.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 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.26.0.ebuild,v 1.9 2010/07/20 02:15:29 jer Exp $ -EAPI=1 - -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 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-extra/evolution-data-server-1.2" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.40" - -DOCS="AUTHORS ChangeLog TODO" diff --git a/gnome-extra/evolution-webcal/evolution-webcal-2.28.0.ebuild b/gnome-extra/evolution-webcal/evolution-webcal-2.32.0.ebuild index f23aba6acca0..a58835293b14 100644 --- a/gnome-extra/evolution-webcal/evolution-webcal-2.28.0.ebuild +++ b/gnome-extra/evolution-webcal/evolution-webcal-2.32.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 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.2 2010/07/20 02:15:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/evolution-webcal-2.32.0.ebuild,v 1.1 2010/11/15 09:59:07 pacho Exp $ -EAPI="1" +EAPI="3" GCONF_DEBUG="no" inherit gnome2 @@ -17,11 +17,11 @@ 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" + >=dev-libs/glib-2.8:2 + >=x11-libs/gtk+-2.18:2 + >=gnome-extra/evolution-data-server-1.10" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9 >=dev-util/intltool-0.40" -DOCS="AUTHORS ChangeLog TODO" +DOCS="AUTHORS ChangeLog NEWS TODO" |