diff options
author | Marinus Schraal <foser@gentoo.org> | 2006-12-19 16:24:21 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2006-12-19 16:24:21 +0000 |
commit | 2e46ad003b190544296ffec0465a9c80de38860c (patch) | |
tree | 7b4b677506c1b9b261fef72e3ef5795f81876c98 /net-im/gossip | |
parent | Add ~amd64, ~sparc keywords (but masked on sparc pending investigation of po... (diff) | |
download | gentoo-2-2e46ad003b190544296ffec0465a9c80de38860c.tar.gz gentoo-2-2e46ad003b190544296ffec0465a9c80de38860c.tar.bz2 gentoo-2-2e46ad003b190544296ffec0465a9c80de38860c.zip |
new release
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-im/gossip')
-rw-r--r-- | net-im/gossip/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/gossip/files/digest-gossip-0.20 | 3 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.20.ebuild | 45 |
3 files changed, 54 insertions, 1 deletions
diff --git a/net-im/gossip/ChangeLog b/net-im/gossip/ChangeLog index acb220561bc8..b88e3da6c602 100644 --- a/net-im/gossip/ChangeLog +++ b/net-im/gossip/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/gossip # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.51 2006/11/23 04:14:41 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.52 2006/12/19 16:24:21 foser Exp $ + +*gossip-0.20 (19 Dec 2006) + + 19 Dec 2006; Marinus Schraal <foser@gentoo.org> gossip-0.19.ebuild : + New release 23 Nov 2006; Olivier Crête <tester@gentoo.org> -gossip-0.18.ebuild, gossip-0.19.ebuild: diff --git a/net-im/gossip/files/digest-gossip-0.20 b/net-im/gossip/files/digest-gossip-0.20 new file mode 100644 index 000000000000..e7189a5e8752 --- /dev/null +++ b/net-im/gossip/files/digest-gossip-0.20 @@ -0,0 +1,3 @@ +MD5 a8c6eb8cf31f28144283943db4b9f960 gossip-0.20.tar.bz2 1286578 +RMD160 1f575e64868913199a6b74394914a870213765ea gossip-0.20.tar.bz2 1286578 +SHA256 95c4cda060d637b4450f833e4a9ed0476d82954938b6fa166fca30a117c16048 gossip-0.20.tar.bz2 1286578 diff --git a/net-im/gossip/gossip-0.20.ebuild b/net-im/gossip/gossip-0.20.ebuild new file mode 100644 index 000000000000..bcf884182a29 --- /dev/null +++ b/net-im/gossip/gossip-0.20.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.20.ebuild,v 1.1 2006/12/19 16:24:21 foser Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Lightweight Jabber client for GNOME" +HOMEPAGE="http://developer.imendio.com/wiki/Gossip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="spell dbus libnotify" + +#make check breaks in help +RESTRICT=test + +RDEPEND="|| ( x11-libs/libXScrnSaver + virtual/x11 ) + >=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 + >=dev-libs/libxslt-1 + >=gnome-base/libgnome-2 + >=gnome-base/gnome-vfs-2 + >=net-libs/loudmouth-1 + spell? ( app-text/aspell ) + libnotify? ( >=x11-libs/libnotify-0.4.1 ) + dbus? ( || ( >=dev-libs/dbus-glib-0.71 =sys-apps/dbus-0.6* ) )" + +DEPEND="${RDEPEND} + >=app-text/gnome-doc-utils-0.3.2 + app-text/scrollkeeper + dev-util/pkgconfig + >=dev-util/intltool-0.35" + +G2CONF="${G2CONF} \ + $(use_enable dbus) \ + $(use_enable libnotify) \ + $(use_enable spell aspell)" + +DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO" + |