diff options
author | 2011-03-23 08:02:32 +0000 | |
---|---|---|
committer | 2011-03-23 08:02:32 +0000 | |
commit | 72594b41437cbe534946c12c9fbafdafbe8344b5 (patch) | |
tree | 891c65fa1e2fd0ae216c58a67790ef163d59d15c /gnome-extra/evolution-webcal | |
parent | [bump] dev-perl/Text-CSV_XS-0.810.0 (diff) | |
download | historical-72594b41437cbe534946c12c9fbafdafbe8344b5.tar.gz historical-72594b41437cbe534946c12c9fbafdafbe8344b5.tar.bz2 historical-72594b41437cbe534946c12c9fbafdafbe8344b5.zip |
Fix slot-deps on gnome libs, remove old
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'gnome-extra/evolution-webcal')
-rw-r--r-- | gnome-extra/evolution-webcal/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/evolution-webcal/evolution-webcal-2.28.1.ebuild | 27 | ||||
-rw-r--r-- | gnome-extra/evolution-webcal/evolution-webcal-2.32.0.ebuild | 4 |
3 files changed, 7 insertions, 30 deletions
diff --git a/gnome-extra/evolution-webcal/ChangeLog b/gnome-extra/evolution-webcal/ChangeLog index bf08019ae256..0473c0ba836c 100644 --- a/gnome-extra/evolution-webcal/ChangeLog +++ b/gnome-extra/evolution-webcal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/evolution-webcal # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.122 2011/03/22 19:23:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.123 2011/03/23 08:02:32 nirbheek Exp $ + + 23 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + -evolution-webcal-2.28.1.ebuild, evolution-webcal-2.32.0.ebuild: + Fix slot-deps on gnome libs, remove old 22 Mar 2011; Brent Baude <ranger@gentoo.org> evolution-webcal-2.32.0.ebuild: diff --git a/gnome-extra/evolution-webcal/evolution-webcal-2.28.1.ebuild b/gnome-extra/evolution-webcal/evolution-webcal-2.28.1.ebuild deleted file mode 100644 index 035de4b754c4..000000000000 --- a/gnome-extra/evolution-webcal/evolution-webcal-2.28.1.ebuild +++ /dev/null @@ -1,27 +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.28.1.ebuild,v 1.7 2010/10/09 15:14:44 ssuominen 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 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" diff --git a/gnome-extra/evolution-webcal/evolution-webcal-2.32.0.ebuild b/gnome-extra/evolution-webcal/evolution-webcal-2.32.0.ebuild index 5d9dd1ccc843..eff91e7db460 100644 --- a/gnome-extra/evolution-webcal/evolution-webcal-2.32.0.ebuild +++ b/gnome-extra/evolution-webcal/evolution-webcal-2.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.32.0.ebuild,v 1.6 2011/03/22 19:23:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/evolution-webcal-2.32.0.ebuild,v 1.7 2011/03/23 08:02:32 nirbheek Exp $ EAPI="3" GCONF_DEBUG="no" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -RDEPEND=">=gnome-base/gconf-2 +RDEPEND=">=gnome-base/gconf-2:2 net-libs/libsoup:2.4 >=dev-libs/glib-2.8:2 >=x11-libs/gtk+-2.18:2 |