diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-08-03 16:16:40 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-08-03 16:16:40 +0000 |
commit | 2ae9e136208b0708807501b9dc8af1c3c623fd04 (patch) | |
tree | 9fc878bc9198949e9290aa3b0d17fe1d2bd1f506 /net-im/gossip | |
parent | Add missing IUSE variable in ebuilds and fix typos (diff) | |
download | gentoo-2-2ae9e136208b0708807501b9dc8af1c3c623fd04.tar.gz gentoo-2-2ae9e136208b0708807501b9dc8af1c3c623fd04.tar.bz2 gentoo-2-2ae9e136208b0708807501b9dc8af1c3c623fd04.zip |
bump to 0.30. Artificially raising loudmouth dependency for reasons explained in loudmouth bump.
(Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'net-im/gossip')
-rw-r--r-- | net-im/gossip/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.30.ebuild | 57 |
2 files changed, 64 insertions, 1 deletions
diff --git a/net-im/gossip/ChangeLog b/net-im/gossip/ChangeLog index 30a9dd576c5a..f24506c4c646 100644 --- a/net-im/gossip/ChangeLog +++ b/net-im/gossip/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/gossip # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.77 2008/07/18 15:31:40 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.78 2008/08/03 16:16:40 eva Exp $ + +*gossip-0.30 (03 Aug 2008) + + 03 Aug 2008; Gilles Dartiguelongue <eva@gentoo.org> +gossip-0.30.ebuild: + bump to 0.30. Artificially raising loudmouth dependency for reasons + explained in loudmouth bump. 18 Jul 2008; Olivier Crête <tester@gentoo.org> gossip-0.29.ebuild: Remove useless autotools inherit diff --git a/net-im/gossip/gossip-0.30.ebuild b/net-im/gossip/gossip-0.30.ebuild new file mode 100644 index 000000000000..b2acd88cd4a9 --- /dev/null +++ b/net-im/gossip/gossip-0.30.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.30.ebuild,v 1.1 2008/08/03 16:16:40 eva Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Lightweight Jabber client for GNOME" +HOMEPAGE="http://developer.imendio.com/wiki/Gossip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="dbus eds galago gnome-keyring libnotify spell" + +RDEPEND="x11-libs/libXScrnSaver + >=dev-libs/glib-2.12.1 + >=x11-libs/gtk+-2.10 + >=gnome-base/libglade-2 + >=gnome-base/gconf-1.2 + >=dev-libs/libxml2-2.6.16 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/gnome-vfs-2 + >=net-libs/loudmouth-1.4.1 + eds? ( >=gnome-extra/evolution-data-server-1.2 ) + spell? ( app-text/aspell + >=app-text/iso-codes-1.5 ) + libnotify? ( >=x11-libs/libnotify-0.4.1 ) + galago? ( dev-libs/libgalago ) + dbus? ( >=dev-libs/dbus-glib-0.71 ) + gnome-keyring? ( gnome-base/gnome-keyring )" +DEPEND="${RDEPEND} + >=app-text/gnome-doc-utils-0.3.2 + app-text/scrollkeeper + dev-util/pkgconfig + x11-proto/scrnsaverproto + >=dev-util/intltool-0.35" + +DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO" + +pkg_setup() { + G2CONF="${G2CONF} + ${mydebug} + $(use_enable dbus) + $(use_enable eds ebook) + $(use_enable galago) + $(use_enable gnome-keyring) + $(use_enable libnotify) + $(use_enable spell aspell)" +} + +pkg_postinst() { + gnome2_pkg_postinst + + ewarn "If you are upgrading from <net-im/gossip-0.28 any previously registred" + ewarn "accounts will be dropped. However history will not be removed." +} |